summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-20guix hash: Don't load the whole file in memory.Ludovic Courtès
* guix/scripts/hash.scm (guix-hash)[eof->null]: Remove. (guix-hash): Use 'port-sha256' to compute the hash instead of 'get-bytevector-all' and co.
2014-02-19gnu: tor: Upgrade to 0.2.4.20.Mark H Weaver
* gnu/packages/tor.scm (tor): Upgrade to 0.2.4.20.
2014-02-19gnu: Add gmime.Mark H Weaver
* gnu/packages/mail.scm (gmime): New variable.
2014-02-19gnu: gpgme: Make 'libgpg-error' a propagated input.Mark H Weaver
* gnu/packages/gnupg.scm (gpgme): Make 'libgpg-error' a propagated input.
2014-02-19gnu: shishi: Add more inputs for libidn and PAM support.Mark H Weaver
* gnu/packages/shishi.scm (shishi): Add 'pkg-config' native-input. Add 'libidn' and 'linux-pam' inputs.
2014-02-19gnu: calcurse: New moduleEric Bavier
* gnu/packages/calcurse.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-19gnu: Add /etc/shells.Ludovic Courtès
* gnu/system.scm (etc-directory): Add /etc/shells.
2014-02-19gnu: vm: Remove '%demo-operating-system'.Ludovic Courtès
* gnu/system/vm.scm (%demo-operating-system): Remove. (system-qemu-image, system-qemu-image/shared-store, system-qemu-image/shared-store-script): Adjust accordingly.
2014-02-19gnu: Define '%base-services'.Ludovic Courtès
* gnu/services/base.scm (%base-services): New variable. * gnu/system.scm (<operating-system>)[services]: Change the default value to %BASE-SERVICES. * doc/guix.texi (Using the Configuration System): Change '%standard-services' to '%base-services'.
2014-02-19gnu: Introduce the (gnu services ...) modules.Ludovic Courtès
* gnu/system/dmd.scm: Remove file. Move contents to... * gnu/services.scm, gnu/services/base.scm, gnu/services/dmd.scm, gnu/services/networking.scm, gnu/services/xorg.scm: ... here. New files. * gnu/system.scm, gnu/system/vm.scm: Adjust accordingly. * guix/scripts/system.scm (%user-module): Likewise. * doc/guix.texi (Using the Configuration System): Likewise. (Defining Services): Likewise.
2014-02-19gnu: bigloo: Upgrade to 4.1a.Ludovic Courtès
* gnu/packages/scheme.scm (bigloo): Upgrade to 4.1a.
2014-02-18gnu: qemu: Disable debug info.Ludovic Courtès
* gnu/packages/qemu.scm (qemu-headless): Add '--disable-debug-info' as a 'configure' flag.
2014-02-18Add 'guix system'.Ludovic Courtès
* guix/scripts/system.scm: New file. * Makefile.am (MODULES): Add it. * po/POTFILES.in: Likewise. * doc/guix.texi (Using the Configuration System): Link to "Invoking guix system". (Invoking guix system): New node.
2014-02-18gnu: curl: Fix tests.Sree Harsha Totakura
* gnu/packages/curl.scm (curl): Add a new phase and python-2 to native-inputs. Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-18gnu: curl: Update to 7.35.0.Sree Harsha Totakura
* gnu/packages/curl.scm (curl): Update to 7.35.0. Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-18gnu: gnurl: Do not disable testcase 1022.Sree Harsha Totakura
* gnu/packages/gnunet.scm (gnurl): Do not disable testcase 1022. Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-18gnu: ncdc: Update to 1.19.Sree Harsha Totakura
* gnu/packages/dc (ncdc): Update to 1.19. Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-18gnu: gnutls: Upgrade to 3.2.11.Mark H Weaver
* gnu/packages/gnutls.scm (gnutls): Upgrade to 3.2.11. Improve URI computation.
2014-02-17gnu: icu4c: Upgrade to 52.1.Mark H Weaver
* gnu/packages/icu4c.scm (icu4c): Upgrade to 52.1.
2014-02-17gnu: patchelf: Fix platform page size determination.Mark H Weaver
* gnu/packages/patches/patchelf-page-size.patch: New file. * gnu/packages/elf.scm (patchelf): Add the patch. * gnu-system.am (dist_patch_DATA): Add the patch.
2014-02-18guix build: Factorize common options.Ludovic Courtès
* guix/scripts/build.scm (show-build-options-help, set-build-options-from-command-line): New procedures. (show-help): Remove description of --dry-run, --fallback, --no-substitutes, --max-silent-time, and --cores. Call 'show-build-options-help'. (%standard-build-options): New variable. (%options): Remove --dry-run, --fallback, --no-substitutes, --verbosity, --max-silent-time, and --cores. Add %STANDARD-BUILD-OPTIONS. (guix-build): Use 'set-build-options-from-command-line' instead of 'set-build-options'. * guix/scripts/archive.scm (show-help): Remove description of --dry-run, --fallback, --no-substitutes, --max-silent-time, and --cores. Call 'show-build-options-help'. (%options): Remove --dry-run, --fallback, --no-substitutes, --verbosity, --max-silent-time, and --cores. Add %STANDARD-BUILD-OPTIONS. (export-from-store): Call 'set-build-options-from-command-line' instead of 'set-build-options.
2014-02-17gnu: Add xapian.Mark H Weaver
* gnu/packages/search.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2014-02-16gnu: gnurl: Update to 7.35.0.Sree Harsha Totakura
* gnu/packages/gnunet.scm (gnurl): Update to 7.35.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-16gnu: Add hdf5.John Darrington
* gnu/packages/maths.scm (hdf5): New variable. * gnu/packages/maths.scm (octave): New input hdf5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-16gnu: dmd: Sleep longer in tests, for slower machines.Mark H Weaver
* gnu/packages/patches/dmd-tests-longer-sleeps.patch: New file. * gnu/packages/admin.scm (dmd): Add the patch. * gnu-system.am (dist_patch_DATA): Add it.
2014-02-16gnu: Add ttf-dejavu.Mark H Weaver
* gnu/packages/fonts.scm (ttf-dejavu): New variable.
2014-02-16Update .gitignore for Guile 2.0.9 bootstrap binaries.Mark H Weaver
* .gitignore: Change version number in ignored Guile bootstrap binaries from 2.0.7 to 2.0.9.
2014-02-16gnu: ratpoison: Patch to use $SHELL instead of /bin/sh.Mark H Weaver
* gnu/packages/patches/ratpoison-shell.patch: New file. * gnu/packages/ratpoison.scm (ratpoison): Add patch. * gnu-system.am (dist_patch_DATA): Add patch.
2014-02-16Add Manolis to 'AUTHORS'.Ludovic Courtès
2014-02-16gnu: Add GNU Mach headers.Manolis Ragkousis
* gnu/packages/hurd.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add hurd.scm Co-authored-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-12gnu: gnunet: Fix failing testcases.Sree Harsha Totakura
* gnu/packages/gnunet.scm (gnurl): Add pkg-config. * gnu/packages/patches/gnunet-fix-tests.patch: Append fix for integration testcases. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-12guix build: Move 'set-build-options' call earlier.Ludovic Courtès
* guix/scripts/build.scm (guix-build): Move 'set-build-options' call before 'show-what-to-build'.
2014-02-12store: Add comments for the stracer.Ludovic Courtès
* guix/store.scm (%worker-magic-1, %worker-magic-2): Add comments.
2014-02-11gnu: isc-dhcp: Upgrade to 4.3.0.Mark H Weaver
* gnu/packages/admin.scm (isc-dhcp): Upgrade to 4.3.0.
2014-02-11gnu: curl, gnurl: Fix failing testcase 172.Sree Harsha Totakura
* gnu/packages/patches/curl-fix-test172.patch: New file. * gnu-system.am (dist_patch_DATA): Add the patch file. * gnu/packages/gnunet.scm (gnurl): Apply the patch file. * gnu/packages/curl.scm (curl): Apply the patch file. Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-11gnu: gnunet: Correct typo.Andreas Enge
* gnu/packages/gnunet.scm (gnunet): Correct typo.
2014-02-10gnu: texinfo: Make version 4.13a available.Mark H Weaver
* gnu/packages/texinfo.scm (texinfo-4): New variable.
2014-02-10gnu: gnunet: Add input libmicrohttpd.Andreas Enge
* gnu/packages/gnunet.scm (gnunet): Add input libmicrohttpd and improve formatting.
2014-02-10store: Change 'export-paths' to always export in topological order.Ludovic Courtès
* guix/store.scm (export-paths): Pass PATHS through 'topologically-sorted' before iterating. * tests/store.scm ("export/import paths, ensure topological order"): New test.
2014-02-10gnu: lout: Change docdir from "doc" to "share/doc"John Darrington
* gnu/packages/lout.scm (lout): Change docdir from "doc" to "share/doc". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-10gnu: Add GNUnet.Sree Harsha Totakura
* gnunet/packages/gnunet.scm (gnunet): New variable. * gnu/package/patches/gnunet-fix-scheduler.patch: New file. * gnu/package/patches/gnunet-fix-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Add the above two patch files. Co-authored-by: Andreas Enge <andreas@enge.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-10gnu: gstreamer 1.0.10: Temporarily disable tests.Ludovic Courtès
* gnu/packages/gstreamer.scm (gstreamer): Add 'arguments' field.
2014-02-09gnu: openssh: Upgrade to 6.5p1.Mark H Weaver
* gnu/packages/ssh.scm (openssh): Upgrade to 6.5p1.
2014-02-09gnu: openssl: Upgrade to 1.0.1f.Mark H Weaver
* gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1f.
2014-02-10union: Do not compare directories upon collision.Ludovic Courtès
* guix/build/union.scm (file=?): Return #f if FILE1 and FILE2 are not regular files. Fixes a bug whereby collisions among directories would lead to the invocation of 'file=?' and thus 'call-with-input-file' on directories. Reported by Mark H. Weaver <mhw@netris.org>.
2014-02-10download: Provide a 'User-Agent' field in HTTP requests.Ludovic Courtès
Fixes <http://bugs.gnu.org/16703>. Reported by Raimon Grau <raimonster@gmail.com>. * guix/build/download.scm (http-fetch)[headers]: New variable. Pass it as #:headers or #:extra-headers to 'http-get' and 'http-get*'.
2014-02-09gnu: dmd: Add SLiM service.Ludovic Courtès
* gnu/system/dmd.scm (xorg-service): Remove. (xorg-start-command, slim-service): New procedure.
2014-02-09gnu: dmd: Fix X font directory name in X service.Ludovic Courtès
* gnu/system/dmd.scm (xorg-service)[xserver.conf]: Fix directory name in 'FontPath' entry for FONT-ADOBE75DPI.
2014-02-09gnu: linux-initrd: When booting, chdir to the new root before calling 'chroot'.Ludovic Courtès
* guix/build/linux-initrd.scm (boot-system): Add 'chdir' call right before 'chroot'.
2014-02-09gnu: slim: Work around flaky synchronization with the X server.Ludovic Courtès
* gnu/packages/patches/slim-sigusr1.patch: New file. * gnu/packages/slim.scm (slim): Use it. * gnu-system.am (dist_patch_DATA): Add it.