summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-09gnu: ibus: Update to 1.5.15....* gnu/packages/ibus.scm (ibus): Update to 1.5.15. Tobias Geerinckx-Rice
2017-03-09gnu: pius: Update to 2.2.4....* gnu/packages/gnupg.scm (pius): Update to 2.2.4. Tobias Geerinckx-Rice
2017-03-09gnu: youtube-dl: Update to 2017.03.07....* gnu/packages/video.scm (youtube-dl): Update to 2017.03.07. Tobias Geerinckx-Rice
2017-03-09gnu: graphicsmagick: Build with 16 bit quantum depth....Octave requires graphicsmagick to be built with 16 bit quantum depth. * gnu/packages/imagemagick.scm (graphicsmagick)[arguments]: Add "--with-quantum-depth=16" and "--enable-quantum-library-names" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name> Arun Isaac
2017-03-09gnu: octave: Build with curl and graphicsmagick....* gnu/packages/maths.scm (octave)[inputs]: Add curl and graphicsmagick. Signed-off-by: Leo Famulari <leo@famulari.name> Arun Isaac
2017-03-09gnu: glib: Avoid failing test caused by changes in the time zone database....* gnu/packages/glib.scm (glib)[arguments]: Skip a failing test in 'disable-failing-tests' phase. Leo Famulari
2017-03-09gnu: glib: Update to 2.50.3....* gnu/packages/glib.scm (glib): Update to 2.50.3. Leo Famulari
2017-03-09gnu: xf86-input-libinput: Update to 0.25.0....* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.25.0. Marius Bakke
2017-03-09gnu: Add python2-larch....* gnu/packages/python.scm (python2-larch): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac
2017-03-09gnu: Add python2-tracing....* gnu/packages/python.scm (python2-tracing): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac
2017-03-09gnu: Add python2-ttystatus....* gnu/packages/python.scm (python2-ttystatus): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac
2017-03-09gnu: Add python2-cliapp....* gnu/packages/python.scm (python2-cliapp): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac
2017-03-09gnu: python-numpy-documentation: Use full git commit hash in submodule....* gnu/packages/python.scm (python-numpy-documentation, python2-numpy-documentation)[native-inputs]: Update hash of SCIPY-SPHINX-THEME. Fix indentation of a line. Marius Bakke
2017-03-09gnu: Remove obsolete numpy comment....* gnu/packages/python.scm: Remove comment. Marius Bakke
2017-03-09gnu: inetutils: Disable parallel tests....* gnu/packages/admin.scm (inetutils)[arguments]: Add #:parallel-tests? #f. Marius Bakke
2017-03-09gnu: python-pandas: Really fix build on 32bit....* gnu/packages/patches/python-pandas-skip-failing-tests.patch: Fix confusion with same-named test. Marius Bakke
2017-03-09Merge branch 'master' into core-updatesLudovic Courtès
2017-03-09hydra: Really disable 32-to-64-bit cross-builds....Fixes <http://bugs.gnu.org/26022>. Reported by Efraim Flashner <efraim@flashner.co.il>. * build-aux/hydra/gnu-system.scm (hydra-jobs)[cross-jobs](from-32-to-64?): Check whether TARGET contains "64" rather than checking whether TARGET ends in "64", which is rarely the case. (same?): Add special case for armhf-linux. Ludovic Courtès
2017-03-09gexp: Expose functions to allow creating derivation builders....* guix/gexp.scm: Add load-path-expression and gexp-modules to the public interface of the module. See <http://bugs.gnu.org/26023>. Roel Janssen
2017-03-09gnu: Add rsnapshot....* gnu/packages/backup.scm (rsnapshot): New variable. Thomas Danckaert
2017-03-09gnu: python-fake-factory: Add back missing patch file....This reverts the removal of "python-fake-factory-fix-build-32bit.patch" by commit ce7911ddae5d30ba73c8c9552b7d4e71268e5db3. * gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Mark H Weaver
2017-03-09gnu: inetutils: Set the $localstatedir....This is a followup to commit 6f5d28f9d05aaa9743b3aac6bceb2c6323122d2d. * gnu/packages/admin.scm (inetutils)[arguments]: Pass '--localstatedir=/var' to #:configure-flags. Leo Famulari
2017-03-09gnu: icecat: Add fixes from upstream Firefox ESR 45.8.0....Includes fixes for CVE-2017-5398, CVE-2017-5400, CVE-2017-5401, CVE-2017-5402, CVE-2017-5404, CVE-2017-5405, CVE-2017-5407, CVE-2017-5408, CVE-2017-5409, and CVE-2017-5410. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr45 repository. Mark H Weaver
2017-03-09gnu: icecat: Update to 45.7.0-gnu1....* gnu/packages/gnuzilla.scm (icecat): Update to 45.7.0-gnu1. Remove patches included in 45.7.0. Mark H Weaver
2017-03-09utils: Use an idiom compatible with both 2.0 and 2.2....Fixes a regression introduced in 7447aa36e16fb77f75df4d3369db9c942615632e. Reported by Ricardo Wurmus. * guix/utils.scm: Revert 7447aa36e16fb77f75df4d3369db9c942615632e. Use #:prefix for (ice-9 iconv) to support both 2.0 and 2.2. Ludovic Courtès
2017-03-09gnu: r: Remove obsolete configure flags....* gnu/packages/statistics.scm (r)[arguments]: Remove obsolete configure flags. Ricardo Wurmus
2017-03-09gnu: r: Update to 3.3.3....* gnu/packages/statistics.scm (r): Update to 3.3.3. Ricardo Wurmus
2017-03-08gnu: tzdata: Update to 2017a....* gnu/packages/base.scm (tzdata): Update to 2017a. Leo Famulari
2017-03-08gnu: Add lensfun....* gnu/packages/photo.scm (lensfun): New variable. Roel Janssen
2017-03-08utils: Make sure to use the right 'bytevector->string'....In Guile 2.2, (rnrs io ports) exports 'bytevector->string', which conflicts with that of (ice-9 iconv). * guix/utils.scm: Hide 'bytevector->string' from (rnrs io ports). Ludovic Courtès
2017-03-08packages: Use PACKAGE@VERSION syntax when reporting ambiguities....* gnu/packages.scm (%find-package): Upon ambiguity, use the PACKAGE@VERSION syntax instead of 'package-full-name'. Ludovic Courtès
2017-03-08list-runtime-roots: Bufferize the lsof pipe....* nix/scripts/list-runtime-roots.in (lsof-roots): Add 'setvbuf' call for PIPE. Ludovic Courtès
2017-03-08ui: Don't use '%default-port-encoding' to set the encoding of string ports....* guix/ui.scm (right-arrow): Call 'set-port-encoding!' to set PORT's encoding; remove use of 'with-fluids'. This is for compatibility with Guile 2.2 where the encoding of string ports is not influenced by %DEFAULT-PORT-ENCODING. * tests/ui.scm ("show-manifest-transaction"): Likewise. Ludovic Courtès
2017-03-08ui: Avoid '_' as a pattern variable in 'match'....* guix/ui.scm (fill-paragraph): Don't use '_' as a pattern variable since that is shadowed by the top-level '_' binding on Guile 2.2. (show-manifest-transaction): Likewise. Ludovic Courtès
2017-03-08download: Update the Savannah mirror list....* guix/download.scm (%mirrors) <savannah>: Remove centervenus.com, which seems to be broken. Add download-mirror.sv.gnu.org as a last resort. Ludovic Courtès
2017-03-08gnu: Add guile2.2-haunt....* gnu/packages/guile.scm (guile2.2-haunt): New variable. Ludovic Courtès
2017-03-08gnu: Add guile2.2-reader....* gnu/packages/guile.scm (guile2.2-reader): New variable. Ludovic Courtès
2017-03-08gnu: guile-reader: Update to 0.6.2....* gnu/packages/guile.scm (guile-reader): Update to 0.6.2. [arguments]: Remove. Ludovic Courtès
2017-03-08tests: Avoid zero-expression 'begin' form....* tests/cran.scm ("description->package"): Add body after the expected pattern in 'match'. Ludovic Courtès
2017-03-08hash: Close or flush sha256 output ports before calling their 'get' procedure....Slightly different buffering of custom binary output ports in Guile 2.1.7 would lead tests missing 'close-port' or 'force-output' to fail. * tests/hash.scm ("open-sha256-port, hello"): Add call to 'force-output' before call to 'get'. * tests/nar.scm ("write-file puts file in C locale collation order"): Call 'close-port' before calling 'get-hash'. Ludovic Courtès
2017-03-08build: Unset 'NIX_BUILD_HOOK' when offloading support is missing....* build-aux/pre-inst-env.in: Export 'NIX_BUILD_HOOK' only when nix/scripts/offload is executable; unset it otherwise. Ludovic Courtès
2017-03-08services: prosody: Use 'id' to introduce unhygienic top-level identifiers....* gnu/services/messaging.scm (define-all-configurations): Use 'id' to introduce raw/literal/unhygienic top-level identifiers. Fixes compilation with Guile 2.2. Ludovic Courtès
2017-03-08services: prosody: Make sure 'id' is available at expansion time....* gnu/services/messaging.scm (id): Use 'define-syntax-rule' instead of 'define' to make sure 'id' is available at expansion time. Ludovic Courtès
2017-03-08gnu: Remove unneeded imports....* gnu/packages/backup.scm: Remove unneeded (guix build utils) import. * gnu/packages/finance.scm: Likewise. Ludovic Courtès
2017-03-08guix archive: Allow compilation with Guile 2.2....* guix/scripts/archive.scm (export-from-store): Avoid shadowing the top-level '_'. Ludovic Courtès
2017-03-08gnu: inetutils: Enable tests....* gnu/packages/admin.scm (inetutils)[arguments]: Remove '#:tests? #f' and #:configure-flags. [native-inputs]: Add net-tools. Signed-off-by: Leo Famulari <leo@famulari.name> Maxim Cournoyer
2017-03-08gnu: python-pandas: Fix build on 32-bit....* gnu/packages/patches/python-pandas-skip-failing-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-pandas, python2-pandas): Use it. Marius Bakke
2017-03-08gnu: Add python-faker....* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: Adjust paths. Also rename to ... * gnu/packages/patches/python-faker-fix-build-32bit.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-faker, python2-faker): New variables. (python-fake-factory)[properties]: Superseded by PYTHON-FAKER. (python2-fake-factory)[properties]: Superseded by PYTHON2-FAKER. (python-orator, python2-orator)[propagated-inputs]: Replace PYTHON-FAKE-FACTORY with PYTHON-FAKER. Marius Bakke
2017-03-08gnu: python-matplotlib-documentation: Fix build....* gnu/packages/python.scm (python-matplotlib-documentation)[native-inputs]: Add python-mock and graphviz. [arguments]: Use separate build and install phases; correctly set latex paper size. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Thomas Danckaert
2017-03-08gnu: iperf: Update to 3.1.7....* gnu/packages/networking.scm (iperf): Update to 3.1.7. Marius Bakke