summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-08gnu: prosody: Make config and data files visible to 'prosodyctl'.Clément Lassieur
* gnu/packages/messaging.scm (prosody)[arguments]: Add a 'fix-makefile' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-08gnu: prosody: Add OpenSSL and Coreutils to the PATH of programs.Clément Lassieur
* gnu/packages/messaging.scm (prosody)[arguments]: In 'wrap-programs' phase, add 'openssl' and 'coreutils' to 'PATH'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-08gnu: Add fprintd.Ludovic Courtès
* gnu/packages/freedesktop.scm (fprintd): New variable.
2017-01-08gnu: Add libfprint.Ludovic Courtès
* gnu/packages/freedesktop.scm (libfprint): New variable.
2017-01-08gnu: font-liberation: Use @item in @enumerate.David Craven
* gnu/packages/fonts.scm (font-liberation)[description]: Use @item. Followup to 0102fba27c550a951799399e6a8ce2faf2cb8cd3.
2017-01-08gnu: ruby-yard: Fix typo in source URI.Mark H Weaver
This is a followup to commit 6499893ef82b85e9ba67b9e086e82644b94a55bb. * gnu/packages/ruby.scm (ruby-yard)[source][uri]: Fix typo.
2017-01-08gnu: ruby-yard: Update to 0.9.6.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-yard): Update to 0.9.6. [source]: Use 'GitHub' source. [arguments]: Run tests without 'Rakefile'. [native-inputs]: Replace 'ruby-rspec-2' with ruby-rspec'. * gnu/packages/patches/ruby-yard-fix-skip-of-markdown-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-01-07gnu: linux-libre: Update to 4.9.1.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.9.1. * gnu/packages/linux-libre-4.8-x86_64.conf, gnu/packages/linux-libre-4.8-i686.conf: Delete files. * gnu/packages/linux-libre-4.9-x86_64.conf, gnu/packages/linux-libre-4.9-i686.conf: New files. * Makefile.am (KCONFIGS): Update accordingly.
2017-01-07gnu: linux-libre@4.4: Update to 4.4.40.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.40.
2017-01-07gnu: python-pygpgme: Fix build failure.Leo Famulari
* gnu/packages/patches/python-pygpgme-fix-pinentry-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme)[source]: Use it.
2017-01-07gnu: econnman: Add missing input.Clément Lassieur
* gnu/packages/connman.scm (econnman)[inputs]: Add python2-dbus. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-07gnu: gnome-mpv: Update to 0.11.Alex Griffin
* gnu/packages/video.scm (gnome-mpv): Update to 0.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-07gnu: gpgme: Patch CMake files.Thomas Danckaert
* gnu/packages/gnupg.scm (gpgme)[arguments]: Substitute '@libsuffix@' by '.so'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-07gnu: zlib: Fix alternate download URL.Ludovic Courtès
* gnu/packages/compression.scm (zlib)[source](uri): Update SourceForge URL.
2017-01-07guix archive: '-f docker' supports package names as arguments.Ludovic Courtès
This allows users to type: guix archive -f docker emacs as was already the case for the 'nar' format. Reported by David Thompson. * guix/scripts/archive.scm (%default-options): Add 'format'. (export-from-store): Dispatch based on the 'format' key in OPTS. (guix-archive): Call 'export-from-store' in all cases when the 'export' key is in OPTS.
2017-01-07Revert "gnu: nspr: Update to 4.13.1."Leo Famulari
There were many reports that NSS failed to build with this change. This reverts commit 707c65aad74f185d1463da174473a2364aa40133.
2017-01-07gnu: ao-cad: Point 'LD_LIBRARY_PATH' to Mesa.Ludovic Courtès
* gnu/packages/engineering.scm (ao)[arguments]: In 'install-guile-bindings', wrap 'ao-guile' to set 'LD_LIBRARY_PATH'. [inputs]: Add MESA.
2017-01-07gnu: vim: Update to 8.0.0147.Tobias Geerinckx-Rice
* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0147.
2017-01-07gnu: font-liberation: Use @enumerate in description.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-liberation)[description]: Use @enumerate.
2017-01-07gnu: fonts: Improve synopses & descriptions.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-google-noto, font-hack)[synopsis, description]: Fix typos, grammar, and general style only. (font-dejavu, font-terminus, font-wqy-zenhei)[description]: Likewise.
2017-01-07gnu: fonts: Use install-file where appropriate.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-ubuntu, font-dejavu, font-bitstream-vera, font-gnu-freefont-ttf, font-liberation, font-wqy-zenhei, font-anonymous-pro, font-google-noto, font-un, font-hack): Substitute the simpler INSTALL-FILE for every COPY-FILE invoked with redundant arguments.
2017-01-07gnu: python-tblib: Properly @end enumerate.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-tblib)[description]: Don't use ‘@end itemize’ to end an ‘@enumerate’ block.
2017-01-06gnu: python-pycrypto: Fix CVE-2013-7459.Leo Famulari
* gnu/packages/patches/python-pycrypto-CVE-2013-7459.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-pycrypto, python2-pycrypto)[source]: Use the patch. Use pypi-uri.
2017-01-06gnu: nspr: Update to 4.13.1.Leo Famulari
* gnu/packages/gnuzilla.scm (nspr): Update to 4.13.1.
2017-01-06guix: Add Docker image export.Ricardo Wurmus
* guix/docker.scm: New file. * Makefile.am (MODULES): Register it. * guix/scripts/archive.scm (show-help, %options, guix-archive): Add support for "--format". * doc/guix.texi (Invoking guix archive): Document it.
2017-01-06gnu: Add r-copywriter.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-copywriter): New variable.
2017-01-06gnu: Add r-copyhelper.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-copyhelper): New variable.
2017-01-06gnu: Add r-chipseq.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-chipseq): New variable.
2017-01-06file-systems: Refactor file system detection logic.David Craven
* gnu/build/file-systems.scm (read-superblock, null-terminated-latin1->string): New variables. (sub-bytevector): Move to general section. (ext2-superblock?, read-ext2-superblock): New variables. (ext2-superblock-uuid, ext2-superblock-volume-name): Use sub-bytevector and null-terminated-latin1->string. (%ext2-sblock-magic, %ext2-sblock-creator-os, %ext2-sblock-uuid, %ext2-sblock-volume-name): Inline constants. (luks-superblock?, read-luks-header): New variables. (%luks-header-size, %luks-magic): Inline. (partition-label-predicate, partition-uuid-predicate, luks-partition-uuid-predicate): Use new functions.
2017-01-06gnu: gnome-tweak-tool: Add missing inputs.Christopher Baines
* gnu/packages/gnome.scm (gnome-tweak-tool)[inputs]: Add gnome-desktop and libsoup. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-06gnu: gnome-tweak-tool: Make propagated-inputs just inputs.Christopher Baines
* gnu/packages/gnome.scm (gnome-tweak-tool)[propagated-inputs]: Merge with... [inputs]: ... this. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-06gnu: gnome-tweak-tool: Wrap program to set 'GI_TYPELIB_PATH'.Christopher Baines
* gnu/packages/gnome.scm (gnome-tweak-tool)[arguments]: Add 'wrap-program' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-06gnu: gnome-tweak-tool: Use glib-or-gtk-build-system.Christopher Baines
This allows gobject introspection namespaces to be found. * gnu/packages/gnome.scm (gnome-tweak-tool)[build-system]: Set to GLIB-OR-GTK-BUILD-SYSTEM. [arguments]: Use %GLIB-OR-GTK-BUILD-SYSTEM-MODULES in #:imported-modules. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-06gnu: bioruby: Update to 1.5.1.Ben J Woodcroft
* gnu/packages/bioinformatics.scm (bioruby): Update to 1.5.1.
2017-01-06gnu: cd-hit: Update to 4.6.6.Ben J Woodcroft
* gnu/packages/bioinformatics.scm (cd-hit): Update to 4.6.6.
2017-01-06gnu: khal: Disable failing tests.Leo Famulari
* gnu/packages/patches/khal-disable-failing-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/calendar.scm (khal): Use it.
2017-01-06gnu: vdirsyncer: Update to 0.14.1.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.14.1.
2017-01-06gnu: python-icalendar: Update to 3.11.1.Leo Famulari
* gnu/packages/python.scm (python-icalendar): Update to 3.11.1.
2017-01-05derivations: Share a cache between 'derivation' and 'read-derivation'.Ludovic Courtès
This leads a 13% speedup on 'guix build libreoffice -d' and 18% on 'guix build gnome -d'. * guix/derivations.scm (%derivation-cache): New variable. (read-derivation): Use it instead of the private 'cache' variable. (derivation): Populate %DERIVATION-CACHE before returning.
2017-01-05gnu: gv: Do not propagate Ghostscript.Ludovic Courtès
* gnu/packages/gv.scm (gv)[propagated-inputs]: Remove. [arguments]: New field. [inputs]: Add GHOSTCRIPT/X.
2017-01-05derivations: Micro-optimize 'write-derivation'.Ludovic Courtès
* guix/derivations.scm (write-derivation)[write-input]: Use 'display' instead of 'write' for PATH. Use 'simple-format' instead of 'format', and '~a' instead of '~s' for SYSTEM and BUILDER.
2017-01-06gnu: emacs-smartparens: Update to 1.9.0.Alex Kost
* gnu/packages/emacs.scm (emacs-smartparens): Update to 1.9.0.
2017-01-06gnu: magit: Update to 2.10.0.Alex Kost
* gnu/packages/emacs.scm (magit, emacs-magit-popup): Update to 2.10.0.
2017-01-06gnu: emacs-with-editor: Update to 2.5.9.Alex Kost
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.9.
2017-01-05gnu: Add ghc-markdown-unlit.Danny Milosavljevic
* gnu/packages/haskell.scm (ghc-markdown-unlit): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-05gnu: beep: Ignore substitute* return value.Tobias Geerinckx-Rice
* gnu/packages/terminals.scm (beep)[arguments]: End 'patch-makefile phase with truth.
2017-01-05gnu: sdl2: Add fcitx input.David Thompson
* gnu/packages/sdl.scm (sdl2)[inputs]: Add fcitx.
2017-01-05gnu: sdl2: Fix double input events bug.David Thompson
* gnu/packages/sdl.scm (sdl2)[inputs]: Add dbus, gblib, and ibus.
2017-01-05Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."Leo Famulari
This commit causes too many rebuilds. It will be re-committed to core-updates. This reverts commit 5b2834ae790557a760fea4bf2b8c7bac1ea8f23d.
2017-01-05gnu: gawk: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/gawk.scm (gawk)[arguments]: Use /bin/sh instead of /bin/bash in 'set-shell-file-name' phase.