Skip to content
Snippets Groups Projects
  1. Sep 03, 2014
  2. Sep 02, 2014
  3. Sep 01, 2014
  4. Aug 31, 2014
  5. Aug 30, 2014
  6. Aug 29, 2014
  7. Aug 28, 2014
    • Mark H Weaver's avatar
      doc: %final-inputs is now in (gnu packages commencement). · dd164244
      Mark H Weaver authored
      * doc/guix.texi (Bootstrapping): Adjust the text to reflect that
        '%final-inputs' is now in (gnu packages commencement).
      dd164244
    • Mark H Weaver's avatar
      hydra: Adjust to (gnu packages commencement) split from (gnu packages base). · 9e9cb0c7
      Mark H Weaver authored
      * build-aux/hydra/gnu-system.scm: Import (gnu packages commencement).
      9e9cb0c7
    • John Darrington's avatar
      gnu: Add perl-archive-zip. · ba5324c3
      John Darrington authored
      * gnu/packages/perl.scm (perl-archive-zip): New variable.
      ba5324c3
    • John Darrington's avatar
      gnu: Add bison-2.7 · b1da9f82
      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
      b1da9f82
    • Ludovic Courtès's avatar
      gnu: libwebsockets: Update to 1.3. · c2337213
      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'.
      c2337213
    • Ludovic Courtès's avatar
      gnu: Add Guile-Charting. · 12507a3e
      Ludovic Courtès authored
      * gnu/packages/guile.scm (guile-charting): New variable.
      12507a3e
    • Ludovic Courtès's avatar
      gnu: guile-cairo: Propagate Cairo. · 49710cea
      Ludovic Courtès authored
      * gnu/packages/gtk.scm (guile-cairo): Move CAIRO to 'propagated-inputs'.
      49710cea
    • Ludovic Courtès's avatar
      gnu: Split (gnu packages base), adding (gnu packages commencement). · bdb36958
      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.
      bdb36958
    • Ludovic Courtès's avatar
      linux-initrd: Wait a bit longer for partitions to appear. · 5c3eb14e
      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.
      5c3eb14e
    • Ludovic Courtès's avatar
      profiles: Add gzip to $PATH before invoking 'install-info'. · 2f0556ae
      Ludovic Courtès authored
      * guix/profiles.scm (info-dir-file)[gzip]: New variable.
        [build]: Add 'setenv' call.
      2f0556ae
  8. Aug 27, 2014
  9. Aug 26, 2014
  10. Aug 25, 2014
  11. Aug 24, 2014
    • Ludovic Courtès's avatar
      guix-register: By default, attempt to deduplicate registered items. · c6df0994
      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.
      c6df0994
    • Ludovic Courtès's avatar
      gnu: libgcrypt: Update to 1.6.2. · bcac69f6
      Ludovic Courtès authored
      * gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.2.
      bcac69f6
Loading