aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-27build-system/gnu: Strip with '--strip-all' instead of '--strip-debug'....This saves 19% on the 'bin' directory of Coreutils, and certainly helpful for things like Git's 'libexec' directory. * guix/build-system/gnu.scm (gnu-build): Change default value for #:strip-flags to '("--strip-all"). * guix/build/gnu-build-system.scm (strip): Ditto. * gnu/packages/linux.scm (linux-libre)[arguments]: Add #:strip-flags. Ludovic Courtès
2014-12-27gnu: Use patch --force instead of --batch....* gnu/packages/linux.scm (linux-libre, net-tools): Pass "--force" to patch, instead of "--batch". * gnu/packages/mit-krb5.scm (mit-krb5): Ditto. Mark H Weaver
2014-12-27build-system/gnu: Add support for non-directory search paths....Partly fixes <http://bugs.gnu.org/18033>. * guix/build/utils.scm (search-path-as-list): Rename 'sub-directories' parameter to 'files'. Add #:type parameter and honor it. (set-path-environment-variable): Likewise. Pass #:type to 'search-path-as-list'. * guix/packages.scm (search-path-specification->sexp): Add 'directory as the last item of the tuple. * guix/build/gnu-build-system.scm (set-paths): Add 'type' to search-path pattern. Pass #:type to 'set-path-environment-variable'. Ludovic Courtès
2014-12-27gnu: gettext: Update to 0.19.4....* gnu/packages/gettext.scm (gnu-gettext): Update to 0.19.4. Ludovic Courtès
2014-12-27gnu: binutils: Update to 2.25....* gnu/packages/base.scm (binutils): Update to 2.25. Ludovic Courtès
2014-12-26gnu: m4: Remove already-applied patch....* gnu/packages/patches/m4-readlink-EINVAL.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/m4.scm (m4): Remove patch. Mark H Weaver
2014-12-27gnu: gcc-4.8: Update to 4.8.4....* gnu/packages/gcc.scm (gcc-4.8): Update to 4.8.4. Remove patch. * gnu/packages/patches/gcc-fix-pr61801.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2014-12-26Merge branch 'master' into core-updatesLudovic Courtès
2014-12-26packages: Apply patches with "patch --force"....Fixes <http://bugs.gnu.org/19402>. Reported by Mark H Weaver <mhw@netris.org>. * guix/packages.scm (patch-and-repack): Change "--batch" to "--force". Ludovic Courtès
2014-12-26nls: Add French translation for packages.Ludovic Courtès
2014-12-26gnu: Add pysam....* gnu/packages/python.scm (python-pysam, python2-pysam): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-26gnu: Add fastjar....* gnu/packages/compression.scm (fastjar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-26gnu: qemu: Update to 2.2.0....* gnu/packages/qemu.scm (qemu): Update to 2.2.0. Mark H Weaver
2014-12-25gnu: ntp: Update to 4.2.8....* gnu/packages/ntp.scm (ntp): Update to 4.2.8. Add openssl to inputs. Add pkg-config to native-inputs. Change source URI to archive.ntp.org. Mark H Weaver
2014-12-23Revert "gnu: matplotlib: Comment out python2-matplotlib."...This reverts commit afc720d34c43a2fcf0b5871226c15ad6c5f73697. Ludovic Courtès
2014-12-23build-system/python: Fix 'package-with-explicit-python'....Reported by Federico Beffa <beffa@ieee.org> and Eric Bavier <ericbavier@gmail.com>. * guix/build-system/python.scm (package-with-explicit-python): Do nothing when P's build system is not PYTHON-BUILD-SYSTEM. Ludovic Courtès
2014-12-23gnu: matplotlib: Comment out python2-matplotlib....* gnu/packages/python.scm (python2-matplotlib, python2-scipy, python2-numpy): Comment out python2-matplotlib and the packages making use of it as the generation of the derivation of these packages takes very long. Federico Beffa
2014-12-21Optimize package-transitive-supported-systems....* guix/packages.scm (first-value): Remove. (define-memoized/v): New macro. (package-transitive-supported-systems): Rewrite. Mark H Weaver
2014-12-21packages: Sort Scheme file lists used by 'fold-packages'....* gnu/packages.scm (scheme-files): Call 'sort' on result. Ludovic Courtès
2014-12-20Really remove the 'nix-upstream' submodule....* nix-upstream: Remove subproject. Mark H Weaver
2014-12-20gnu: Add xfce4-terminal....* gnu/packages/xfce.scm (xfce4-terminal): New variable. 宋文武
2014-12-20gnu: Add vte....* gnu/packages/gnome.scm (vte, vte/gtk+-2): New variables. 宋文武
2014-12-20services: xorg: Make SLiM sessions configurable....* gnu/services/xorg.scm (%default-xsessions): New variable. (xsessions-directory): New procedure. (slim-service): Add #:sessions and #:auto-login-session parameters. [slim.cfg]: Honor #:sessions. (xinitrc): Adjust accordingly. 宋文武
2014-12-19Remove 'nix-upstream' submodule....* nix/sync-with-upstream: Remove. * bootstrap: Remove uses of 'git submodule' and 'sync-with-usptream'. * .gitmodules: Remove. Ludovic Courtès
2014-12-19Merge branch 'nix' into 'master'.Ludovic Courtès
2014-12-19gnu: Add bowtie...* gnu/packages/bioinformatics.scm (bowtie): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-19services: static-networking-service: Switch to (guix build syscalls)....* gnu/services/networking.scm (static-networking-service): Remove #:inetutils parameter. Rewrite using 'configure-network-interface' and 'set-network-interface-flags'. Ludovic Courtès
2014-12-19syscalls: Add more procedures for network interfaces....* guix/build/syscalls.scm (sizeof*, type-size, write-type, write-types, read-type, read-types, define-c-struct): New macros. (SIOCSIFFLAGS, SIOCGIFADDR, SIOCSIFADDR): New variables. (sockaddr-in, sockaddr-in6): New C structs. (write-socket-address!, read-socket-address, set-network-interface-flags, set-network-interface-address, network-interface-address, configure-network-interface): New procedures. Ludovic Courtès
2014-12-19gnu: Add Clone....* gnu/packages/perl.scm (perl-clone): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-18gnu: cairocffi: Move to python module....* gnu/packages/gtk.scm, gnu/packages/python.scm (python-cairocffi, python2-cairocffi): Move variables from gtk to python module to avoid circular dependency. Reported by Mark H Weaver <mhw@netris.org> Federico Beffa
2014-12-18gnu: matplotlib: Add gtk3 backends and optional dependency. Adjust inputs....* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Add gtk3 backends with the necessary inputs and a 'configure-environment' phase. Add the optional 'python-pillow' dependency. Move 'python-pyparsing' from 'inputs' to 'propagated-inputs' as it is required at run time. Federico Beffa
2014-12-18gnu: Add cairocffi....* gnu/packages/gtk.scm (python-cairocffi, python2-cairocffi): New variables. Federico Beffa
2014-12-18gnu: Add xcffib...* gnu/packages/python.scm (python-xcffib, python2-xcffib): New variables. Federico Beffa
2014-12-18build/python-build-system: Fix easy-install.pth collisions....* guix/build/python-build-system.scm (rename-pth-file): New rename-pth-file phase and corresponding function. Federico Beffa
2014-12-17gnu: icecat: Build with PulseAudio support....* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add --enable-pulseaudio. Ludovic Courtès
2014-12-17gnu: linux-libre: Update to 3.18.1...* gnu/packages/linux.scm (linux-libre): Update to version 3.18.1. Jason Self
2014-12-17gnu: Add Test::Simple....* gnu/packages/perl.scm (perl-test-simple): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-17gnu: Add Test::Deep....* gnu/packages/perl.scm (perl-test-deep): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-17gnu: Add Test::NoWarnings....* gnu/packages/perl.scm (perl-test-nowarnings): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-17gnu: Add Test::Tester....* gnu/packages/perl.scm (perl-test-tester): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-16Revert "gnu: python-numpy-bootstrap: Reduce matrix size in failing test."...This reverts commit 31557440c29f8d93b366422bfec4dab341eff79f as it did not provide the desired effect. The test is still failing. Federico Beffa
2014-12-16gnu: Add bedtools...* gnu/packages/bioinformatics.scm (bedtools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-16gnu: tmux: Update to 1.9a....* gnu/packages/tmux.scm (tmux): Update to 1.9a Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tomáš Čech
2014-12-16gnu: samtools: disable tests for non-64-bit systems...* gnu/packages/bioinformatics.scm (samtools): disable tests for all non-64-bit systems because of an upstream bug in the test data. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ricardo Wurmus
2014-12-16gnu: groff: Disable parallel builds....* gnu/packages/groff.scm (groff): Disable parallel builds. Mark H Weaver
2014-12-16gnu: groff: Update to 1.22.3....* gnu/packages/groff.scm (groff): Update to 1.22.3. Mark H Weaver
2014-12-16gnu: ghostscript: Update to 9.14.0....* gnu/packages/ghostscript.scm (ghostscript): Update to 9.14.0. Change license to agpl3+. Mark H Weaver
2014-12-16gnu: lcms: Update to 2.6....* gnu/packages/ghostscript.scm (lcms): Update to 2.6. Mark H Weaver
2014-12-15gnu: icecat: Apply security updates for CVE-2014-{1587,1590,1592,1593,1594}....* gnu/packages/patches/icecat-CVE-2014-1587-bug-1042567.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1072847.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1079729.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1080312.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1089207.patch, gnu/packages/patches/icecat-CVE-2014-1590.patch, gnu/packages/patches/icecat-CVE-2014-1592.patch, gnu/packages/patches/icecat-CVE-2014-1593.patch, gnu/packages/patches/icecat-CVE-2014-1594.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat): Add them. Mark H Weaver
2014-12-15profiles: Fix removal of the next-to-last item in a profile....Fixes a bug whereby removing the next-to-last item in a profile would lead to an obscure error, as shown at <http://lists.gnu.org/archive/html/guix-devel/2014-12/msg00292.html>. Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>. * guix/profiles.scm (profile-derivation)[inputs]: Use (list info-dir "out") instead of just INFO-DIR. Ludovic Courtès