Age | Commit message (Collapse) | Author |
|
Fixes <http://bugs.gnu.org/20597>.
Reported by Andrew Patterson <ajpatter@uwaterloo.ca>.
* gnu/packages/patches/tar-skip-unreliable-tests.patch: New file.
* gnu/packages/base.scm (tar)[source](patches): Add it.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
Suggested by Alírio Eyng <alirioeyng@gmail.com>.
* gnu/packages/patches/gettext-msgunfmt.patch: New file.
* gnu/packages/gettext.scm (gnu-gettext)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
Fixes <http://hydra.gnu.org/build/506982/nixlog/1/tail-reload>.
* gnu/packages/make-bootstrap.scm (%gcc-static): Remove
--disable-libbacktrace. It is needed by cc1-checksum.
|
|
* gnu/packages/make-bootstrap.scm (%static-inputs)[gawk]: Change
"-export-dynamic" to "-Wl,-export-dynamic" to account for current
'configure' file.
|
|
* gnu/packages/make-bootstrap.scm: Replace all occurrences of "gcc-4.8" with
"gcc-4.9".
(%gcc-static): Add --disable-libcilkrts, --disable-libvtv,
--disable-libbacktrace.
|
|
* gnu/packages/openssl.scm (openssl): Update to 1.0.2c.
|
|
Conflicts:
gnu/packages/commencement.scm
gnu/packages/xml.scm
|
|
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Also patch
libsanitizer/libbacktrace/Makefile.in.
|
|
* gnu/packages/openssl.scm (openssl): Update to 1.0.2b.
|
|
* gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/openssl.scm (perl-net-ssleay): Add patch.
|
|
* gnu/packages/patches/python-disable-ssl-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python): Add patch.
|
|
Reported by Mark H Weaver
at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20102#58>.
* gnu/packages/ld-wrapper.in (library-files-linked): Handle "-plugin"
similarly to "-dynamic-linker".
|
|
* gnu/packages/package-management.scm (guix-0.8.2)[arguments]: Add
'wrap-program' phase.
|
|
* gnu/packages/package-management.scm (guix-0.8.2)[arguments]: Use
'modify-phases' instead of 'alist-cons-before'.
|
|
* gnu/packages/ci.scm: New file.
* gnu/packages/patches/hydra-automake-1.15.patch,
gnu/packages/patches/hydra-disable-darcs-test.patch: New files.
* gnu-system.am (GNU_SYSTEM_MODULES): Add file.
(dist_patch_DATA): Add patches.
|
|
* gnu/packages/web.scm (perl-catalyst-authentication-store-dbix-class):
New variable.
|
|
* gnu/packages/web.scm (perl-catalyst-plugin-authorization-roles): New
variable.
|
|
* gnu/packages/perl.scm (perl-set-object): New variable.
|
|
* gnu/packages/music.scm (powertabeditor): New variable.
|
|
* gnu/packages/check.scm (catch-framework): Update to 1.1.3.
|
|
* gnu/packages/audio.scm (rtmidi): New variable.
|
|
* gnu/packages/xml.scm (pugixml): New variable.
|
|
* gnu/packages/web.scm (rapidjson): New variable.
|
|
* gnu/packages/code.scm (withershins): New variable.
|
|
Fixes <http://bugs.gnu.org/20791>.
Reported by Benz Schenk <benz.schenk@uzh.ch>.
* gnu/system/install.scm (installation-services): Add #:rules argument for
'udev-service'.
|
|
* gnu/packages/patches/patch-hurd-path-max.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
* gnu/packages/bioinformatics.scm (orfm): New variable.
Signed-off-by: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
|
|
* gnu/packages/java.scm (icedtea7): Bootstrap with GCJ rather than compile
with IcedTea6.
|
|
* gnu/packages/bioinformatics.scm (couger): New variable.
|
|
* gnu/packages/machine-learning.scm (randomjungle): New variable.
|
|
* gnu/packages/machine-learning.scm (python-libsvm): New variable.
|
|
* gnu/packages/machine-learning.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/bioinformatics.scm (ngs-sdk): Update to version 1.1.1.
|
|
* gnu/packages/haskell.scm (ghc)[arguments]: Rename
'unpack-and-fix-testsuite' phase to 'unpack-testsuite-and-fix-bins'.
Patch source files that reference /bin/sh.
|
|
This reverts commit 4f467e33de0b64b1afd935d14ec6a4839e03bdfc.
|
|
* gnu/packages/openssl.scm (openssl): Update to 1.0.2b.
|
|
* gnu/packages/package-management.scm (guix-devel): Update to a43b55f.
[source]: Add 'file-name' field.
[native-inputs]: Add HELP2MAN.
|
|
* guix/packages.scm (<package>)[location]: Add 'innate' property.
* guix/build-system/gnu.scm (static-package): Remove 'loc' parameter and
'location' field.
* gnu/packages/autotools.scm (autoconf-wrapper): Remove 'location' field.
* gnu/packages/commencement.scm (gnu-make-boot0, diffutils-boot0, gcc-final):
Likewise.
* gnu/packages/cross-base.scm (cross): Likewise.
* gnu/packages/emacs.scm (emacs-no-x, emacs-no-x-toolkit): Likewise.
* gnu/packages/make-bootstrap.scm (tarball-package): Likewise.
* gnu/packages/maths.scm (petsc-complex): Likewise.
|
|
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.5.
|
|
* gnu/packages/gnome.scm (librest): New variable.
|
|
* gnu/packages/admin.scm (inetutils): Update to 1.9.4.
|
|
|
|
* gnu/packages/nettle.scm (nettle): Update to 3.1.1.
|
|
* gnu/packages/base.scm (which): Update to 2.21.
|
|
Fixes a regression introduced in 9063ef0 whereby #:strip-binaries? would be
left to #t, leading to an invalid cross-built libgcc.a (see
<http://hydra.gnu.org/build/492479/nixlog/1/tail-reload>.)
* gnu/packages/cross-base.scm (cross-gcc-arguments): Add #:strip-binaries? #f
unconditionally. Replace 'install' phase to use "make install-strip".
|
|
* gnu/packages/patches/qemu-CVE-2015-3209.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/qemu.scm (qemu): Add patch.
|
|
* gnu/packages/cups.scm (cups): Update to 2.0.3.
|
|
* gnu/packages/linux.scm (linux-libre): Update to 4.0.5.
|
|
* gnu/build/install.scm (populate-root-file-system): Delete system-1-link
under TARGET, not under /. Use 'catch' and check for EEXIST instead of
(false-if-exception (delete-file ...)).
|
|
Fixes a regression introduced in 9063ef0.
* gnu/packages/commencement.scm (gcc-final)[outputs]: New field.
|