Leo Famulari
7ba0249223
gnu: signing-party: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/gnupg.scm (signing-party)[arguments]: Use (which "sh") instead of
(which "bash") in 'configure' phase.
2017-01-23 17:23:04 -05:00
Leo Famulari
2e4b67b950
gnu: gnupg-1: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-check-sh' phase.
2017-01-23 17:23:04 -05:00
Leo Famulari
3a534f4264
gnu: gnupg-2.0: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-config-files' phase.
2017-01-23 17:23:04 -05:00
Leo Famulari
bfeda42146
gnu: gegl: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/gimp.scm (gegl)[arguments]: Use (which "sh") instead of
(which "bash") in 'pre-build' phase.
2017-01-23 17:23:03 -05:00
Leo Famulari
147c6b391b
gnu: orpheus: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/orpheus.scm (orpheus)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-shells' phase.
2017-01-23 17:23:03 -05:00
Leo Famulari
f2ea722ae7
gnu: node: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/node.scm (node)[arguments]: Use (which "sh") instead of
(which "bash") in 'patch-files' phase.
2017-01-23 17:23:03 -05:00
Danny Milosavljevic
ee6e780b2c
gnu: Add compface.
...
* gnu/packages/mail.scm (compface): New variable.
2017-01-23 23:16:10 +01:00
Ludovic Courtès
58ea4d407c
Merge branch 'master' into core-updates
2017-01-23 22:33:10 +01:00
Ludovic Courtès
fcd75bdbfa
search-paths: Allow specs with #f as their separator.
...
This adds support for single-entry search paths.
Fixes <http://bugs.gnu.org/25422 >.
Reported by Leo Famulari <leo@famulari.name>.
* guix/search-paths.scm (<search-path-specification>)[separator]:
Document as string or #f.
(evaluate-search-paths): Add case for SEPARATOR as #f.
(environment-variable-definition): Handle SEPARATOR being #f.
* guix/build/utils.scm (list->search-path-as-string): Add case for
SEPARATOR as #f.
(search-path-as-string->list): Likewise.
* guix/build/profiles.scm (abstract-profile): Likewise.
* tests/search-paths.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* tests/packages.scm ("--search-paths with single-item search path"):
New test.
* gnu/packages/version-control.scm (git)[native-search-paths](separator):
New field.
2017-01-23 22:23:41 +01:00
Ludovic Courtès
c5746f2399
guix package: Honor the order of profiles when -p appears multiple times.
...
* guix/scripts/package.scm (process-query): Reverse the order of
PROFILES.
* tests/guix-package-net.sh: Test it with '--search-paths'.
2017-01-23 22:21:23 +01:00
Leo Famulari
08a78c2fde
gnu: openssl: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/tls.scm (openssl)[arguments]: Use /bin/sh instead of /bin/bash in
'patch-tests' phase.
2017-01-23 16:02:25 -05:00
Leo Famulari
3dd9b765c9
gnu: mit-krb5: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Use /bin/sh instead of
/bin/bash in 'pre-check' phase.
2017-01-23 16:02:25 -05:00
Leo Famulari
2f2f4265b9
gnu: ghostscript: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/ghostscript.scm (ghostscript)[arguments]: Use /bin/sh instead of
/bin/bash in 'patch-config-files' phase.
2017-01-23 16:02:25 -05:00
Leo Famulari
370522b888
gnu: attr: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/attr.scm (attr)[arguments]: Use /bin/sh instead of /bin/bash in
'check' phase.
2017-01-23 15:50:23 -05:00
Leo Famulari
84b60a7cdf
gnu: lcms: Fix an out-of-bounds read.
...
* gnu/packages/patches/lcms-fix-out-of-bounds-read.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ghostscript.scm (lcms)[replacement]: New field.
[properties]: Specify the 'cpe-name'.
(lcms/fixed): New variable.
2017-01-23 15:34:03 -05:00
ng0
bed2e0dfd1
gnu: menu-cache: Update to 1.0.2.
...
* gnu/packages/lxde.scm (menu-cache): Update to 1.0.2.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-23 21:28:47 +01:00
ng0
e139652d4e
gnu: pcmanfm, libfm: Update to 1.2.5.
...
* gnu/packages/lxde.scm (pcmanfm): Update to 1.2.5.
* gnu/packages/lxde.scm (libfm): Update to 1.2.5.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-23 21:27:53 +01:00
ng0
dc29cc7710
gnu: lxterminal: Update to 0.3.0.
...
* gnu/packages/lxde.scm (lxterminal): Update to 0.3.0.
[arguments]: Disable tests.
[source]: Update to use new '.tar.xz' tarball.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-23 21:19:17 +01:00
Marius Bakke
d71d6fe85c
gnu: gcc@5: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros.
...
* gnu/packages/patches/gcc-5-source-date-epoch-1.patch,
gnu/packages/patches/gcc-5-source-date-epoch-2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/gcc.scm (gcc-5)[source]: Use them.
2017-01-23 20:39:47 +01:00
Kei Kebreau
34ab353849
gnu: cppcheck: Update to 1.77.
...
* gnu/packages/check.scm (cppcheck): Update to 1.77.
2017-01-23 14:33:47 -05:00
Marius Bakke
5171ea38c6
gnu: wavpack: Update to 5.1.0.
...
* gnu/packages/audio.scm (wavpack): Update to 5.1.0.
[arguments]: Remove field.
2017-01-23 19:54:08 +01:00
Thomas Danckaert
2903ee1ea5
gnu: duplicity: Update to 0.7.11.
...
* gnu/packages/backup.scm (duplicity): Update to 0.7.11.
[source]: Remove patches.
[inputs]: Add lftp, update gnupg, remove python-2, make python2-lockfile a
propagated input, make python2-mock a native-input.
[propagated-inputs]: Add python2-lockfile, python2-urllib3.
[native-inputs]: Add python2-pexpect, python2-mock.
[arguments]: Add build phase to embed gnupg store name.
* gnu/packages/patches/duplicity-piped-password.patch: Delete it.
* gnu/packages/patches/duplicity-test_selection-tmp.patch: Delete it.
* gnu/local.mk (dist_patch_DATA): Remove patches.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-23 19:35:31 +01:00
Marius Bakke
82110ef658
gnu: glpk: Update to 4.61.
...
* gnu/packages/maths.scm (glpk): Update to 4.61.
[home-page]: Use HTTPS.
2017-01-23 18:54:27 +01:00
Marius Bakke
c063f34f6b
gnu: libxi: Update to 1.7.9.
...
* gnu/packages/xorg.scm (libxi): Update to 1.7.9.
2017-01-23 18:03:55 +01:00
Marius Bakke
bb2f8bbc5a
gnu: nginx: Don't replace 'sh' reference with 'bash'.
...
* gnu/packages/web.scm (nginx)[arguments]: Substitute /bin/sh with "which sh"
instead of "which bash" in 'patch-/bin/sh' phase.
2017-01-23 17:48:47 +01:00
ng0
e6880040b4
gnu: Add es.
...
* gnu/packages/shells.scm (es): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-23 15:20:04 +01:00
Clément Lassieur
87508d9a0b
services: prosody: Fix activation script.
...
* gnu/services/messaging.scm (prosody-activation): Import (guix build utils)
for 'mkdir-p'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-23 15:20:04 +01:00
宋文武
d918d79f60
doc: Mention the need of a BIOS boot partition when using GPT.
...
* doc/guix.text (Preparing for Installation)[Disk Partitioning]:
Mention the need of a BIOS boot partition when using GPT with the defualt
GRUB.
2017-01-23 20:25:18 +08:00
Ben Woodcroft
e4b6c565be
gnu: r-ggplot2: Add r-svglite to propagated-inputs.
...
* gnu/packages/statistics.scm (r-ggplot2)[propagated-inputs]: Add
r-svglite.
2017-01-23 21:23:33 +10:00
Ben Woodcroft
843f255388
gnu: bundler: Update to 1.14.2.
...
* gnu/packages/ruby.scm (bundler): Update to 1.14.2.
2017-01-23 20:49:34 +10:00
Jelle Licht
4e58e9d023
gnu: Add libtorrent-rasterbar.
...
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-23 11:01:18 +01:00
Maxim Cournoyer
fa445d6499
doc: Fix a typo in guix.texi.
...
* doc/guix.texi (Invoking guix environment): s/the use/use the/
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-23 11:01:18 +01:00
Mekeor Melire
174b091fb7
gnu: xmonad: Update to 0.12.
...
* gnu/packages/wm.scm (xmonad): Update to 0.12.
[source](snippet, modules): Remove.
[inputs]: Add GHC-SETLOCALE and GHC-QUICKCHECK.
(ghc-xmonad-contrib): Update to 0.12.
2017-01-23 11:01:17 +01:00
Mekeor Melire
c7bdb4139d
gnu: Add ghc-setlocale.
...
* gnu/packages/haskell.scm (ghc-setlocale): New variable.
2017-01-23 11:01:17 +01:00
Efraim Flashner
0e88ada940
gnu: Remove pcre-CVE-2016-3191.patch.
...
This is a follow-up to 026ee1a5a6
.
* gnu/packages/patches/pcre-CVE-2016-3191.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-01-23 10:28:15 +02:00
Efraim Flashner
a3dbea473a
gnu: gcal: Update to 4.1.
...
* gnu/packages/gcal.scm (gcal): Update to 4.1.
[home-page]: Use https.
2017-01-23 10:20:09 +02:00
Leo Famulari
62cf8fa7cd
gnu: libtiff: Fix CVE-2017-5225.
...
* gnu/packages/patches/libtiff-CVE-2017-5225.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libtiff/fixed)[source]: Use it.
2017-01-23 02:13:38 -05:00
Leo Famulari
026ee1a5a6
gnu: pcre: Update to 8.40.
...
* gnu/packages/pcre.scm (pcre): Update to 8.40.
[source]: Remove obsolete patch 'pcre-CVE-2016-3191.patch'.
2017-01-23 00:55:10 -05:00
Leo Famulari
ffcfaf2b18
gnu: imagemagick: Update to 6.9.7-5.
...
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-5.
2017-01-22 22:42:45 -05:00
Mathieu Othacehe
11b7717deb
services: cuirass: Add port to cuirass configuration
...
* gnu/services/cuirass.scm (<cuirass-configuration>): Add port field.
(cuirass-shepherd-service): Honor it.
* doc/guix.texi (Continuous Integration): Document it.
Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
2017-01-22 23:51:56 +01:00
Efraim Flashner
93719a6686
gnu: libinput: Update to 1.6.0.
...
* gnu/packages/freedesktop.scm (libinput): Update to 1.6.0.
2017-01-22 23:19:12 +02:00
Ludovic Courtès
33ae7d4385
gnu: gcc: Properly set the dynamic linker file name on GNU/Hurd.
...
* 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 >.
2017-01-22 13:13:36 +01:00
Ludovic Courtès
c8b44fc107
gnu: sed: Do not attempt to rebuild 'doc/sed.1'.
...
* gnu/packages/base.scm (sed)[arguments]: Add 'dont-rebuild-sed.1'
phase.
[native-inputs]: Remove.
2017-01-22 13:13:36 +01:00
Ludovic Courtès
8a296947a6
gnu: sed: Use the same phases whether or not we're cross-compiling.
...
* 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.
2017-01-22 13:13:35 +01:00
Efraim Flashner
8ba237a280
gnu: qemu: Patch CVE-2016-10155, CVE-2017-5552.
...
* gnu/packages/qemu.scm (qemu)[source]: Add patches.
* gnu/packages/patches/qemu-CVE-2016-10155.patch,
gnu/packages/patches/qemu-CVE-2017-5552.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
2017-01-22 13:40:44 +02:00
Ricardo Wurmus
79f3e82bdc
gnu: fish: Embed full path to Python.
...
Fixes <https://bugs.gnu.org/25467 >.
* gnu/packages/shells.scm (fish)[arguments]: Rename phase "patch-bc" to
"embed-store-paths"; embed full path to Python.
2017-01-22 10:16:28 +01:00
宋文武
df05d80ad0
gnu: Add guile-sdl2.
...
* gnu/packages/sdl.scm (guile-sdl2): New variable.
2017-01-22 14:31:54 +08:00
Carlo Zancanaro
af7caada40
gnu: Add python2-slowaes.
...
* gnu/packages/python.scm (python2-slowaes): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-01-22 13:40:48 +08:00
Carlo Zancanaro
cba84a3805
gnu: Add python-qrcode.
...
* gnu/packages/python.scm (python-qrcode, python2-qrcode): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-01-22 13:39:57 +08:00
Carlo Zancanaro
916aafa401
gnu: Add python-pbkdf2.
...
* gnu/packages/python.scm (python-pbkdf2, python2-pbkdf2): New variables.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-01-22 13:39:23 +08:00