- Jan 26, 2015
-
-
Ludovic Courtès authored
* gnu/services/xorg.scm (<session-type>): New record type. (%windowmaker-session-type, %ratpoison-session-type): New variables. (%default-xsessions): Use them. (xsessions-directory): Expect SESSIONS to be a list of <session-type> and rewrite accordingly. (slim-service): Adjust docstring. * doc/guix.texi (X Window): Update accordingly.
-
Ludovic Courtès authored
* guix/scripts/substitute-binary.scm (open-cache*): New macro. (guix-substitute-binary): Use it instead of (delay (open-cache ...)).
-
Ludovic Courtès authored
Fixes <http://bugs.gnu.org/19677>. Reported by Mark H Weaver <mhw@netris.org>. * guix/hash.scm: Use (guix gcrypt). (sha256, open-sha256-md, md-write, md-close): Use 'libgcrypt-func' instead of 'dynamic-func'.
-
Ludovic Courtès authored
* guix/gcrypt.scm: New file. * Makefile.am (MODULES): Add it. * guix/pk-crypto.scm: Use it. (libgcrypt-func, gcrypt-version): Remove.
-
Mark H Weaver authored
* gnu-system.am (dist_patch_DATA): Add 'gobject-introspection-absolute-shlib-path.patch' and 'gobject-introspection-girepository.patch'.
-
Mark H Weaver authored
-
- Jan 25, 2015
-
-
Ludovic Courtès authored
Before that it would check all the URIs of each package. * guix/scripts/lint.scm (validate-uri): Really return #f on failure and #t otherwise. (check-source): Replace 'for-each' with 'any'.
-
Ludovic Courtès authored
* gnu/services/dbus.scm (dbus-configuration-directory)[services->sxml]: Produce a <servicedir> tag.
-
Ludovic Courtès authored
* gnu/packages.scm (search-bootstrap-binary): Raise an error when FILE-NAME is not found.
-
Andreas Enge authored
This reverts commit 03c27765.
-
Andreas Enge authored
This reverts commit a6ae52fe.
-
Andreas Enge authored
* gnu/packages/netpbm.scm (netpbm): Correct hash. Fixes <http://bugs.gnu.org/19686>. Reported by Marek Benc <dusxmt@gmx.com> and Mark Weaver <mhw@netris.org>.
-
Andreas Enge authored
* gnu/packages/qt.scm (python-pyqt, python2-pyqt): New variables. * gnu/packages/patches/pyqt-configure.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch.
-
Andreas Enge authored
* gnu/packages/qt.scm (python.sip, python2-sip): New variables.
-
Cyril Roelandt authored
* guix/scripts/lint.scm (validate-uri?): New procedure. (%checkers): Add 'source' checker
-
Andreas Enge authored
* gnu/packages/netpbm.scm (netpbm): Update to 10.69.04.
-
- Jan 24, 2015
-
-
Ludovic Courtès authored
Fixes <http://bugs.gnu.org/19630>. Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>. * guix/derivations.scm (&derivation-error, &derivation-missing-output-error): New error conditions. (derivation->output-path): Raise a '&derivation-missing-output-error' if OUTPUT is not an output of DRV. * guix/ui.scm (call-with-error-handling): Add case for 'derivation-missing-output-error?'. (show-what-to-build): Check whether (derivation-outputs drv) is empty. * tests/packages.scm ("reference to non-existent output"): Add test.
-
Ludovic Courtès authored
-
Andreas Enge authored
* gnu/packages/video.scm (libdvdnav): New variable.
-
Andreas Enge authored
* gnu/packages/video.scm (libdvdread): New variable.
-
Andreas Enge authored
* gnu/packages/video.scm (youtube-dl): Update to 2015.01.23.4.
-
Andreas Enge authored
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.8.
-
Andreas Enge authored
* gnu/packages/xnee.scm (xnee): Update to 3.19. This requires gtk+-2 as additional input.
-
- Jan 23, 2015
-
-
Ludovic Courtès authored
* gnu/services/base.scm (guix-service): Change AUTHORIZE-HYDRA-KEY? default value to #t.
-
Ludovic Courtès authored
Fixes an Evince regression introduced in commit 3d243e9c. * guix/build/glib-or-gtk-build-system.scm (data-directories): Check the /mime sub-directory.
-
Andreas Enge authored
* gnu/packages/netpbm.scm (netpbm): Use svn-fetch for the source instead of a separately hosted tarball.
-
Andreas Enge authored
* gnu/packages/python.scm (python-pyparsing, python2-pyparsing): Update to 2.0.3.
-
Federico Beffa authored
* gnu/packages/glib.scm (gobject-introspection): Add patch gobject-introspection-girepository.patch.
-
Ludovic Courtès authored
* gnu/packages/gtk.scm (gtk+)[inputs]: Add CUPS.
-
Ludovic Courtès authored
* doc/emacs.texi (Emacs Initial Setup): Mention that it works out-of-the-box on GSD.
-
Ludovic Courtès authored
* configure.ac: Change version to 0.8.1.
-
Ludovic Courtès authored
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.39.
-
Ludovic Courtès authored
* gnu/packages/version-control.scm (rcs): Update to 5.9.4.
-
Ludovic Courtès authored
* gnu/packages/parallel.scm (parallel): Update to 20150122.
-
Ludovic Courtès authored
* gnu/packages/gnupg.scm (libassuan): Update to 2.2.0.
-
Ludovic Courtès authored
* gnu/packages/linux.scm (util-linux)[source](snippet): Set "build_kill=no" in 'configure'.
-
Ludovic Courtès authored
* gnu/packages/linux.scm (e2fsprogs)[arguments]: Add --disable-blkid --disable-libuuid --disable-uuidd --disable-fsck.
-
Ludovic Courtès authored
* gnu/packages/linux.scm (util-linux): Update to 2.25.2. Remove util-linux-perl.patch, and add util-linux-tests.patch. Adjust 'snippet'. [arguments]: Remove 'patch-chkdupexe' phase. Add 'pre-check' phase. [native-inputs]: Add NET-BASE. * gnu/packages/patches/util-linux-perl.patch: Remove. * gnu/packages/patches/util-linux-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
-
Ludovic Courtès authored
* gnu/packages/linux.scm (e2fsprogs): Update to 1.42.11.
-
Ludovic Courtès authored
* gnu/system/os-config.tmpl (services): New field.
-