| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* gnu/packages/apr.scm (apr-util): Update to 1.5.4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/ftp.scm (lftp): Update to 4.6.1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* gnu/services/base.scm (mingetty-service): Add 'udev' to
'requirement'.
|
|
|
|
|
| |
* gnu/system.scm (etc-directory)[profile]: Set 'XDG_DATA_DIRS' and
'XDG_CONFIG_DIRS'.
|
|
|
|
| |
* po/packages/POTFILES.in: List a few more files.
|
|
|
|
| |
* Makefile.am (sync-descriptions): Clear 'GUIX_PACKAGE_PATH'.
|
|
|
|
| |
* daemon.am (EXTRA_DIST): Remove nix/sync-with-upstream.
|
|
|
|
| |
* doc/guix.texi (Invoking guix lint): Give examples of checkers.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* guix/scripts/substitute-binary.scm (open-cache*): New macro.
(guix-substitute-binary): Use it instead of (delay (open-cache ...)).
|
|
|
|
|
|
|
|
|
| |
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'.
|
|
|
|
|
|
|
| |
* guix/gcrypt.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/pk-crypto.scm: Use it.
(libgcrypt-func, gcrypt-version): Remove.
|
|
|
|
|
|
| |
* gnu-system.am (dist_patch_DATA): Add
'gobject-introspection-absolute-shlib-path.patch' and
'gobject-introspection-girepository.patch'.
|
|\ |
|
| |
| |
| |
| |
| | |
* gnu/packages/glib.scm (gobject-introspection): Add patch
gobject-introspection-girepository.patch.
|
| |
| |
| |
| |
| | |
* gnu/packages/gnome.scm (libpeas): Update to version 1.12.1 and add
'pre-build phase.
|
| |
| |
| |
| | |
* gnu/packages/gnome.scm (vte): Add 'pre-build phase.
|
| |
| |
| |
| | |
* gnu/packages/gtk.scm (gtkmm): Update to 3.14.0.
|
| |
| |
| |
| | |
* gnu/packages/xorg.scm (xorg-server): Set '#:parallel-tests?' to '#f'.
|
| |
| |
| |
| | |
* gnu/packages/gnome.scm (librsvg): Update to 2.40.6 and add 'pre-build phase.
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-scipy): Update to 0.15.0.
|
| |
| |
| |
| |
| |
| | |
* 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/packages/gtk.scm (gtk+): Update to 3.14.7.
|
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-matplotlib): Remove python-pillow input as
it currently is broken.
|
| |
| |
| |
| | |
* gnu/packages/gtk.scm (atk): Update to 2.15.3.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (eudev): Add 'pre-build phase to fix compilation with
'gobject-introspection' 1.42.0.
|
| |
| |
| |
| | |
* gnu/packages/linux.scm (eudev): Update to 2.1.1.
|
| |
| |
| |
| | |
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.31.1.
|
| |
| |
| |
| | |
* gnu/packages/gtk.scm (pango): Update to 1.36.8.
|
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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'.
|
| |
| |
| |
| |
| | |
* gnu/services/dbus.scm (dbus-configuration-directory)[services->sxml]:
Produce a <servicedir> tag.
|
| |
| |
| |
| |
| | |
* gnu/packages.scm (search-bootstrap-binary): Raise an error when
FILE-NAME is not found.
|
| |
| |
| |
| | |
This reverts commit 03c277653577a505eed7d49652c4e8ba76ea06e7.
|
| |
| |
| |
| | |
This reverts commit a6ae52fe142781e236901add1461fdbf80420215.
|
| |
| |
| |
| |
| |
| |
| | |
* 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/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/packages/qt.scm (python.sip, python2-sip): New variables.
|
| |
| |
| |
| |
| | |
* guix/scripts/lint.scm (validate-uri?): New procedure.
(%checkers): Add 'source' checker
|
| |
| |
| |
| | |
* gnu/packages/netpbm.scm (netpbm): Update to 10.69.04.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| | |
* gnu/packages/video.scm (libdvdnav): New variable.
|
| |
| |
| |
| | |
* gnu/packages/video.scm (libdvdread): New variable.
|
| |
| |
| |
| | |
* gnu/packages/video.scm (youtube-dl): Update to 2015.01.23.4.
|
| |
| |
| |
| | |
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.8.
|
| |
| |
| |
| |
| | |
* gnu/packages/xnee.scm (xnee): Update to 3.19. This requires gtk+-2 as
additional input.
|
| |
| |
| |
| |
| | |
* gnu/services/base.scm (guix-service): Change AUTHORIZE-HYDRA-KEY?
default value to #t.
|
| |
| |
| |
| |
| |
| |
| | |
Fixes an Evince regression introduced in commit 3d243e9.
* guix/build/glib-or-gtk-build-system.scm (data-directories): Check the
/mime sub-directory.
|
| |
| |
| |
| |
| | |
* gnu/packages/netpbm.scm (netpbm): Use svn-fetch for the source instead
of a separately hosted tarball.
|