summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2015-07-14gnu: eigen: Use parallel-job-count.Eric Bavier
* gnu/packages/algebra.scm (eigen)[arguments]: 'current-processor-count' -> 'parallel-job-count'.
2015-07-14gnu: ccache: Update to 3.2.2.Eric Bavier
* gnu/packages/ccache.scm (ccache): Update to 3.2.2. [arguments]: Rename 'patch-test-shebangs phase to 'setup-tests. Set the SHELL environment variable.
2015-07-14gnu: Add dunst.Alex Kost
* gnu/packages/dunst.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-07-14gnu: Add libxdg-basedir.Alex Kost
* gnu/packages/freedesktop.scm (libxdg-basedir): New variable.
2015-07-14file-systems: Allow users to specify file system UUIDs as strings.Ludovic Courtès
Fixes <http://bugs.gnu.org/19778>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/system/file-systems.scm (%uuid-rx): New variable. (string->uuid): New procedure. (uuid): New macro. * tests/file-systems.scm: New file. * Makefile.am (SCM_TESTS): Add it. * doc/guix.texi (File Systems): Give an example of UUID.
2015-07-14file-systems: Implement partition lookup by UUID.Ludovic Courtès
* gnu/build/file-systems.scm (read-ext2-superblock*, partition-predicate): New procedures. (partition-label-predicate): Rewrite in terms of 'partition-predicate'. (partition-uuid-predicate, find-partition-by-uuid, uuid->string): New procedures. (%network-byte-order): New macro. (canonicalize-device-spec)[canonical-title]: Check whether SPEC is a string. [resolve]: New procedure. Add 'uuid' case and use it.
2015-07-14gnu: nss: Upgrade to 3.19.2.Ludovic Courtès
* gnu/packages/gnuzilla.scm (nss): Upgrade to 3.19.2.
2015-07-14file-systems: Use (guix build syscalls) at build time if needed.Ludovic Courtès
* gnu/build/file-systems.scm: Wrap 'module-use!' statement in 'eval-when'.
2015-07-13gnu: Add rc.Jeff Mickey
* gnu/packages/rc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-07-13gnu: linux-libre: Update to 4.1.2.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.1.2.
2015-07-13gnu: boost: Patch to avoid -m32 flag on mips.Andreas Enge
* gnu/packages/patches/boost-mips-avoid-m32.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/boost.scm (boost): Use it.
2015-07-13gnu: boost: Update to 1.58.0.Andreas Enge
* gnu/packages/boost.scm (boost): Update to 1.58.0.
2015-07-13gnu: file-systems: Fix typo.Mathieu Lirzin
* gnu/system/file-systems.scm (%container-file-systems): Fix typo in a comment.
2015-07-12gnu: Add rhythmbox.David Hashe
* gnu/packages/gnome.scm (rhythmbox): New variable.
2015-07-12gnu: Add 'libstdc++-doc'.Ludovic Courtès
* gnu/packages/gcc.scm (make-libstdc++-doc): New procedure. (libstdc++-doc-4.9, libstdc++-doc-5.1): New variables.
2015-07-12gnu: Add execline.Claes Wallin
* gnu/package/skarnet.scm (execline): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-07-12gnu: Add skalibs.Claes Wallin
* gnu/package/skarnet.scm (skalibs): New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-07-12gnu: pumpa: Update to 0.9.1.Claes Wallin
* gnu/packages/pumpio.scm (pumpa): Update to 0.9.1. Change URL. Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
2015-07-11gnu: polkit: Update to 0.113.Mark H Weaver
* gnu/packages/polkit.scm (polkit): Update to 0.113.
2015-07-11gnu: openssh: Update to 6.9p1.Mark H Weaver
* gnu/packages/ssh.scm (openssh): Update to 6.9p1. [source]: Use http mirrors. Add mirror from Erlangen.
2015-07-11install: Fix variable reference to iproute2 package.Mark H Weaver
This is a followup to commit d43002f64599fb80294d4c00e3a682a2776c885c. * gnu/system/install.scm (installation-os)[packages]: Refer to IPROUTE instead of IPROUTE2.
2015-07-11gnu: openssl: Update to 1.0.2d.Mark H Weaver
* gnu/packages/tls.scm (openssl): Update to 1.0.2d.
2015-07-11gnu: ntp: Update to 4.2.8p3; use system libevent.Mark H Weaver
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p3. [source]: Add snippet to remove bundled copy of libevent. [inputs]: Add libevent. [arguments]: Add 'disable-network-test' phase.
2015-07-11install: Add iproute2 to the installation image.Ludovic Courtès
Fixes <http://bugs.gnu.org/21019>. Reported by <info@danieleparisi.me>. * gnu/system/install.scm (installation-os)[packages]: Add IPROUTE2.
2015-07-11gnu: gnome-terminal: Move dconf to propagated-inputs.Mark H Weaver
* gnu/packages/gnome.scm (gnome-terminal): Move dconf from inputs to propagated-inputs.
2015-07-10Revert "gnu: boost: Update to 1.58.0."Mark H Weaver
This reverts commit 16de69c950c473cc3d386cd7569bd1d6051614b6.
2015-07-10gnu: Include (guix build syscalls) module in initrd/VM derivations.David Thompson
This bug was introduced in commit 85c3127. Thanks to Christopher Webber for reporting it. * gnu/syste/linux-initrd.scm (base-initrd): Include (guix build syscalls) module in derivation. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
2015-07-10gnu: brasero: Update to 3.12.1, Add inputs.David Hashe
* gnu/packages/gnome.scm (brasero): Update to 3.12.1. [inputs]: Add gobject-introspection, nettle, and totem-pl-parser.
2015-07-09gnu: guix: Update snapshot.Mark H Weaver
* gnu/packages/package-management.scm (guix-devel): Update to dd91141. [arguments]: Use 'modify-phases'. Add 'disable-container-tests' phase.
2015-07-09Revert "gnu: guix: Update snapshot."Mark H Weaver
This reverts commit bfabd1fbb8c3b74b986147449727906f47115ec0.
2015-07-09gnu: guix: Update snapshot.Mark H Weaver
* gnu/packages/package-management.scm (guix-devel): Update to 9f04196.
2015-07-09Revert "gnu: libgpg-error: Update to 1.19."Mark H Weaver
This reverts commit 552b98a20890905a3e756139aedf9b347a429988.
2015-07-09gnu: libgpg-error: Update to 1.19.Paul van der Walt
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.19.
2015-07-09gnu: pinentry: Update to 1.9.5; add input libassuan.Paul van der Walt
* gnu/packages/gnupg.scm (pinentry): Update to 1.9.5. Add input libassuan.
2015-07-09gnu: libksba: Update to 1.3.3.Paul van der Walt
* gnu/packages/gnupg.scm (libksba): Update to 1.3.3.
2015-07-09gnu: gpgme: Update to 1.5.5.Paul van der Walt
* gnu/packages/gnupg.scm (gpgme): Update to 1.5.5.
2015-07-09gnu: npth: Update to 1.2.Paul van der Walt
* gnu/packages/gnupg.scm (npth): Update to 1.2.
2015-07-09gnu: pius: Update to 2.1.1.Paul van der Walt
* gnu/packages/gnupg.scm (pius): Update to 2.1.1.
2015-07-09gnu: libassuan: Update to 2.2.1.Paul van der Walt
* gnu/packages/gnupg.scm (libassuan): Update to 2.2.1.
2015-07-09gnu: ncmpc: Update to 0.24.Paul van der Walt
* gnu/packages/mpd.scm (ncmpc): Update to 0.24.
2015-07-09gnu: ncmpcpp: Update to 0.6.5.Paul van der Walt
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.6.5.
2015-07-09gnu: mpd-mpc: Update to 0.27.Paul van der Walt
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.27.
2015-07-09gnu: mpd: Update to 0.19.10.Paul van der Walt
* gnu/packages/mpd.scm (mpd): Update to 0.19.10.
2015-07-09gnu: libmpdclient: Update to 2.10.Paul van der Walt
* gnu/packages/mpd.scm (libmpdclient): Update to 2.10.
2015-07-09gnu: Add totem.Mark H Weaver
* gnu/packages/gnome.scm (totem): New variable.
2015-07-09gnu: system: Add Linux container file systems.David Thompson
* gnu/system/file-systems.scm (%container-file-systems): New variable.
2015-07-09gnu: build: Add Linux container module.David Thompson
* gnu/build/linux-container.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * .dir-locals.el: Add Scheme indent rules for 'call-with-container', and 'container-excursion'. * tests/containers.scm: New file. * Makefile.am (SCM_TESTS): Add it.
2015-07-09build: file-systems: Import (guix build syscalls) for non-static Guiles.David Thompson
* gnu/build/file-systems.scm: Import (guix build syscalls) when 'mount' is not defined. * gnu/system.scm (operating-system-activation-script): Include (guix build syscalls) module in derivation.
2015-07-09gnu: preseq: Move "use-samtools-headers" phase.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (preseq)[arguments]: Move phase "use-samtools-headers" after "enter-dir" phase.
2015-07-09gnu: Add gst-plugins-ugly.Mark H Weaver
* gnu/packages/gstreamer.scm (gst-plugins-ugly): New variable.