Leo Famulari
93fabf5996
gnu: flex: Update to 2.6.4.
...
* gnu/packages/flex.scm (flex): Update to 2.6.4.
2017-05-15 17:07:12 -04:00
Leo Famulari
662a7ac3c6
gnu: freetype: Update to 2.8.
...
* gnu/packages/fontutils.scm (freetype): Update to 2.8.
2017-05-15 16:38:43 -04:00
Leo Famulari
2a75ec1567
gnu: librsvg: Update to 2.40.17.
...
* gnu/packages/gnome.scm (librsvg): Update to 2.40.17.
2017-05-09 23:51:51 -04:00
Sergei Trofimovich
a8f2544911
gnu: sbcl: Add missing '#:modules' imports.
...
Fixes <https://bugs.gnu.org/26843 >.
* gnu/packages/lisp.scm (sbcl): Add missing '#:modules' imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-09 17:51:49 +02:00
Sergei Trofimovich
bc81e6cae4
gnu: go-1.4: Add missing '#:modules' imports.
...
Fixes <https://bugs.gnu.org/26840 >.
* gnu/packages/golang.scm (go-1.4): Add missing '#:modules' imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-09 17:51:32 +02:00
Sergei Trofimovich
47babd445a
gnu: zip: Add missing '#:modules' imports.
...
Fixes <https://bugs.gnu.org/26842 >.
* gnu/packages/zip.scm (zip): Add missing '#:modules' imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-09 17:51:27 +02:00
Sergei Trofimovich
809bc3948e
gnu: gs-fonts: Add missing module imports.
...
Fixes <https://bugs.gnu.org/26805 >.
* gnu/packages/ghostscript.scm (gs-fonts): Add missing modules to
%modify-phases call: gnu-build-system, utils, srfi-1.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-07 21:01:24 +02:00
Sergei Trofimovich
bba6bbba03
gnu: serf: Add missing '#:modules' imports.
...
Fixes <https://bugs.gnu.org/26808 >.
* gnu/packages/web.scm (serf): Add missing '#:modules' imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-07 20:22:01 +02:00
Sergei Trofimovich
7cfc200365
gnu: re2: Add missing '#:modules' imports.
...
Fixes <https://bugs.gnu.org/26813 >.
* gnu/packages/regex.scm (re2): Add missing '#:modules' imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-07 20:21:33 +02:00
rennes
ed788c31cf
gnu: libgc: Fix Check for Hurd systems.
...
* gnu/packages/bdw-gc.scm (libgc)[arguments]: On GNU/Hurd systems
add '--disable-gcj-support' to #:configure-flags. Adjust #:configure-flags
to disable GCJ support and pass the 'gctest' test.
2017-05-02 18:14:24 +03:00
Marius Bakke
4a4e60f433
gnu: boost: Update to 1.64.0.
...
* gnu/packages/boost.scm (boost): Update to 1.64.0.
2017-04-26 17:35:20 +02:00
Efraim Flashner
f98adb1cb3
gnu: libidn2: Update to 2.0.1.
...
* gnu/packages/libidn.scm (libidn2): Update to 2.0.1.
[source]: Download from main GNU server.
[arguments]: Remove 'create-pkgconfig-file phase.
2017-04-23 19:12:42 +03:00
Ludovic Courtès
78dea6f1d4
gnu: ld-wrapper: Build with Guile 2.2.
...
Reported by Sergei Trofimovich <slyfox@inbox.ru>.
* gnu/packages/base.scm (make-ld-wrapper): Change #:guile to default to
GUILE-2.2.
* gnu/packages/commencement.scm (ld-wrapper): Define in terms of
'make-ld-wrapper' such that #:guile-for-build and #:guile are the same.
2017-04-20 23:58:14 +02:00
Efraim Flashner
a55fbab722
gnu: libiconv: Update to 1.15.
...
* gnu/packages/base.scm (libiconv): Update to 1.15.
[source]: Remove snippet.
2017-04-18 06:38:01 +03:00
Efraim Flashner
ecc5bc33a3
gnu: bc: Use 'modify-phases' syntax.
...
* gnu/packages/algebra.scm (bc)[arguments]: Use 'modify-phases' syntax.
2017-04-18 06:36:39 +03:00
Efraim Flashner
8e71d6612d
gnu: libgpg-error: Update to 1.27.
...
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.27.
2017-04-18 06:36:39 +03:00
Efraim Flashner
0c1a9438dd
gnu: libsigsegv: Use 'modify-phases' syntax.
...
* gnu/packages/libsigsegv.scm (libsigsegv)[arguments]: Use
'modify-phases' syntax.
2017-04-18 06:36:39 +03:00
Efraim Flashner
74f04d8556
gnu: libsigsegv: Update to 2.11.
...
* gnu/packages/libsigsegv.scm (libsigsegv): Update to 2.11.
2017-04-18 06:36:38 +03:00
Efraim Flashner
6d7228465e
gnu: less: Update to 487.
...
* gnu/packages/less.scm (less): Update to 487.
2017-04-18 06:36:38 +03:00
Mathieu Othacehe
b100e0e89e
gnu: libunistring: Fix make check issues on multi-core machines.
...
* gnu/packages/patches/libunistring-gnulib-multi-core.patch: New file.
* gnu/local.mk (dist_patch): Add previous patch.
* gnu/packages/libunistring.scm (libunistring)[patches]: Add a reference
to previous patch.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-17 21:35:38 +02:00
Mathieu Othacehe
da8e256a52
gnu: findutils: Fix make check issues on multi-core machines.
...
* gnu/packages/patches/findutils-gnulib-multi-core.patch: New file.
* gnu/local.mk (dist_patch): Add previous patch.
* gnu/packages/base.scm (findutils)[patches]: Add a reference
to the previous patch.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-17 21:35:32 +02:00
Mathieu Othacehe
1ae93fc983
build: Add two missing patches to local.mk.
...
gnu/local.mk (dist_patch): Add gettext-multi-core.patch and
gettext-gnulib-multi-core.patch.
Commit 480da86d09
ommited them.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-17 21:35:25 +02:00
Sergei Trofimovich
dd58c53399
gnu: glibc/linux: Re-enable parallel build.
...
Parallel build failure was fixed upstream as:
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=e8b6be0016f131c2ac72bf3213eabdb59800e63b
* gnu/packages/base.scm (glibc/linux): Re-enable parallel build.
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-16 09:18:02 -04:00
Leo Famulari
c8a3dea847
packages: Enable threaded compression of source tarballs.
...
This provides a ~2x speedup when using 4 threads.
* guix/packages.scm (patch-and-repack)[build]: Invoke xz with
'--threads=0' when re-packing tarballs.
2017-04-15 18:34:59 -04:00
Sergei Trofimovich
dc4ebebd61
gnu: libffi: Fix builds on Alpha.
...
* gnu/packages/patches/libffi-3.2.1-complex_alpha.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libffi.scm (libffi)[source]: Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-13 14:44:27 +02:00
Sergei Trofimovich
bd54c5e3fa
gnu: gcc: Adjust for "alpha-linux".
...
This change allows cross-building packages by just
using --target=alpha-unknown-linux-gnu re2c:
$ ./pre-inst-env guix build --target=alpha-unknown-linux-gnu re2c
$ file /gnu/store/p1z9iszzb4ng0vzc535sc2ha33ax24l6-re2c-0.16/bin/re2c
/gnu/store/p1z9iszzb4ng0vzc535sc2ha33ax24l6-re2c-0.16/bin/re2c: \
ELF 64-bit LSB executable, Alpha (unofficial), version 1 (SYSV), dynamically linked, \
interpreter /gnu/store/0z5d6z3hh41w7z5g2g82zlnwgpbj0i1a-glibc-cross-alpha-unknown-linux-gnu-2.24/lib/ld-linux.so.2, \
for GNU/Linux 3.2.0, not stripped
GCC for alpha uses 'GLIBC_DYNAMIC_LINKER<TAB>"/lib/ld-linux.so.2"'
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Fix GLIBC_DYNAMIC_LINKER
substitution when delimiter is a tab.
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-13 14:40:48 +02:00
Mathieu Othacehe
480da86d09
gnu: gettext: Fix make check issues on multi-core machines.
...
* gnu/packages/patches/gettext-gnulib-multi-core.patch: New file.
* gnu/packages/patches/gettext-multi-core.patch: New file.
* gnu/packages/gettext.scm (gettext-minimal)[patches]: Add a reference
to the two previous patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-13 14:22:57 +02:00
Marius Bakke
139272f44f
gnu: pkg-config: Update to 0.29.2.
...
* gnu/packages/pkg-config.scm (%pkg-config): Update to 0.29.2.
2017-04-13 01:29:55 +02:00
Leo Famulari
56fb1421be
gnu: pango: Update to 1.40.5.
...
* gnu/packages/gtk.scm (pango): Update to 1.40.5.
2017-04-11 00:33:49 -04:00
Ludovic Courtès
1cbd63f205
gnu: coreutils: Update to 8.27.
...
* gnu/packages/base.scm (coreutils): Update to 8.27.
[source](patches): Remove "coreutils-fix-cross-compilation.patch" and
add "coreutils-cut-huge-range-test.patch".
[native-inputs]: Remove "coreutils-cut-huge-range-test.patch".
[arguments]: Remove 'patch-cut-test' phase. Remove #:parallel-tests?.
* gnu/local.mk (dist_patch_DATA): Remove
"coreutils-fix-cross-compilation.patch".
* gnu/packages/patches/coreutils-fix-cross-compilation.patch: Remove.
* gnu/packages/patches/coreutils-cut-huge-range-test.patch: Adjust.
2017-04-08 23:27:08 +02:00
Ludovic Courtès
34d624cef5
gnu: Build derivations with Guile 2.2 by default.
...
* gnu/packages/guile.scm (guile-2.0/fixed): Remove.
(guile-2.2)[source]: Switch from tar.lz to tar.xz.
(guile-2.2/fixed): New variable.
* gnu/packages/commencement.scm (guile-final): Use GUILE-2.2/FIXED
instead of GUILE-2.2/FIXED.
(canonical-package): Mention 2.2 instead of 2.0.
2017-04-08 23:27:08 +02:00
Leo Famulari
27695e22df
gnu: libarchive: Update to 3.3.1.
...
* gnu/packages/backup.scm (libarchive): Update to 3.3.1.
2017-04-08 13:38:57 -04:00
rennes
b81d11e580
gnu: grep: Fix for gnulib library.
...
* gnu/packages/patches/grep-gnulib-lock.patch: New file.
* gnu/packages/base.scm (grep)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-04-08 19:04:44 +03:00
Leo Famulari
a33d518e24
gnu: curl: Update to 7.53.1.
...
* gnu/packages/curl.scm (curl): Update to 7.53.1.
2017-04-07 10:45:43 -04:00
Leo Famulari
8fda37bca1
gnu: libpng: Update to 1.6.29.
...
* gnu/packages/image.scm (libpng): Update to 1.6.29.
2017-04-06 23:23:46 -04:00
Marius Bakke
70800cd634
gnu: sqlite: Update to 3.18.0.
...
* gnu/packages/databases.scm (sqlite): Update to 3.18.0.
2017-04-03 16:07:32 +02:00
Marius Bakke
28938febd5
gnu: lzip: Correct hash.
...
This is a followup to dede644945
.
* gnu/packages/compression.scm (lzip)[source]: Use hash of ".gz" tarball
instead of ".lz".
2017-04-03 16:07:28 +02:00
Marius Bakke
dede644945
gnu: lzip: Update to 1.18.
...
* gnu/packages/compression.scm (lzip): Update to 1.18.
2017-04-03 15:35:09 +02:00
Marius Bakke
7134ac4cc7
gnu: libpthread-stubs: Update to 0.4.
...
* gnu/packages/xorg.scm (libpthread-stubs): Update to 0.4.
2017-04-03 15:27:24 +02:00
Marius Bakke
8c85cb1b9f
gnu: file: Update to 5.30.
...
* gnu/packages/file.scm (file): Update to 5.30.
2017-04-03 15:12:10 +02:00
Marius Bakke
821072e22b
gnu: gdbm: Update to 1.13.
...
* gnu/packages/databases.scm (gdbm): Update to 1.13.
2017-04-03 14:56:52 +02:00
Marius Bakke
ab58ec0d95
gnu: perl: Update to 5.24.1.
...
* gnu/packages/perl.scm (perl): Update to 5.24.1.
2017-04-03 14:52:59 +02:00
Marius Bakke
1f044d7a91
gnu: ed: Update to 1.14.2.
...
* gnu/packages/ed.scm (ed): Update to 1.14.2.
2017-04-03 14:51:49 +02:00
Leo Famulari
fb203578f6
gnu: gnutls: Update to 3.5.10.
...
* gnu/packages/tls.scm (gnutls): Update to 3.5.10.
2017-04-02 20:10:08 -04:00
Leo Famulari
b53fa16f9c
gnu: brdf-explorer: Use HTTPS source URL.
...
* gnu/packages/graphics.scm (brdf-explorer)[source]: Use HTTPS URL.
2017-04-02 20:00:52 -04:00
Leo Famulari
7bf837fd43
gnu: Use HTTPS URLs for GitHub home-pages.
...
* gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm,
gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm,
gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm,
gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm,
gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on
GitHub.
2017-04-02 20:00:51 -04:00
Leo Famulari
9167488490
gnu: jbig2dec: Fix CVE-2016-9601.
...
* gnu/packages/patches/jbig2dec-CVE-2016-9601.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (jbig2dec)[source]: Use it.
2017-04-02 19:38:56 -04:00
Ludovic Courtès
2a0d5de5a9
Merge branch 'core-updates'
2017-04-03 00:13:06 +02:00
Ludovic Courtès
245575eaf3
gnu: guile-git: Install .go files to /site-ccache.
...
* gnu/packages/guile.scm (guile-git)[arguments] <bootstrap>: Change
"/ccache" to "/site-ccache" in Makefile.am.
2017-04-03 00:12:51 +02:00
Marius Bakke
60f37e3cb1
gnu: sddm: Build without greenisland.
...
This Wayland compositor is currently abandonware and has known problems.
* gnu/packages/display-managers.scm (sddm)[inputs]: Remove GREENISLAND.
2017-04-02 23:42:56 +02:00