summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: aqbanking: Update source hash.John Darrington2017-01-13
| | | | | * gnu/packages/gnucash.scm (aqbanking): Update source hash. This was inadvertently omitted from commit cac19f0df947ef656cc8e276b2538aab7d927367
* gnu: qtxmlpatterns: Skip network tests.Efraim Flashner2017-01-13
| | | | | * gnu/packages/qt.scm (qtxmlpatterns)[arguments]: Add custom phase to prevent the building of network tests.
* gnu: qtsvg: Build tests by default.Efraim Flashner2017-01-13
| | | | | | | | | | | | | * gnu/packages/qt.scm (qtsvg)[arguments]: Set QT_BUILD_PARTS in the custom 'configure phase to include tests. Add custom 'set-display phase to enable offscreen tests. (qtx11extras, qtxmlpatterns, qtdeclarative, qtwebsockets, qtlocation, qttools, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtcharts, qtdatavis3d)[arguments]: Disable tests. (qtmultimedia)[source]: Edit snippet to not build 'spectrum' example. [arguments]: Disable tests. (qtscxml)[source]: Edit snippet to not build 'scion' test. (qtcanvas3d)[arguments]: Don't build the test suite, don't run the tests.
* gnu: Add qtdatavis3d.Efraim Flashner2017-01-13
| | | | * gnu/packages/qt.scm (qtdatavis3d): New variable.
* gnu: Add qtcharts.Efraim Flashner2017-01-13
| | | | * gnu/packages/qt.scm (qtcharts): New variable.
* gnu: Add qtcanvas3d.Efraim Flashner2017-01-13
| | | | * gnu/packages/qt.scm (qtcanvas3d): New variable.
* gnu: Add qtpurchasing.Efraim Flashner2017-01-13
| | | | * gnu/packages/qt.scm (qtpurchasing): New variable.
* gnu: Add qtscxml.Efraim Flashner2017-01-13
| | | | * gnu/packages/qt.scm (qtscxml): New variable.
* gnu: Add qtgamepad.Efraim Flashner2017-01-13
| | | | * gnu/packages/qt.scm (qtgamepad): New variable.
* gnu: Add qtserialbus.Efraim Flashner2017-01-13
| | | | * gnu/packages/qt.scm (qtserialbus): New variable.
* gnu: Add qtdeclarative-render2d.Efraim Flashner2017-01-13
| | | | * gnu/packages/qt.scm (qtdeclarative-render2d): New variable.
* gnu: nano: Update to 2.7.4.Tobias Geerinckx-Rice2017-01-12
| | | | * gnu/packages/nano.scm (nano): Update to 2.7.4.
* challenge: Use a warning when substitutes are lacking.Ludovic Courtès2017-01-12
| | | | | * guix/scripts/challenge.scm (discrepancies): Use 'warning' instead of 'leave'.
* gnu: linux-libre@4.4: Update to 4.4.42.Mark H Weaver2017-01-12
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.42.
* gnu: Add twm.John Darrington2017-01-12
| | | | * gnu/packages/xorg.scm (twm): New variable.
* gnu: Add xmag.John Darrington2017-01-12
| | | | * gnu/packages/xorg.scm (xmag): New variable.
* gnu: Add xmessage.John Darrington2017-01-12
| | | | * gnu/packages/xorg.scm (xmessage): New variable.
* gnu: xonsh: Update to 0.5.2.Danny Milosavljevic2017-01-12
| | | | | | * gnu/packages/shells.scm (xonsh): Update to 0.5.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: miniupnpc: Update to 2.0.20161216.Tobias Geerinckx-Rice2017-01-12
| | | | | * gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20161216. [source]: Use HTTPS.
* gnu: mcelog: Update to 147.Tobias Geerinckx-Rice2017-01-12
| | | | * gnu/packages/linux.scm (mcelog): Update to 147.
* gnu: xfig: Remove wrapper and clean up implementation.John Darrington2017-01-12
| | | | | | * 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.
* gnu: xfig: Use modify-phases.John Darrington2017-01-12
| | | | * gnu/packages/xfig.scm (xfig): Use modify-phases.
* gnu: xfd: Remove wrapper.John Darrington2017-01-12
| | | | * gnu/packages/xorg.scm (xfd): Remove wrapper.
* gnu: editres: Use %app-defaults-dir.John Darrington2017-01-12
| | | | | * gnu/packages/xorg.scm (editres): Replace string literal with %app-defaults-dir.
* gnu: xfontsel: Simplify definition.John Darrington2017-01-12
| | | | | * gnu/packages/xorg.scm (%app-defaults-dir): New variable. (xfontsel): Remove wrapper.
* services: Add 'redis-service-type'.Christopher Baines2017-01-12
| | | | | | | | | | * 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>
* gnu: ghc-semigroups: Update to 0.18.2.Danny Milosavljevic2017-01-12
| | | | | | * gnu/packages/haskell.scm (ghc-semigroups): Update to 0.18.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ghc-wave.Danny Milosavljevic2017-01-12
| | | | | | * gnu/packages/haskell.scm (ghc-wave): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ghc-quickcheck: Update to 2.8.2.Danny Milosavljevic2017-01-12
| | | | | | * gnu/packages/haskell.scm (ghc-quickcheck): Update to 2.8.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add r-ggthemes.Roel Janssen2017-01-12
| | | | * gnu/packages/statistics.scm (r-ggthemes): New variable.
* build: Remove reference to 'doc/emacs.texi'.Ludovic Courtès2017-01-12
| | | | | | This is a followup to deb6276dda81a69da38e842d269c5370a28fa5cf. * doc/local.mk (EXTRA_DIST): Remove 'emacs.texi'.
* etc: Add 'indent-package.el' script.Ludovic Courtès2017-01-12
| | | | | | | | | | | * 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>
* gnu: guix: Update development snapshot.Ludovic Courtès2017-01-12
| | | | * gnu/packages/package-management.scm (guix-devel): Update to eefd042.
* gnu: eudev: Add 'eudev-with-hwdb' variant that contains 'hwdb.bin'.Ludovic Courtès2017-01-12
| | | | | * gnu/packages/linux.scm (eudev-with-hwdb): New variable. (usbutils)[inputs]: Use it instead of EUDEV.
* gnu: Add r-txdb-mmusculus-ucsc-mm10-knowngene.Roel Janssen2017-01-12
| | | | * gnu/packages/bioinformatics.scm (r-txdb-mmusculus-ucsc-mm10-knowngene): New variable.
* gnu: bind: Update to 9.10.4-P5 [fixes CVE-2016-{9131,9147,9444}].Leo Famulari2017-01-11
| | | | * gnu/packages/dns.scm (bind): Update to 9.10.4-P5.
* gnu: isc-dhcp: Update bundled bind to 9.9.9-P5 [security fixes].Leo Famulari2017-01-11
| | | | | | Fixes CVE-2016-{9131,9147,9444}. * gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.9-P5.
* gnu: fprintd: Provide the right file name for 'fprintd.conf'.Ludovic Courtès2017-01-11
| | | | * gnu/packages/freedesktop.scm (fprintd)[arguments]: New field.
* perform-download: Add backward-compatible case.Ludovic Courtès2017-01-11
| | | | | | | | | | | 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.
* gnu: abiword: Remove timestamps from libabiword.Ludovic Courtès2017-01-11
| | | | | * gnu/packages/abiword.scm (abiword)[source](modules, snippet): New fields.
* gnu: abiword: Allow GTK+ schemas to be found.Ludovic Courtès2017-01-11
| | | | | | | | 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.
* gnu: Add python2-cheetahDanny Milosavljevic2017-01-11
| | | | | | * gnu/packages/python.scm (python2-cheetah): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* derivations: Make <derivation> record datatype immutable.Mathieu Lirzin2017-01-11
| | | | | * guix/derivations.scm (<derivation>): Make it immutable. (derivation): Use generic 'set-field' instead of ad-hoc functional setter.
* git download: Remove redundant argument in 'gexp->derivation' call.Mathieu Lirzin2017-01-11
| | | | | * guix/git-download.scm (git-fetch): Call 'gexp->derivation' with only one '#:local-build?' keyword argument.
* gnu: libosinfo: Fix substitute fetching for usb.ids.Mark H Weaver2017-01-11
| | | | | | * 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.
* gnu: ardour: Add eudev dependency.David Craven2017-01-11
| | | | * gnu/packages/audio.scm (ardour)[inputs]: Add eudev.
* Revert "gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host."David Craven2017-01-11
| | | | | | | | These variants are no longer needed. Followup to 86f4e9d76a75c405b3b6c5b3f1717df0e45f4e68. This reverts commit 45591fd7fde1a400a416cb99939f6dd766445f94.
* gnu: kcrash: Work around race condition when starting Xvfb.Ludovic Courtès2017-01-11
| | | | | | | | | 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.
* Revert "gnu: nss: Add comment about test failures in NSS 3.27.2"Leo Famulari2017-01-11
| | | | This reverts commit 4f6ff977c22b996765178a1dcc6e8f1523601817.
* gnu: cairomm: Update to 1.12.2.Efraim Flashner2017-01-11
| | | | | | * gnu/packages/gtk.scm (cairomm): Update to 1.12.2. [source]: Download from cairographics.org. [home-page]: Use https.