summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build: Unset 'GUIX_PACKAGE_PATH' in 'sync-descriptions'.Ludovic Courtès2015-01-26
| | | | * Makefile.am (sync-descriptions): Clear 'GUIX_PACKAGE_PATH'.
* build: Remove reference to non-existent file.Ludovic Courtès2015-01-26
| | | | * daemon.am (EXTRA_DIST): Remove nix/sync-with-upstream.
* doc: Expound a bit on 'guix lint'.Ludovic Courtès2015-01-26
| | | | * doc/guix.texi (Invoking guix lint): Give examples of checkers.
* services: xorg: Define the <session-type> record type.Ludovic Courtès2015-01-26
| | | | | | | | | | * 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.
* substitute-binary: Let the user know when the cache is being updated.Ludovic Courtès2015-01-26
| | | | | * guix/scripts/substitute-binary.scm (open-cache*): New macro. (guix-substitute-binary): Use it instead of (delay (open-cache ...)).
* hash: Initialize libgcrypt before use.Ludovic Courtès2015-01-26
| | | | | | | | | 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'.
* Add (guix gcrypt).Ludovic Courtès2015-01-26
| | | | | | | * guix/gcrypt.scm: New file. * Makefile.am (MODULES): Add it. * guix/pk-crypto.scm: Use it. (libgcrypt-func, gcrypt-version): Remove.
* gnu: Add gobject-introspection patches to gnu-system.am.Mark H Weaver2015-01-26
| | | | | | * gnu-system.am (dist_patch_DATA): Add 'gobject-introspection-absolute-shlib-path.patch' and 'gobject-introspection-girepository.patch'.
* Merge branch 'wip-gobject-introspection'Mark H Weaver2015-01-25
|\
| * gnu: gobject-introspection: Add patch.Federico Beffa2015-01-23
| | | | | | | | | | * gnu/packages/glib.scm (gobject-introspection): Add patch gobject-introspection-girepository.patch.
| * gnu: libpeas: Update to 1.12.1, add 'pre-build phase.Federico Beffa2015-01-21
| | | | | | | | | | * gnu/packages/gnome.scm (libpeas): Update to version 1.12.1 and add 'pre-build phase.
| * gnu: vte: Add 'pre-build phase.Federico Beffa2015-01-19
| | | | | | | | * gnu/packages/gnome.scm (vte): Add 'pre-build phase.
| * gnu: gtkmm: Update to 3.14.0.Federico Beffa2015-01-18
| | | | | | | | * gnu/packages/gtk.scm (gtkmm): Update to 3.14.0.
| * gnu: xorg-server: Disable parallel execution of tests.Federico Beffa2015-01-18
| | | | | | | | * gnu/packages/xorg.scm (xorg-server): Set '#:parallel-tests?' to '#f'.
| * gnu: librsvg: Update to 2.40.6 and add 'pre-build phase.Federico Beffa2015-01-18
| | | | | | | | * gnu/packages/gnome.scm (librsvg): Update to 2.40.6 and add 'pre-build phase.
| * gnu: python-scipy: Update to 0.15.0.Federico Beffa2015-01-18
| | | | | | | | * gnu/packages/python.scm (python-scipy): Update to 0.15.0.
| * gnu: python-matplotlib: Update comments.Federico Beffa2015-01-18
| | | | | | | | | | | | * gnu/packages/python.scm (python-matplotlib): Update comments as, with the patched 'gobject-introspection', setting LD_LIBRARY_PATH at run time is not anymore necessary. It's still necessary at build time.
| * gnu: gtk+: Update to 3.14.7.Federico Beffa2015-01-18
| | | | | | | | * gnu/packages/gtk.scm (gtk+): Update to 3.14.7.
| * gnu: python-matplotlib: Remove python-pillow input.Federico Beffa2015-01-18
| | | | | | | | | | * gnu/packages/python.scm (python-matplotlib): Remove python-pillow input as it currently is broken.
| * gnu: atk: Update to 2.15.3.Federico Beffa2015-01-18
| | | | | | | | * gnu/packages/gtk.scm (atk): Update to 2.15.3.
| * gnu: eudev: Add pre-build phase.Federico Beffa2015-01-18
| | | | | | | | | | * gnu/packages/linux.scm (eudev): Add 'pre-build phase to fix compilation with 'gobject-introspection' 1.42.0.
| * gnu: eudev: Update to 2.1.1.Federico Beffa2015-01-18
| | | | | | | | * gnu/packages/linux.scm (eudev): Update to 2.1.1.
| * gnu: gdk-pixbuf: Update to 2.31.1.Federico Beffa2015-01-18
| | | | | | | | * gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.31.1.
| * gnu: pango: Update to 1.36.8.Federico Beffa2015-01-18
| | | | | | | | * gnu/packages/gtk.scm (pango): Update to 1.36.8.
| * gnu: gobject-introspection: Update to 1.42.0 and add new patch.Federico Beffa2015-01-18
| | | | | | | | | | | | * gnu/packages/glib.scm (gobject-introspection): Update to version 1.42.0. Add patch 'gobject-introspection-absolute-shlib-path.patch' provided by Luca Bruno <lucabru@src.gnome.org> for Nix.
* | guix lint: Make the 'source' checker happy if at least one URI is valid.Ludovic Courtès2015-01-26
| | | | | | | | | | | | | | | | 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'.
* | services: dbus: Set the search path for .service files.Ludovic Courtès2015-01-26
| | | | | | | | | | * gnu/services/dbus.scm (dbus-configuration-directory)[services->sxml]: Produce a <servicedir> tag.
* | gnu: Raise an error when a bootstrap binary is not found.Ludovic Courtès2015-01-26
| | | | | | | | | | * gnu/packages.scm (search-bootstrap-binary): Raise an error when FILE-NAME is not found.
* | Revert "gnu: netpbm: Update to 10.69.04."Andreas Enge2015-01-25
| | | | | | | | This reverts commit 03c277653577a505eed7d49652c4e8ba76ea06e7.
* | Revert "gnu: netpbm: Correct hash."Andreas Enge2015-01-25
| | | | | | | | This reverts commit a6ae52fe142781e236901add1461fdbf80420215.
* | gnu: netpbm: Correct hash.Andreas Enge2015-01-25
| | | | | | | | | | | | | | * 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>.
* | gnu: Add python-pyqt.Andreas Enge2015-01-25
| | | | | | | | | | | | * 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.
* | gnu: Add python-sip.Andreas Enge2015-01-25
| | | | | | | | * gnu/packages/qt.scm (python.sip, python2-sip): New variables.
* | lint: add 'source' checker.Cyril Roelandt2015-01-25
| | | | | | | | | | * guix/scripts/lint.scm (validate-uri?): New procedure. (%checkers): Add 'source' checker
* | gnu: netpbm: Update to 10.69.04.Andreas Enge2015-01-25
| | | | | | | | * gnu/packages/netpbm.scm (netpbm): Update to 10.69.04.
* | derivations: Raise an error for references to non-existent outputs.Ludovic Courtès2015-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Add Ricardo to 'AUTHORS'.Ludovic Courtès2015-01-24
| |
* | gnu: Add libdvdnav.Andreas Enge2015-01-24
| | | | | | | | * gnu/packages/video.scm (libdvdnav): New variable.
* | gnu: Add libdvdread.Andreas Enge2015-01-24
| | | | | | | | * gnu/packages/video.scm (libdvdread): New variable.
* | gnu: youtube-dl: Update to 2015.01.23.4.Andreas Enge2015-01-24
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2015.01.23.4.
* | gnu: freeipmi: Update to 1.4.8.Andreas Enge2015-01-24
| | | | | | | | * gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.8.
* | gnu: xnee: Update to 3.19 and add input GTK+.Andreas Enge2015-01-24
| | | | | | | | | | * gnu/packages/xnee.scm (xnee): Update to 3.19. This requires gtk+-2 as additional input.
* | services: guix: #:authorize-hydra-key? now defaults to #t.Ludovic Courtès2015-01-23
| | | | | | | | | | * gnu/services/base.scm (guix-service): Change AUTHORIZE-HYDRA-KEY? default value to #t.
* | build-system/glib-or-gtk: Add MIME directories to $XDG_DATA_DIRS.Ludovic Courtès2015-01-23
| | | | | | | | | | | | | | Fixes an Evince regression introduced in commit 3d243e9. * guix/build/glib-or-gtk-build-system.scm (data-directories): Check the /mime sub-directory.
* | gnu: netpbm: Switch to svn checkout.Andreas Enge2015-01-23
| | | | | | | | | | * gnu/packages/netpbm.scm (netpbm): Use svn-fetch for the source instead of a separately hosted tarball.
* | gnu: python-pyparsing: Update to 2.0.3.Andreas Enge2015-01-23
| | | | | | | | * gnu/packages/python.scm (python-pyparsing, python2-pyparsing): Update to 2.0.3.
* | gnu: gtk+: Add CUPS print back-end.Ludovic Courtès2015-01-23
| | | | | | | | * gnu/packages/gtk.scm (gtk+)[inputs]: Add CUPS.
* | doc: Mention that guix.el works out-of-the-box on GSD.Ludovic Courtès2015-01-23
| | | | | | | | | | * doc/emacs.texi (Emacs Initial Setup): Mention that it works out-of-the-box on GSD.
* | build: Change version to 0.8.1.Ludovic Courtès2015-01-23
| | | | | | | | * configure.ac: Change version to 0.8.1.
* | gnu: libmicrohttpd: Update to 0.9.39.Ludovic Courtès2015-01-23
| | | | | | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.39.