summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-06gnu: m4: Don't replace 'sh' reference with 'bash'.Leo Famulari
* gnu/packages/m4.scm (m4)[arguments]: Use /bin/sh instead of /bin/bash in 'pre-check' phase.
2017-01-06Merge branch 'master' into core-updatesLeo Famulari
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: libtool: Correct replacement shebang.Leo Famulari
* gnu/packages/autotools.scm (libtool)[arguments]: Correct replacement shebang in 'restore-ltmain-shebang' phase.
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.
2017-01-05gnu: libtool: Make sure all phases return a successful value.Leo Famulari
* gnu/packages/autotools.scm (libtool)[arguments]: Return #t from 'pre-check' and 'restore-ltmain-shebang' phases.
2017-01-05gnu: irssi: Update to 1.0.0.Marius Bakke
* gnu/packages/irc.scm (irssi): Update to 1.0.0. [arguments]: Remove --with-ncurses configure flag. [native-inputs]: Move 'perl' to ... [inputs]: ... here. [home-page]: Use HTTPS.
2017-01-05gnu: libtool: Don't replace 'sh' reference with 'bash'.Leo Famulari
Bash behaves differently based on how it is invoked (see Invocation in bash(1)). * gnu/packages/autotools.scm (libtool)[arguments]: Use /bin/sh instead of /bin/bash in 'pre-check' phase. Fix typo in comment.
2017-01-05gnu: libtool: Restore ltmain.sh shebang.ng0
This fixes <http://bugs.gnu.org/25304> * gnu/packages/autotools.scm (libtool)[arguments]: Add new phase 'restore-ltmain-shebang'. [native-inputs]: Add help2man. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-01-05gnu: libtool: Use 'modify-phases'.ng0
* gnu/packages/autotools.scm (libtool): Use 'modify-phases'. [arguments]: Use 'modify-phases'. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-01-05gnu: Fix indentation of some python packages.Marius Bakke
This is a followup to abe2ec73..807a5b32. * gnu/packages/python.scm (python-snowballstemmer, python-sphinx-cloud-sptheme, python-sphinx-alabaster-theme): Fix indentation.
2017-01-05gnu: Add python-sphinx-alabaster-theme.Danny Milosavljevic
* gnu/packages/python.scm (python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-05gnu: Add python-sphinx-cloud-sptheme.Danny Milosavljevic
* gnu/packages/python.scm (python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-05gnu: Add python-snowballstemmer.Danny Milosavljevic
* gnu/packages/python.scm (python-snowballstemmer, python2-snowballstemmer): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-05gnu: sed: Update to 4.3.Marius Bakke
* gnu/packages/base.scm (sed): Update to 4.3. [source]: Use xz tarball. Remove upstreamed patch. [arguments]: Fix '/bin/sh' -> 'bash' substitution. [home-page]: Use https. [native-inputs]: Add perl. * gnu/packages/patches/sed-hurd-path-max.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-01-05gnu: Add beep.José Miguel Sánchez García
* gnu/packages/terminals.scm (beep): New variable. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-01-05gnu: Remove unused module import from (gnu packages mtools).Tobias Geerinckx-Rice
This is a follow-up to commit 3b0f2ba46b8c14cf9d9729e13e006af697d07403. * gnu/packages/mtools.scm: Remove import of (gnu packages python).
2017-01-05gnu: ruby-nokogiri: Update to 1.7.0.1.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.7.0.1.
2017-01-05gnu: ruby-hoe: Update to 3.16.0.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-hoe): Update to 3.16.0.
2017-01-05hydra: Add "powerpc-linux-gnu" as a cross-compilation target.Ludovic Courtès
* build-aux/hydra/gnu-system.scm (%cross-targets): Add "powerpc-linux-gnu".
2017-01-04gnu: bootstrap: Add the dynamic linker name for "powerpc-linux".Carlos Sánchez de La Lama
This commit completes cross-compilation support for powerpc-linux-gnu. * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "powerpc-linux" case.
2017-01-04gnu: linux-libre: Adjust for PowerPC.Carlos Sánchez de La Lama
* gnu/packages/linux.scm (system->defconfig): New procedure. (linux-libre-headers)[arguments]: Use it in 'build' phase to determine the target name. * gnu/packages/cross-base.scm (cross-kernel-headers)[xlinux-headers] (arguments): Likewise.
2017-01-04gnu: gcc: Adjust for PowerPC.Carlos Sánchez de La Lama
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Add powerpc specific substitutions for dynamic linker and start files locations in 'pre-configure' phase. * gnu/packages/make-bootstrap.scm (%gcc-static)[arguments]: Add "gcc/config/rs6000/sysv4.h" to the list of files in 'remove-lgcc_s' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-04doc: Add a Git hook that verifies signatures before pushing.Leo Famulari
* HACKING (Commit Access): Describe the pre-push Git hook. * etc/git/pre-push: New file.