- Sep 03, 2014
-
-
Cyril Roelandt authored
* guix/scripts/build.scm (specification->package): Move from here... * gnu/packages.scm: ... to here.
-
- Sep 02, 2014
-
-
Ludovic Courtès authored
This fixes random EBADF errors in the daemon on ancient Linux kernels such as version 2.6.32. * config-daemon.ac: Remove detection of 'vfork'.
-
Marek Benc authored
* gnu/packages/nvi.scm: New file. * gnu/packages/patches/nvi-assume-preserve-path.patch: New file. * gnu-system.am: Add them. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Ludovic Courtès authored
* guix/profiles.scm (manifest-show-transaction)[package-strings, upgrade-strings]: Show version number in separate column. Show OUTPUT in first column, and only when it's different from "out".
-
Ludovic Courtès authored
* guix/profiles.scm (manifest-lookup): New procedure. (manifest-installed?): Use it. (manifest-transaction-effects): Return a pair of entries for upgrades. (right-arrow): New procedure. (manifest-show-transaction)[upgrade-string, →]: New variables. Report upgrades using 'upgrade-string'. * tests/profiles.scm ("manifest-show-transaction"): New test. ("manifest-transaction-effects"): Match UPGRADE against a pair.
-
Ludovic Courtès authored
* README: Make 'guix package' command line more readable. Mention --localstatedir.
-
- Sep 01, 2014
-
-
Ludovic Courtès authored
* gnu/packages/telephony.scm (ucommon): Update to 6.1.10.
-
Ludovic Courtès authored
* gnu/packages/gnutls.scm (libtasn1): Update to 4.1.
-
Ludovic Courtès authored
* gnu/packages/datamash.scm (datamash): Update to 1.0.6.
-
Ludovic Courtès authored
* gnu/packages/parallel.scm (parallel): Update to 20140822.
-
Ludovic Courtès authored
* gnu/packages/man.scm (help2man): Update to 1.46.1.
-
Ludovic Courtès authored
Reported by leth on #guix. * doc/guix.texi (System Installation): Suggest running 'reboot' instead of 'umount /mnt'. (Initial RAM Disk): Add xref to SRFI-26.
-
Ludovic Courtès authored
* nix/sync-with-upstream: Use 'git shortlog' to generate nix/AUTHORS.
-
- Aug 31, 2014
-
-
Ludovic Courtès authored
-
Ludovic Courtès authored
Reported by Federico Beffa <beffa@ieee.org>. * gnu/packages/commencement.scm (gcc-toolchain): Add 'native-search-paths' and 'search-paths' fields.
-
Ludovic Courtès authored
Before that, 'guix package --search-paths' would not work if, say, 'foo-0.2' is installed but the distro provides 'foo-0.3'. * guix/scripts/package.scm (search-path-environment-variables)[manifest-entry->package]: Handle the case where 'find-best-packages-by-name' returns '().
-
Ludovic Courtès authored
* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_DISABLE_STORE_OPTIMIZATION): Rename to... (GUIX_OPT_DISABLE_DEDUPLICATION): ... this. Adjust user accordingly. (options): Add "disable-deduplication". Make "disable-store-optimization" a hidden alias. * doc/guix.texi (Invoking guix-daemon): Adjust to new option name. Add index entry. Improve description.
-
Ludovic Courtès authored
* nix/nix-daemon/guix-daemon.cc (main): Set 'autoStoreOptimise' to true. Add 'printMsg' call. * tests/derivations.scm ("identical files are deduplicated"): New test.
-
- Aug 30, 2014
-
-
Ludovic Courtès authored
* guix/profiles.scm (manifest-transaction-effects): New procedure. (manifest-show-transaction): Use it instead of locally computing it. * tests/profiles.scm (glibc): New variable. ("manifest-transaction-effects"): New test.
-
- Aug 29, 2014
-
-
Ludovic Courtès authored
Fixes <http://bugs.gnu.org/18115>. Reported by Mark H Weaver <mhw@netris.org>. * guix/scripts/offload.scm (register-gc-root)[script]: Wrap 'symlink' call in "catch 'system-error", and ignore EEXIST errors.
-
Ludovic Courtès authored
Fixes <http://bugs.gnu.org/18070>. Reported by Andreas Enge <andreas@enge.fr>. * guix/scripts/offload.scm (remote-pipe): Augment docstring. (machine-load): Return +inf.0 instead of 1 if MACHINE does not respond or responds badly.
-
Ludovic Courtès authored
* gnu/packages/avahi.scm (nss-mdns): New variable.
-
- Aug 28, 2014
-
-
Mark H Weaver authored
* doc/guix.texi (Bootstrapping): Adjust the text to reflect that '%final-inputs' is now in (gnu packages commencement).
-
Mark H Weaver authored
* build-aux/hydra/gnu-system.scm: Import (gnu packages commencement).
-
John Darrington authored
* gnu/packages/perl.scm (perl-archive-zip): New variable.
-
John Darrington authored
* gnu/packages/bison.scm (bison-2.7): New variable. Bison 3.x and 2.x are incompatible. Some programs require 2.x
-
Ludovic Courtès authored
* gnu/packages/web.scm (libwebsockets): Update to 1.3. Switch to CMAKE-BUILD-SYSTEM. Remove #:phases parameter and add #:tests?. Remove AUTOCONF, AUTOMAKE, and LIBTOOL from 'native-inputs'.
-
Ludovic Courtès authored
* gnu/packages/guile.scm (guile-charting): New variable.
-
Ludovic Courtès authored
* gnu/packages/gtk.scm (guile-cairo): Move CAIRO to 'propagated-inputs'.
-
Ludovic Courtès authored
* gnu/packages/base.scm (gnu-make-boot0, diffutils-boot0, findutils-boot0, %boot0-inputs, nix-system->gnu-triplet, boot-triplet, binutils-boot0, gcc-boot0, perl-boot0, linux-libre-headers-boot0, texinfo-boot0, %boot1-inputs, glibc-final-with-bootstrap-bash, cross-gcc-wrapper, static-bash-for-glibc, glibc-final, gcc-boot0-wrapped, %boot2-inputs, binutils-final, libstdc++, gcc-final, ld-wrapper-boot3, %boot3-inputs, bash-final, %boot4-inputs, guile-final, gnu-make-final, ld-wrapper, coreutils-final, grep-final, %boot5-inputs, %final-inputs, canonical-package, gcc-toolchain, gcc-toolchain-4.8, gcc-toolchain-4.9): Move to... * gnu/packages/commencement.scm: ... here. New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * build-aux/check-final-inputs-self-contained.scm: Adjust accordingly. * gnu/packages/cross-base.scm: Likewise. * gnu/packages/make-bootstrap.scm: Likewise. * guix/build-system/cmake.scm (cmake-build): Likewise. * guix/build-system/gnu.scm (standard-packages, gnu-build, gnu-cross-build): Likewise. * guix/build-system/perl.scm (perl-build): Likewise. * guix/build-system/python.scm (python-build): Likewise. * guix/build-system/trivial.scm (guile-for-build): Likewise. * guix/download.scm (url-fetch): Likewise. * guix/gexp.scm (default-guile): Likewise. * guix/git-download.scm (git-fetch): Likewise. * guix/monads.scm (run-with-store): Likewise. * guix/packages.scm (default-guile): Likewise. * guix/scripts/package.scm (guix-package): Likewise. * guix/scripts/refresh.scm: Likewise. * guix/svn-download.scm (svn-fetch): Likewise. * tests/builders.scm (%bootstrap-inputs, %bootstrap-search-paths): Likewise. * tests/packages.scm ("GNU Make, bootstrap"): Likewise. * tests/guix-package.sh: Likewise. * gnu/services/base.scm: Use 'canonical-package' instead of xxx-final. * gnu/services/xorg.scm: Likewise. * gnu/system/vm.scm: Likewise. * guix/scripts/pull.scm (guix-pull): Likewise.
-
Ludovic Courtès authored
Reported by Sveltana on #guix. * guix/build/linux-initrd.scm (canonicalize-device-spec): Increase MAX-TRIALS. Add "waiting for partition" 'format' call.
-
Ludovic Courtès authored
* guix/profiles.scm (info-dir-file)[gzip]: New variable. [build]: Add 'setenv' call.
-
- Aug 27, 2014
-
-
Andreas Enge authored
* guix/build-system/perl.scm (perl-build): Add support for variables parallel-build? and parallel-tests?. * guix/build-system/gnu.scm (gnu-build): Add a line break for clarity.
-
Alex Kost authored
* gnu/packages/unclutter.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
- Aug 26, 2014
-
-
Ludovic Courtès authored
* tests/guix-build.sh: Refer to the '%bootstrap' variables from (gnu packages bootstrap), not (gnu packages base).
-
John Darrington authored
* README update anachronistic reference to /nix/store
-
- Aug 25, 2014
-
-
Ludovic Courtès authored
Reported by Mark H. Weaver. * guix/profiles.scm (info-dir-file): Handle the case where 'scandir' returns #f.
-
Alex Kost authored
* pre-inst-env.in: Fix typo in commentary.
-
- Aug 24, 2014
-
-
Ludovic Courtès authored
* nix/guix-register/guix-register.cc (GUIX_OPT_DEDUPLICATE): New macro. (options): Add --no-deduplication. (deduplication): New variable. (parse_opt): Handle GUIX_OPT_DEDUPLICATE. (register_validity): Add 'optimize' parameter and honor it. (main): Move 'store' instanatiation after 'settings.nixStore' assignment. * tests/guix-register.sh: Add test for deduplication. * guix/nar.scm (finalize-store-file): Update comment above 'register-path' call.
-
Ludovic Courtès authored
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.2.
-