summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-12challenge: Use a warning when substitutes are lacking....* guix/scripts/challenge.scm (discrepancies): Use 'warning' instead of 'leave'. Ludovic Courtès
2017-01-12gnu: linux-libre@4.4: Update to 4.4.42....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.42. Mark H Weaver
2017-01-12gnu: Add twm....* gnu/packages/xorg.scm (twm): New variable. John Darrington
2017-01-12gnu: Add xmag....* gnu/packages/xorg.scm (xmag): New variable. John Darrington
2017-01-12gnu: Add xmessage....* gnu/packages/xorg.scm (xmessage): New variable. John Darrington
2017-01-12gnu: xonsh: Update to 0.5.2....* gnu/packages/shells.scm (xonsh): Update to 0.5.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Danny Milosavljevic
2017-01-12gnu: miniupnpc: Update to 2.0.20161216....* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20161216. [source]: Use HTTPS. Tobias Geerinckx-Rice
2017-01-12gnu: mcelog: Update to 147....* gnu/packages/linux.scm (mcelog): Update to 147. Tobias Geerinckx-Rice
2017-01-12gnu: xfig: Remove wrapper and clean up implementation....* gnu/packages/xorg.scm (%app-defaults-dir): Make public. * gnu/packages/xfig.scm (xfig)[attributes]: Remove wrapper and set the XAPPLOADDIR in the Imakefile instead. John Darrington
2017-01-12gnu: xfig: Use modify-phases....* gnu/packages/xfig.scm (xfig): Use modify-phases. John Darrington
2017-01-12gnu: xfd: Remove wrapper....* gnu/packages/xorg.scm (xfd): Remove wrapper. John Darrington
2017-01-12gnu: editres: Use %app-defaults-dir....* gnu/packages/xorg.scm (editres): Replace string literal with %app-defaults-dir. John Darrington
2017-01-12gnu: xfontsel: Simplify definition....* gnu/packages/xorg.scm (%app-defaults-dir): New variable. (xfontsel): Remove wrapper. John Darrington
2017-01-12services: Add 'redis-service-type'....* gnu/services/database.scm (<redis-configuration>): New record type. (%redis-accounts, redis-service-type): New variables. (default-redis.conf, redis-activation, redis-shepherd-service): New procedures. * doc/guix.texi (Database Services): Document the new redis service. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines
2017-01-12gnu: ghc-semigroups: Update to 0.18.2....* gnu/packages/haskell.scm (ghc-semigroups): Update to 0.18.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Danny Milosavljevic
2017-01-12gnu: Add ghc-wave....* gnu/packages/haskell.scm (ghc-wave): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Danny Milosavljevic
2017-01-12gnu: ghc-quickcheck: Update to 2.8.2....* gnu/packages/haskell.scm (ghc-quickcheck): Update to 2.8.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Danny Milosavljevic
2017-01-12gnu: Add r-ggthemes....* gnu/packages/statistics.scm (r-ggthemes): New variable. Roel Janssen
2017-01-12build: Remove reference to 'doc/emacs.texi'....This is a followup to deb6276dda81a69da38e842d269c5370a28fa5cf. * doc/local.mk (EXTRA_DIST): Remove 'emacs.texi'. Ludovic Courtès
2017-01-12etc: Add 'indent-package.el' script....* configure.ac: Check for 'emacs', substitute 'EMACS', and emit 'etc/indent-package.el'. * etc/indent-package.el.in: New file. * doc/contributing.texi (Formatting Code): Mention 'etc/indent-package.el'. (Submitting Patches): Likewise, and link to the above node. Co-authored-by: Alex Kost <alezost@gmail.com> Ludovic Courtès
2017-01-12gnu: guix: Update development snapshot....* gnu/packages/package-management.scm (guix-devel): Update to eefd042. Ludovic Courtès
2017-01-12gnu: eudev: Add 'eudev-with-hwdb' variant that contains 'hwdb.bin'....* gnu/packages/linux.scm (eudev-with-hwdb): New variable. (usbutils)[inputs]: Use it instead of EUDEV. Ludovic Courtès
2017-01-12gnu: Add r-txdb-mmusculus-ucsc-mm10-knowngene....* gnu/packages/bioinformatics.scm (r-txdb-mmusculus-ucsc-mm10-knowngene): New variable. Roel Janssen
2017-01-11gnu: bind: Update to 9.10.4-P5 [fixes CVE-2016-{9131,9147,9444}]....* gnu/packages/dns.scm (bind): Update to 9.10.4-P5. Leo Famulari
2017-01-11gnu: isc-dhcp: Update bundled bind to 9.9.9-P5 [security fixes]....Fixes CVE-2016-{9131,9147,9444}. * gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.9-P5. Leo Famulari
2017-01-11gnu: fprintd: Provide the right file name for 'fprintd.conf'....* gnu/packages/freedesktop.scm (fprintd)[arguments]: New field. Ludovic Courtès
2017-01-11perform-download: Add backward-compatible case....This is meant to ease transition for people running an older guix-daemon invoking a recent 'guix perform-download' with only one argument. This is a followup to 9b5364a3afb03414bd6e3ded2fbfdacabe4e8870. * guix/scripts/perform-download.scm (perform-download): Make 'output' optional. Bind 'output*' from DRV's "out" and honor it. (guix-perform-download): Add clause with one argument. Ludovic Courtès
2017-01-11gnu: abiword: Remove timestamps from libabiword....* gnu/packages/abiword.scm (abiword)[source](modules, snippet): New fields. Ludovic Courtès
2017-01-11gnu: abiword: Allow GTK+ schemas to be found....Fixes <http://bugs.gnu.org/25037>. Reported by Adonay Felipe Nogueira <adfeno@openmailbox.org>. * gnu/packages/abiword.scm (abiword)[build-system]: Set to GLIB-OR-GTK-BUILD-SYSTEM. Ludovic Courtès
2017-01-11gnu: Add python2-cheetah...* gnu/packages/python.scm (python2-cheetah): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Danny Milosavljevic
2017-01-11derivations: Make <derivation> record datatype immutable....* guix/derivations.scm (<derivation>): Make it immutable. (derivation): Use generic 'set-field' instead of ad-hoc functional setter. Mathieu Lirzin
2017-01-11git download: Remove redundant argument in 'gexp->derivation' call....* guix/git-download.scm (git-fetch): Call 'gexp->derivation' with only one '#:local-build?' keyword argument. Mathieu Lirzin
2017-01-11gnu: libosinfo: Fix substitute fetching for usb.ids....* gnu/packages/qemu.scm (libosinfo)[native-inputs]: Add 'file-name' field to 'origin' record of "usb.ids". Otherwise, the default file name contains a "?" which leads to failure to fetch nars from substitute servers. Mark H Weaver
2017-01-11gnu: ardour: Add eudev dependency....* gnu/packages/audio.scm (ardour)[inputs]: Add eudev. David Craven
2017-01-11Revert "gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host."...These variants are no longer needed. Followup to 86f4e9d76a75c405b3b6c5b3f1717df0e45f4e68. This reverts commit 45591fd7fde1a400a416cb99939f6dd766445f94. David Craven
2017-01-11gnu: kcrash: Work around race condition when starting Xvfb....Sometimes tests would start running before Xvfb is listening. See <https://hydra.gnu.org/build/1750201>. * gnu/packages/kde-frameworks.scm (kcrash)[arguments]: In 'start-xorg-server', add 'sleep' call after starting Xvfb. Pass "Xvfb" to 'system' instead of its absolute file name. Ludovic Courtès
2017-01-11Revert "gnu: nss: Add comment about test failures in NSS 3.27.2"...This reverts commit 4f6ff977c22b996765178a1dcc6e8f1523601817. Leo Famulari
2017-01-11gnu: cairomm: Update to 1.12.2....* gnu/packages/gtk.scm (cairomm): Update to 1.12.2. [source]: Download from cairographics.org. [home-page]: Use https. Efraim Flashner
2017-01-11gnu: cairo: Update to 1.14.8....* gnu/packages/gtk.scm (cairo): Update to 1.14.8. [source]: Use https. [home-page]: Use https. Efraim Flashner
2017-01-11gnu: harfbuzz: Update to 1.3.4....* gnu/packages/gtk.scm (harfbuzz): Update to 1.3.4. Efraim Flashner
2017-01-11gnu: poppler: Update to 0.50.0....* gnu/packages/pdf.scm (poppler): Update to 0.50.0. Efraim Flashner
2017-01-11gnu: cups-filters: Update to 1.13.1....* gnu/packages/cups.scm (cups-filters): Update to 1.13.1. [inputs]: Switch libjpeg-8 to libjpeg. [arguments]: Disable driverless printing, set location for bash shell. Efraim Flashner
2017-01-11gnu: mesa: Enable floating point textures....* gnu/packages/gl.scm (mesa): Add --enable-texture-float to configure flags. David Thompson
2017-01-11gnu: libxpm: Update to 3.5.12....* gnu/packages/xorg.scm (libxpm): Update to 3.5.12. Marius Bakke
2017-01-11gnu: kmod: Update to 23....* gnu/packages/linux.scm (kmod): Update to 23. Tobias Geerinckx-Rice
2017-01-11gnu: Patch libxt's default search path....* gnu/packages/patches/libxt-guix-search-paths.patch: New file. * gnu/packages/xorg.scm (libxt) [source]: Add patch. John Darrington
2017-01-11daemon: Allow check builds of 'builtin:download' derivations....Fixes <http://bugs.gnu.org/25089>. Reported by Leo Famulari <leo@famulari.name>. * nix/libstore/build.cc (DerivationGoal::runChild): In the 'isBuiltin' case, check whether DRV's output is in 'redirectedOutputs', and pass an 'output' argument to the built-in builder. (DerivationGoal::addHashRewrite): Add 'printMsg' call. * nix/libstore/builtins.hh (derivationBuilder): Add 'output' parameter. * nix/libstore/builtins.cc (builtinDownload): Likewise. Add OUTPUT to ARGV. * guix/scripts/perform-download.scm (perform-download): Add 'output' parameter. (guix-perform-download): Adjust 'match' clauses accordingly. * tests/derivations.scm ("'download' built-in builder, check mode"): New test. Ludovic Courtès
2017-01-11guix package: Fix version and output for 'guix package -i /gnu/store/…'....* guix/utils.scm (package-name->name+version): Add optional 'delimiter' parameter. * guix/scripts/package.scm (store-item->manifest-entry): Pass #\- as the delimiter for 'package-name->name+version'. Use "out" instead of #f for the 'output' field. * tests/guix-package.sh: Add test. Ludovic Courtès
2017-01-11services: wicd: Create /var/run/wpa_supplicant....* gnu/services/networking.scm (%wicd-activation): Create /var/run/wpa_supplicant. Ludovic Courtès
2017-01-11gnu: eyed3: Update to 0.7.10....* gnu/packages/mp3.scm (eyed3): Update to 0.7.10. Leo Famulari