| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/pcre.scm (pcre): Update to 8.40.
[source]: Remove obsolete patch 'pcre-CVE-2016-3191.patch'.
|
|
|
|
|
|
|
| |
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: In 'pre-configure' phase,
match 'GNU_USER_DYNAMIC_LINKER' in addition to 'GLIBC_DYNAMIC_LINKER'.
This fixes GNU/Hurd cross-compilation as reported at
<https://lists.gnu.org/archive/html/guix-devel/2017-01/msg01731.html>.
|
|
|
|
|
|
| |
* gnu/packages/base.scm (sed)[arguments]: Add 'dont-rebuild-sed.1'
phase.
[native-inputs]: Remove.
|
|
|
|
|
|
| |
* gnu/packages/base.scm (sed)[arguments]: Make #:phases argument
unconditional. In 'patch-test-suite' phase, use (which "sh") instead of
referring to the "bash" input.
|
|
|
|
| |
* gnu/packages/bash.scm (%patch-series-4.4): Add patches 6 through 11.
|
|
|
|
|
|
|
|
| |
Fixes <http://bugs.gnu.org/24832>.
* gnu/packages/commencement.scm (ld-wrapper-boot0): Change the first
'make-ld-wrapper' argument to "ld-wrapper-boot0"; change #:target to
BOOT-TRIPLET.
|
|
|
|
| |
* build-aux/hydra/gnu-system.scm (%cross-targets): Add "i586-pc-gnu".
|
|
|
|
| |
* gnu/packages/tcl.scm (tk): Update to 8.6.6.
|
|
|
|
| |
* gnu/packages/tcl.scm (tcl): Update to 8.6.6.
|
|
|
|
| |
* gnu/packages/compression.scm (zlib)[arguments]: Use 'modify-phases'.
|
|
|
|
| |
* gnu/packages/compression.scm (zlib): Update to 1.2.11.
|
|
|
|
| |
* gnu/packages/databases.scm (sqlite): Update to 3.16.2.
|
|
|
|
|
|
| |
* gnu/packages/ed.scm (ed): Update to 1.14.1.
[arguments]: Make sure 'patch-test-suite' phase ends with #t.
[home-page]: Use HTTPS.
|
|
|
|
| |
This reverts commit f537ad0bf3bd3bdb43f752e091cb4a695a4aa077.
|
|
|
|
|
| |
* gnu/packages/base.scm (glibc/linux)[arguments]: Use /bin/sh for scripts that
lack a shebang.
|
|
|
|
|
| |
* gnu/packages/base.scm (glibc/linux)[arguments]: Use /bin/sh instead of
/bin/bash in 'pre-configure' phase.
|
|
|
|
|
| |
* gnu/packages/base.scm (gnu-make)[arguments]: Use /bin/sh instead of /bin/bash
in 'set-default-shell' phase.
|
|
|
|
|
| |
* gnu/packages/m4.scm (m4)[arguments]: Use /bin/sh instead of /bin/bash in
'pre-check' phase.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| | |
* gnu/packages/gnuzilla.scm (nspr): Update to 4.13.1.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (r-copywriter): New variable.
|
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (r-copyhelper): New variable.
|
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (r-chipseq): New variable.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/gnome.scm (gnome-tweak-tool)[inputs]: Add gnome-desktop
and libsoup.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/gnome.scm (gnome-tweak-tool)[propagated-inputs]: Merge
with...
[inputs]: ... this.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/gnome.scm (gnome-tweak-tool)[arguments]: Add
'wrap-program' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (bioruby): Update to 1.5.1.
|
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (cd-hit): Update to 4.6.6.
|
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| | |
* gnu/packages/dav.scm (vdirsyncer): Update to 0.14.1.
|
| |
| |
| |
| | |
* gnu/packages/python.scm (python-icalendar): Update to 3.11.1.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/gv.scm (gv)[propagated-inputs]: Remove.
[arguments]: New field.
[inputs]: Add GHOSTCRIPT/X.
|
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| | |
* gnu/packages/emacs.scm (emacs-smartparens): Update to 1.9.0.
|
| |
| |
| |
| | |
* gnu/packages/emacs.scm (magit, emacs-magit-popup): Update to 2.10.0.
|
| |
| |
| |
| | |
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.9.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/haskell.scm (ghc-markdown-unlit): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
| |
| |
| |
| |
| | |
* gnu/packages/terminals.scm (beep)[arguments]: End 'patch-makefile phase
with truth.
|
| |
| |
| |
| | |
* gnu/packages/sdl.scm (sdl2)[inputs]: Add fcitx.
|
| |
| |
| |
| | |
* gnu/packages/sdl.scm (sdl2)[inputs]: Add dbus, gblib, and ibus.
|
| |
| |
| |
| |
| |
| | |
This commit causes too many rebuilds. It will be re-committed to core-updates.
This reverts commit 5b2834ae790557a760fea4bf2b8c7bac1ea8f23d.
|
| |
| |
| |
| |
| | |
* gnu/packages/gawk.scm (gawk)[arguments]: Use /bin/sh instead of /bin/bash in
'set-shell-file-name' phase.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| | |
This is a followup to abe2ec73..807a5b32.
* gnu/packages/python.scm (python-snowballstemmer,
python-sphinx-cloud-sptheme, python-sphinx-alabaster-theme): Fix indentation.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/python.scm (python-sphinx-alabaster-theme,
python2-sphinx-alabaster-theme): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|