summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-03-21gnu: libesmtp: Add alternate source URL.Leo Famulari
* gnu/packages/mail.scm (libesmtp)[source]: Add alternate URL.
2017-03-21gnu: python-pillow: Fix test failures with freetype-2.7.Leo Famulari
* gnu/packages/patches/python-pillow-freetype-2.7-test-failure.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-pillow, python2-pillow)[source]: Use it.
2017-03-21gnu: openblas: Add support for aarch64.Efraim Flashner
* gnu/packages/maths.scm (openblas)[arguments]: Mark aarch64 as substitutable, build for target ARMv8.
2017-03-21gnu: xf86-video-vmware: Fix build failure due to missing LLVM.rennes
* gnu/packages/xorg.scm (xf86-video-vmware)[inputs]: Add llvm. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-03-21gnu: libcmis: Update to 0.5.1.Leo Famulari
* gnu/packages/libreoffice.scm (libcmis): Update to 0.5.1. [source]: Use new source URL. Remove obsolete patch 'libcmis-fix-test-onedrive.patch'. [home-page]: Update URL. * gnu/packages/patches/libcmis-fix-test-onedrive.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-03-21gnu: x265: Fix build on aarch64.Efraim Flashner
* gnu/packages/video.scm (x265)[arguments]: On aarch64 add a configure-flag to enable PIC.
2017-03-21gnu: go@1.4, go@1.7: Skip test that fails with tzdata-2017a.Leo Famulari
* gnu/packages/golang.scm (go-1.4, go-1.7)[arguments]: Disable the test TestParseInLocation in 'prebuild' phase.
2017-03-20gnu: Remove leftover patch.Leo Famulari
* gnu/packages/patches/openjpeg-use-after-free-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-03-20gnu: openjpeg: Remove obsolete patches.Leo Famulari
* gnu/packages/patches/openjpeg-CVE-2016-5157.patch, gnu/packages/patches/openjpeg-CVE-2016-7163.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/image.scm (openjpeg)[source]: Remove them.
2017-03-20gnu: php: Update to 7.1.3.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.3.
2017-03-20gnu: bristol: Fix build failure with alsa-lib 1.1.x.Ricardo Wurmus
* gnu/packages/music.scm (bristol)[arguments]: Add build phase to fix build failure with alsa-lib 1.1.x.
2017-03-20gnu: mesa: Correct another typo.Efraim Flashner
* gnu/packages/gl.scm (mesa)[arguments]: Fix typo (svrast -> swrast).
2017-03-20gnu: wget: Fix test-504 failures.Efraim Flashner
* gnu/packages/wget.scm (wget)[source]: Add patch. * gnu/packages/patches/wget-fix-504-test-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2017-03-19Merge branch 'master' into core-updatesMark H Weaver
2017-03-19gnu: librep: Update to 0.92.6.Ludovic Courtès
* gnu/packages/sawfish.scm (librep): Update to 0.92.6. [arguments]: New field. [native-inputs]: Add AUTOCONF-WRAPPER, AUTOMAKE, and LIBTOOL.
2017-03-19gnu: lsh: Use libc's argp instead of the bundled one.Ludovic Courtès
* gnu/packages/ssh.scm (lsh)[arguments] <#:configure-flags>: Add --with-system-argp and CPPFLAGS=-DHAVE_ARGP_PARSE. <#:phases>: In 'pre-configure' phase, modify src/Makefile.in.
2017-03-19gnu: python-minimal@2: Add dependencies on libffi and zlib.Ludovic Courtès
* gnu/packages/python.scm (python2-minimal)[inputs]: Add LIBFFI and ZLIB. [arguments]: Remove.
2017-03-19gnu: elogind: Build with gperf 3.0.Ludovic Courtès
* gnu/packages/gperf.scm (gperf-3.0): New variable. * gnu/packages/freedesktop.scm (elogind)[native-inputs]: Use GPERF-3.0 instead of GPERF.
2017-03-19gnu: Add pdfgrep.rennes
* guix/gnu/packages/pdf.scm (pdfgrep): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-03-19gnu: graphite2: Fix test failure caused by rounding error on 32-bit CPUs.Leo Famulari
* gnu/packages/patches/graphite2-ffloat-store.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/fontutils.scm (graphite2): Use it.
2017-03-19gnu: linux-libre: Update to 4.10.4.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.4. (%linux-libre-hash): Update hash.
2017-03-19gnu: linux-libre@4.9: Update to 4.9.16.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.16.
2017-03-19gnu: linux-libre@4.4: Update to 4.4.55.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.55.
2017-03-19services: Remove Tab character from source code whitespace.Danny Milosavljevic
* gnu/services/base.scm (file-system-shepherd-service): Remove Tab character from source code whitespace.
2017-03-19gnu: u-boot: Update to 2017.03.Danny Milosavljevic
* gnu/packages/bootloaders.scm (u-boot): Update to 2017.03.
2017-03-19gnu: mesa: Fix another typo.Mark H Weaver
This is a followup to commit 2a8b89c27fe80a438ad95becb5da8ed4191d6cd4. * gnu/packages/gl.scm (mesa)[arguments]: Fix typo (galluim -> gallium).
2017-03-19gnu: icecat: Add selected fixes from upstream mozilla-esr45.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add selected fixes from the upstream mozilla-esr45 repository.
2017-03-19gnu: libevent@2.0: Add fix from upstream.Mark H Weaver
This fix was cherry-picked by Mozilla from upstream libevent-2.1 to its bundled copy of libevent-2.0.21 in mozilla-esr45. * gnu/packages/patches/libevent-2.0-evbuffer-add-use-last-with-datap.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/libevent.scm (libevent-2.0)[source][patches]: Add it.
2017-03-19services: file-system-shepherd-service: Make it find the fsck programs.Danny Milosavljevic
Fixes <https://bugs.gnu.org/25917>. * gnu/services/base.scm (file-system-shepherd-service): Use file-system-packages.
2017-03-19gnu: guile-commonmark: Default to Guile 2.2.Ludovic Courtès
* gnu/packages/guile.scm (guile-commonmark)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile2.0-commonmark): New variable. (guile2.2-commonmark): Mark as deprecated. (haunt)[propagated-inputs]: Use GUILE-COMMONMARK.
2017-03-19gnu: guile-reader: Default to Guile 2.2.Ludovic Courtès
* gnu/packages/guile.scm (guile-reader)[inputs]: Change GUILE-2.0 to GUILE-2.2. (guile2.0-reader): New variable. (guile2.2-reader): Mark as deprecated. (haunt)[propagated-inputs]: Use GUILE-READER instead of GUILE2.2-READER.
2017-03-19gnu: haunt: Default to Guile 2.2.Ludovic Courtès
* gnu/packages/guile.scm (haunt)[inputs]: Replace GUILE-2.0 with GUILE-2.2. [propagated-inputs]: Replace GUILE-READER and GUILE-COMMONMARK with their 2.2 variant. (guile2.0-haunt): New variable. (guile2.2-haunt): Mark as deprecated.
2017-03-19gnu: Add 'package-for-guile-2.0'.Ludovic Courtès
* gnu/packages/guile.scm (guile-2.2-package-name): Rename to... (guile-variant-package-name): ... this. Change to return a lambda. (package-for-guile-2.2): Adjust accordingly. (package-for-guile-2.0): New procedure.
2017-03-19gnu: Rename "guile-next" to "guile".Ludovic Courtès
* gnu/packages/guile.scm (guile-next): Rename to... (guile-2.2): ... this. Update users. [name]: Change to "guile". [synopsis]: Remove. [properties]: Remove 'upstream-name', 'ftp-server', and 'ftp-directory'. * gnu/packages/bioinformatics.scm (rcas-web): Update accordingly. * gnu/packages/tls.scm (gnutls/guile-2.2): Likewise. * tests/guix-build.sh: Use 'guile@2.2' instead of 'guile-next'. * doc/guix.texi (Package Transformation Options): Update examples that referred to "guile-next".
2017-03-19gnu: Add GNU Mach.Manolis Ragkousis
* gnu/packages/hurd.scm (gnumach): New variable. Co-authored-by: Rene Saavedra <rennes@openmailbox.org> Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-03-19gnu: niftilib: Simplify build phases.Ricardo Wurmus
* gnu/packages/image.scm (niftilib)[arguments]: Use make-flags instead of replacing "configure" phase; simplify "install" phase.
2017-03-19gnu: libepoxy: Add support for aarch64.Efraim Flashner
* gnu/packages/gl.scm (libepoxy)[arguments]: Add substitution to support aarch64.
2017-03-19gnu: libepoxy: Update to 1.4.1.Efraim Flashner
* gnu/packages/gl.scm (libepoxy): Update to 1.4.1. [home-page]: Use https.
2017-03-18gnu: apl: Update to 1.7.Efraim Flashner
* gnu/packages/apl.scm (apl): Update to 1.7. [home-page]: Use https.
2017-03-18gnu: guile-8sync: Update to 0.4.2.Christopher Allan Webber
* gnu/packages/guile.scm (guile-8sync): Update to 0.4.2.
2017-03-18gnu: guix: Don't ignore user's GUILE_LOAD_COMPILED_PATH.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/package-management.scm (guix-0.12.0): Guile skips invalid .go files since 2.0.12 so we don't need to override GUILE_LOAD_COMPILED_PATH to prevent problems anymore.
2017-03-18gnu: wine: Update to 2.4.Danny Milosavljevic
* gnu/packages/wine.scm (wine): Update to 2.4.
2017-03-18gnu: Add niftilib.John Darrington
* gnu/packages/image.scm (niftilib): New variable.
2017-03-18doc: Clarify reference.Hartmut Goebel
* doc/guix.texi (Invoking guix environment): Explicitly name "guix environment".
2017-03-18doc: Fix examples.Hartmut Goebel
To "spawns a Guile REPL", --ad-hoc is required. * doc/guix.texi (Invoking guix environment): Add "--ad-hoc" to container examples.
2017-03-18bug#26152: [PATCH] gnu: limnoria: Update to 20170110.ng0
* gnu/packages/irc.scm (limnoria): Update to 20170110. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-03-18file-systems: Factorize file-system-packages.Danny Milosavljevic
* gnu/system/linux-initrd.scm (base-initrd): Move helper-packages body to ... * gnu/system/file-systems.scm (file-system-packages): ... here. New variable. Also export it.
2017-03-18gnu: rustc: Fix process test.Danny Milosavljevic
* gnu/packages/rust.scm (rustc)[arguments]: Rename 'patch-lockfile-test to 'patch-tests. Add another substitution.
2017-03-18gnu: Add maxflow.John Darrington
* gnu/packages/maths.scm (maxflow): New variable.
2017-03-18gnu: Add itpp.John Darrington
* gnu/packages/maths.scm (itpp): New variable.