aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2014-02-09gnu: Add stalonetrayRaimon Grau
* gnu/packages/stalonetray.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add stalonetray.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-08gnu: moe: New moduleEric Bavier
* gnu/packages/moe.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add moe.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-08gnu: Add FUSE.Ludovic Courtès
* gnu/packages/linux.scm (fuse): New variable.
2014-02-08gnu: Move root's home directory to /root.Ludovic Courtès
* gnu/system.scm (operating-system-derivation): Change root's 'home-directory' to "/root". * gnu/system/vm.scm (operating-system-default-contents): Add /root.
2014-02-07gnu: python-pysqlite: Point to the latest release tarball.Ludovic Courtès
* gnu/packages/python.scm (python2-pysqlite): Change 'version' to "2.6.3a". Change 'uri' to point to pypi.python.org. Reported by Mark H Weaver <mhw@netris.org> and others. Update 'home-page' and 'synopsis'.
2014-02-07gnu: Add paperkey.Eric Bavier
* gnu/packages/gnupg.scm (paperkey): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-06gnu: gdb: Upgrade to 7.7.Ludovic Courtès
* gnu/packages/gdb.scm (gdb): Upgrade to 7.7. Remove 'gdb-loongson-madd-fix.patch', no longer needed. * gnu/packages/patches/gdb-loongson-madd-fix.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
2014-02-06daemon: Add '--gc-keep-outputs' and '--gc-keep-derivations'.Ludovic Courtès
* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_GC_KEEP_OUTPUTS, GUIX_OPT_GC_KEEP_DERIVATIONS): New macros. (options): Add 'gc-keep-outputs' and 'gc-keep-derivations'. (string_to_bool): New function. (parse_opt): Honor GUIX_OPT_GC_KEEP_DERIVATIONS and GUIX_OPT_GC_KEEP_OUTPUTS. * doc/guix.texi (Invoking guix-daemon): Document --gc-keep-outputs and --gc-keep-derivations.
2014-02-06Add Raimon to 'AUTHORS'.Ludovic Courtès
2014-02-06gnu: Add luajitRaimon Grau
* gnu/packages/lua.scm (luajit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-06gnu: Add Glade.John Darrington
* gnu/packages/gnome.scm (glade): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2014-02-06gnu: imagemagick: Upgrade to 6.8.8-4.Andreas Enge
* gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-4.
2014-02-06gnu: gnu-pw-mgr: Upgrade to 1.1.Eric Bavier
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Upgrade to 1.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
2014-02-05gnu: guile-wm: Upgrade to 1.0.Ludovic Courtès
* gnu/packages/guile-wm.scm (guile-wm): Upgrade to 1.0.
2014-02-05gnu: system: Build /etc/localtime.Ludovic Courtès
* gnu/system.scm (etc-directory)[bashrc]: Use 'text-file*' instead of 'text-file'. Adjust users accordingly. [files]: Add the /etc/localtime file for TIMEZONE. Add TZDATA to the 'file-union' inputs. (operating-system-derivation): Pass 'etc-directory' PROFILE-DRV instead of PROFILE.
2014-02-05gnu: slim: Upgrade to 1.3.6; allow the choice of a config file at run time.Ludovic Courtès
* gnu/packages/slim.scm (slim): Upgrade to 1.3.6. Add patches. Comment out systemd-related stuff from CMakeLists.txt. Add "-DBUILD_SHARED_LIBS=OFF" and "-DCMAKE_SKIP_BUILD_RPATH=ON" to #:configure-flags. Adjust 'home-page' field. * gnu/packages/patches/slim-config.patch, gnu/packages/patches/slim-session.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
2014-02-05gnu: inkscape: New moduleJohn Darrington
* gnu/packages/inkscape.scm, gnu/packages/patches/inkscape-stray-comma.patch: New files. * gnu-system.am (GNU_SYSTEM_MODULES): Add inkscape.scm. (dist_patch_DATA): Add inkscape-stray-comma.patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>