aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: libunistring: Fix make check issues on multi-core machines.Mathieu Othacehe2017-04-17
| | | | | | | | | * 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>
* gnu: findutils: Fix make check issues on multi-core machines.Mathieu Othacehe2017-04-17
| | | | | | | | | * 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>
* build: Add two missing patches to local.mk.Mathieu Othacehe2017-04-17
| | | | | | | | | gnu/local.mk (dist_patch): Add gettext-multi-core.patch and gettext-gnulib-multi-core.patch. Commit 480da86d0969a667e8d2a564de535cb73a6a2229 ommited them. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: glibc/linux: Re-enable parallel build.Sergei Trofimovich2017-04-16
| | | | | | | | | | 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>
* gnu: libffi: Fix builds on Alpha.Sergei Trofimovich2017-04-13
| | | | | | | | * 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>
* gnu: gcc: Adjust for "alpha-linux".Sergei Trofimovich2017-04-13
| | | | | | | | | | | | | | | | | | | | 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>
* gnu: gettext: Fix make check issues on multi-core machines.Mathieu Othacehe2017-04-13
| | | | | | | | | * 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>
* gnu: pkg-config: Update to 0.29.2.Marius Bakke2017-04-13
| | | | * gnu/packages/pkg-config.scm (%pkg-config): Update to 0.29.2.
* gnu: pango: Update to 1.40.5.Leo Famulari2017-04-11
| | | | * gnu/packages/gtk.scm (pango): Update to 1.40.5.
* gnu: coreutils: Update to 8.27.Ludovic Courtès2017-04-08
| | | | | | | | | | | | * 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.
* gnu: Build derivations with Guile 2.2 by default.Ludovic Courtès2017-04-08
| | | | | | | | | * 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.
* gnu: libarchive: Update to 3.3.1.Leo Famulari2017-04-08
| | | | * gnu/packages/backup.scm (libarchive): Update to 3.3.1.
* gnu: grep: Fix for gnulib library.rennes2017-04-08
| | | | | | * 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.
* gnu: curl: Update to 7.53.1.Leo Famulari2017-04-07
| | | | * gnu/packages/curl.scm (curl): Update to 7.53.1.
* gnu: libpng: Update to 1.6.29.Leo Famulari2017-04-06
| | | | * gnu/packages/image.scm (libpng): Update to 1.6.29.
* gnu: sqlite: Update to 3.18.0.Marius Bakke2017-04-03
| | | | * gnu/packages/databases.scm (sqlite): Update to 3.18.0.
* gnu: lzip: Correct hash.Marius Bakke2017-04-03
| | | | | | | This is a followup to dede644945f07d7b19f48f06a909fa59f5c66fb0. * gnu/packages/compression.scm (lzip)[source]: Use hash of ".gz" tarball instead of ".lz".
* gnu: lzip: Update to 1.18.Marius Bakke2017-04-03
| | | | * gnu/packages/compression.scm (lzip): Update to 1.18.
* gnu: libpthread-stubs: Update to 0.4.Marius Bakke2017-04-03
| | | | * gnu/packages/xorg.scm (libpthread-stubs): Update to 0.4.
* gnu: file: Update to 5.30.Marius Bakke2017-04-03
| | | | * gnu/packages/file.scm (file): Update to 5.30.
* gnu: gdbm: Update to 1.13.Marius Bakke2017-04-03
| | | | * gnu/packages/databases.scm (gdbm): Update to 1.13.
* gnu: perl: Update to 5.24.1.Marius Bakke2017-04-03
| | | | * gnu/packages/perl.scm (perl): Update to 5.24.1.
* gnu: ed: Update to 1.14.2.Marius Bakke2017-04-03
| | | | * gnu/packages/ed.scm (ed): Update to 1.14.2.
* gnu: gnutls: Update to 3.5.10.Leo Famulari2017-04-02
| | | | * gnu/packages/tls.scm (gnutls): Update to 3.5.10.
* gnu: brdf-explorer: Use HTTPS source URL.Leo Famulari2017-04-02
| | | | * gnu/packages/graphics.scm (brdf-explorer)[source]: Use HTTPS URL.
* gnu: Use HTTPS URLs for GitHub home-pages.Leo Famulari2017-04-02
| | | | | | | | | * 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.
* gnu: jbig2dec: Fix CVE-2016-9601.Leo Famulari2017-04-02
| | | | | | * 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.
* Merge branch 'core-updates'Ludovic Courtès2017-04-03
|\
| * gnu: guile-git: Install .go files to /site-ccache.Ludovic Courtès2017-04-03
| | | | | | | | | | * gnu/packages/guile.scm (guile-git)[arguments] <bootstrap>: Change "/ccache" to "/site-ccache" in Makefile.am.
| * gnu: sddm: Build without greenisland.Marius Bakke2017-04-02
| | | | | | | | | | | | This Wayland compositor is currently abandonware and has known problems. * gnu/packages/display-managers.scm (sddm)[inputs]: Remove GREENISLAND.
| * gnu: khmer: Build with gcc-4.Ben Woodcroft2017-04-02
| | | | | | | | * gnu/packages/bioinformatics.scm (khmer)[inputs]: Add gcc-4.9.
| * gnu: rapidjson: Fix building on aarch64.Efraim Flashner2017-03-31
| | | | | | | | | | * gnu/packages/web.scm (rapidjson)[arguments]: Add custom phase for aarch64 to fix -march detection.
| * gnu: mlocate: Update URLs.Ludovic Courtès2017-03-30
| | | | | | | | | | * gnu/packages/search.scm (mlocate)[source, home-page]: Change URLs to pagure.{org,io}.
| * gnu: ruby-concurrent: Work around test failure on ARM.Ludovic Courtès2017-03-30
| | | | | | | | | | | | * gnu/packages/patches/ruby-concurrent-test-arm.patch: New file. * gnu/packages/ruby.scm (ruby-concurrent)[source](patches): Add it. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: guix: Include the aarch64 bootstrap Guile.Ludovic Courtès2017-03-30
| | | | | | | | | | | | * gnu/packages/package-management.scm (boot-guile-uri): Add case for aarch64. (guix-0.12.0)[arguments] <copy-bootstrap-guile>: Handle aarch64. [inputs]: Add "boot-guile/aarch64".
| * Merge branch 'master' into core-updatesMarius Bakke2017-03-30
| |\ | | | | | | | | | Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
| * | gnu: chez-scheme: Fix build failure in 'reset-gzip-timestamps' phase.Marius Bakke2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/chez.scm (chez-scheme)[arguments]: Add 'make-manpages-writable' phase.
| * | gnu: propeller-binutils: Use flex 2.6.1.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/embedded.scm (propeller-binutils)[native-inputs]: Replace "flex" with "flex-2.6.1".
| * | gnu: discrover: Add missing includes.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (discrover)[arguments]: Add build phase "add-missing-includes" to include "random" headers.
| * | gnu: stringtie: Remove typedef conflict.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (stringtie)[arguments]: Remove conflicting typedef in a new build phase "remove-duplicate-typedef".
| * | gnu: powertabeditor: Link with pthread.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/music.scm (powertabeditor)[arguments]: Link with "-lpthread" to fix build with GCC 5.
| * | gnu: hugs: Build with GCC 4.9.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | * gnu/packages/hugs.scm (hugs)[native-inputs]: Add "gcc-4.9".
| * | gnu: dash: Update to 0.5.9.1.Leo Famulari2017-03-30
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/shells.scm (dash): Update to 0.5.9.1. [source]: Use git-fetch. [native-inputs]: Add autoconf and automake. [arguments]: Add 'bootstrap' phase.
| * | gnu: wordnet: Build with the default GCC.Ludovic Courtès2017-03-29
| | | | | | | | | | | | * gnu/packages/wordnet.scm (wordnet)[native-inputs]: Remove.
| * | gnu: guile-reader: Build with gperf 3.0.Ludovic Courtès2017-03-29
| | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-reader)[native-inputs]: Use GPERF-3.0 instead of GPERF.
| * | gnu: kakoune: Fix build after Boost ABI change.Marius Bakke2017-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove now-obsolete snippet and inputs. * gnu/packages/text-editors.scm (kakoune)[source]: Remove gzip substitution. [arguments]: Drop CPPFLAGS from #:make-flags. [native-inputs]: Remove GCC-5. [inputs]: Remove gcc:lib.
| * | gnu: nspr: Use 'modify-phases' syntax.Efraim Flashner2017-03-28
| | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nspr)[arguments]: Use 'modify-phases' syntax.
| * | gnu: nspr: Update to 4.14.Efraim Flashner2017-03-28
| | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nspr): Update to 4.14.
| * | gnu: mozjs@24: Use more inherited fields.Efraim Flashner2017-03-28
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (mozjs@24)[arguments]: Use 'substitute-keyword-arguments', override inherited 'configure. [native-inputs]: Remove field to use inherited native-inputs. [propagated-inputs]: Same.
| * | gnu: mozjs@17: Use 'modify-phases' syntax.Efraim Flashner2017-03-28
| | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (mozjs@17)[arguments]: Use 'modify-phases' syntax.