summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* services: guix-daemon: Fix authorization of multiple keys.•••Previously, the 'unless (file-exists? "/etc/guix/acl")' guard would mean that only the first key in the list would get registered since were were generating one registration snippet per key. This fixes that. * gnu/services/base.scm (hydra-key-authorization): Change to be a 'for-each' loop iterating on #$KEYS. Ludovic Courtès2018-12-051-21/+21
* gnu: quilt: Use shorter file names for patches.•••We were reaching the 99-character limit of POSIX tar. * gnu/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch: Rename to... * gnu/packages/patches/quilt-getopt-nondigit-param.patch: ... this. * gnu/packages/patches/quilt-compat-getopt-fix-second-separator.patch: Rename to... * gnu/packages/patches/quilt-getopt-second-separator.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/patchutils.scm (quilt)[source](patches): Likewise. Ludovic Courtès2018-12-054-4/+4
* tests: Increase root partitions size to 1.2G.•••The system closure has grown slightly above 1GiB so adjust accordingly. * gnu/tests/install.scm (%simple-installation-script): Increase vdb2 size of 1.2G, (%extlinux-gpt-installation-script); ditto (%simple-installation-script-for-/dev/vda): ditto, (%separate-store-installation-script): ditto for vdb3, (%encrypted-root-installation-script): ditto. Ludovic Courtès2018-12-041-5/+5
* gnu: emacs-irony-mode: Fetch source using git.•••* gnu/packages/emacs.scm (emacs-irony-mode)[source]: Rewrite in terms of GIT-FETCH. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tim Gesthuizen2018-12-041-3/+5
* gnu: enlightenment: Use absolute path to 'edje_cc'.•••* gnu/packages/enlightenment.scm (enlightenment)[arguments]: In 'set-system-actions', set absolute file name to 'edje_cc'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timo Eisenmann2018-12-041-1/+5
* gnu: fenics: Skip extra demo in 'check' phase.•••* gnu/packages/simulation.scm (fenics)[arguments]: Add 'curl-curl' demo to list of demos that require meshes supplied by git-lfs. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul Garlick2018-12-041-0/+1
* gnu: petsc-openmpi: Configure with support for HYPRE preconditioner.•••* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Add hypre-openmpi. [arguments]: Add 'with-hypre=1' flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul Garlick2018-12-041-1/+3
* Remove most references to hydra.gnu.org.•••* Makefile.am (assert-binaries-available): Don't mention hydra.gnu.org in comment. * build-aux/check-available-binaries.scm: Likewise. * build-aux/check-final-inputs-self-contained.scm: Likewise. * doc/guix.texi (SUBSTITUTE-SERVER): New variable. Use it throughout instead of "mirror.hydra.gnu.org". * doc/contributing.texi (Submitting Patches): Likewise. * gnu/services/base.scm (hydra-key-authorization) (guix-activation): Remove mentions of "hydra.gnu.org" in comments and messages. * gnu/system/install.scm (%installation-services): Likewise. * guix/scripts/size.scm (guix-size): Likewise. Ludovic Courtès2018-12-042-3/+3
* gnu: dolphin-emu: Update to commit 2c57e70.•••* gnu/packages/emulators.scm (dolphin-emu): Update to commit 2c57e70. Rutger Helling2018-12-041-3/+3
* services: ddclient: Fix unrecognized keywords.•••This patch fixes warnings about unrecognized keywords in logs. * gnu/services/dns.scm (serialize-field): Skip some field names. Oleg Pykhalov2018-12-041-1/+2
* gnu: Beets: Update to 1.4.7.•••* gnu/packages/music.scm (beets): Update to 1.4.7. Leo Famulari2018-12-031-2/+2
* gnu: python-unidecode: Update to 1.0.23.•••* gnu/packages/python.scm (python-unidecode, python2-unidecode): Update to 1.0.23. Leo Famulari2018-12-031-2/+2
* gnu: Beets: Fix compatibility with Python 3.7.•••* gnu/packages/patches/beets-python-3.7-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/music.scm (beets)[source]: Use it. Leo Famulari2018-12-033-0/+59
* gnu: Add hnsd.•••Thank you, Handshake! * gnu/packages/dns.scm (hnsd): New variable. Ludovic Courtès2018-12-031-0/+54
* gnu: python-cryptography: Update to 2.4.2.•••* gnu/packages/python-crypto.scm (python-cryptography-vectors, python-cryptography): Update to 2.4.2. Marius Bakke2018-12-031-4/+4
* gnu: python-statsmodels: Update to 0.9.0.•••* gnu/packages/statistics.scm (python-statsmodels): Update to 0.9.0. [arguments]: Remove obsolete workaround. Marius Bakke2018-12-031-14/+3
* gnu: python-scikit-learn: Update source hash.•••The upstream git tag moved from 6ccb5e44b188059e9b7459ac02ec97e32a9ab7ba to 55bf5d93e5674f13a1134d93a11fd0cd11aabcd1 two days later... * gnu/packages/machine-learning.scm (python-scikit-learn)[source](sha256): Update for upstream tag change. Marius Bakke2018-12-031-1/+1
* gnu: python-scikit-image: Propagate six and numpy.•••* gnu/packages/python.scm (python-scikit-image)[native-inputs]: Move PYTHON-NUMPY and PYTHON-SIX ... [propagated-inputs]: ... here. Marius Bakke2018-12-031-4/+4
* gnu: python-scikit-image: Update to 0.14.1.•••Also add explicit Python2 variants for its dependency closure. * gnu/packages/python.scm (python-scikit-image): Update to 0.14.1. [source](uri): Use PYPI-URI. [propagated-inputs]: Add PYTHON-CLOUDPICKLE, PYTHON-DASK, PYTHON-MATPLOTLIB and PYTHON-PYWAVELETS. (python2-toolz, python2-cloudpickle, python2-locket, python2-blosc, python2-partd, python2-dask): New public variables. Marius Bakke2018-12-031-8/+27
* gnu: python-dask: Update to 1.0.0.•••* gnu/packages/python.scm (python-dask): Update to 1.0.0. [arguments]: Disable one test for Python2, and override 'check' phase. Marius Bakke2018-12-031-3/+12
* gnu: python-cloudpickle: Update to 0.6.1.•••* gnu/packages/python.scm (python-cloudpickle): Update to 0.6.1. Marius Bakke2018-12-031-2/+2
* gnu: Add python-pywavelets.•••* gnu/packages/python.scm (python-pywavelets, python2-pywavelets): New public variables. Marius Bakke2018-12-031-0/+43
* gnu: kicad: Fix build with Boost >= 1.68.•••* gnu/packages/engineering.scm (kicad)[arguments]: Add phase 'adjust-boost-include'. Marius Bakke2018-12-031-0/+7
* gnu: python-greenlet: Update to 0.4.15.•••* gnu/packages/python.scm (python-greenlet): Update to 0.4.15. Marius Bakke2018-12-031-2/+2
* gnu: python-geventhttpclient: Fix test failure.•••* gnu/packages/python-web.scm (python-geventhttpclient)[arguments]: Add "--import-mode=append" to pytest invokation. Marius Bakke2018-12-031-1/+4
* doc: Fix "desktop" OS config example.•••* gnu/system/examples/desktop.tmpl (file-systems): Add 'file-system-label' call in 'device' field. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Laura Lazzati2018-12-031-1/+1
* gnu: emacs-helm-company: Update to 0.2.3.•••* gnu/packages/emacs.scm (emacs-helm-company): Update to 0.2.3. Pierre Neidhardt2018-12-031-3/+3
* Merge branch 'core-updates'Ludovic Courtès2018-12-03174-2832/+4288
|\
| * gnu: rust: Remove flaky test.•••* gnu/packages/rust.scm (rust-1.22)[arguments]<#:phases>[remove-flaky-test]: New phase. Danny Milosavljevic2018-12-021-2/+14
| * gnu: openfoam: Adjust for glibc 2.28.•••* gnu/packages/simulation.scm (openfoam)[source](modules, snippet): New fields. Ludovic Courtès2018-12-021-1/+10
| * gnu: blender: Use newer ffmpeg.•••* gnu/packages/graphics.scm (blender)[source]: Add patch for newer ffmpeg compatability. [inputs]: Replace ffmpeg-2.8 with ffmpeg. * gnu/packages/patches/blender-newer-ffmpeg.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-11-303-2/+84
| * Merge branch 'master' into core-updatesMarius Bakke2018-11-2937-281/+1372
| |\
| * | gnu: kmscon: Don't invoke './configure' during bootstrap.•••* gnu/packages/terminals.scm (kmscon)[arguments]: Change 'autogen.sh' phase to replace 'bootstrap' and set the $NOCONFIGURE environment variable. Marius Bakke2018-11-291-2/+3
| * | gnu: lirc: Build reproducibly.•••* gnu/packages/patches/lirc-reproducible-build.patch: New file. * gnu/packages/lirc.scm (lirc)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès2018-11-293-1/+75
| * | gnu: rust: Shorten patch file name.•••This file name was too long to fit in a tar archive. * gnu/packages/patches/rust-mdbook-support-reproducible-builds-by-forcing-window.search.patch: Rename to... * gnu/packages/patches/rust-reproducible-builds.patch: ... this. * gnu/packages/rust.scm (rust-1.27, rust): Adjust accordingly. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2018-11-293-3/+3
| * | gnu: libbonobo: Build sequentially.•••See <https://berlin.guixsd.org/log/5mr1fyac5kyz41zwmnf4b0wm7vl42ryv-libbonobo-2.32.1> for an example of a parallel build failure: CCLD echo-client-2 CCLD bonobo-echo-2 ld: libEcho.a(Bonobo_Sample_Echo-stubs.o): in function `Bonobo_Sample_Echo_echo': /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `Bonobo_Sample_Echo__iinterface' ld: /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `Bonobo_Sample_Echo__classid' ld: /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `_ORBIT_skel_small_Bonobo_Sample_Echo_echo' collect2: error: ld returned 1 exit status make[3]: *** [Makefile:488: echo-client-2] Error 1 * gnu/packages/gnome.scm (libbonobo)[arguments]: Add #:parallel-build?. Ludovic Courtès2018-11-291-1/+8
| * | gnu: orbit2: Specify upstream name.•••* gnu/packages/gnome.scm (orbit2)[properties]: New field. Ludovic Courtès2018-11-271-1/+2
| * | gnu: orbit2: Do not build static libraries.•••* gnu/packages/gnome.scm (orbit2)[arguments]: Add "--disable-static" to #:configure-flags. Ludovic Courtès2018-11-271-3/+7
| * | gnu: mono: Make build reproducible.•••* gnu/packages/patches/mono-mdoc-timestamping.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mono.scm (mono)[source]: Use patch. [arguments]<#:phases>[make-reproducible]: New phase. <#:phases>[set-env]: Set SOURCE_DATE_EPOCH. Danny Milosavljevic2018-11-273-1/+26
| * | gnu: mono: End phase with #t.•••* gnu/packages/mono.scm (mono)[arguments]<#:phases>[set-env]: End with #t. Danny Milosavljevic2018-11-261-1/+2
| * | gnu: adb: Fix build with glibc 2.28.•••* gnu/packages/android.scm (android-platform-version): Use "7.1.2_r36". (android-platform-system-core): Update sha256 hash value (for 7.1.2_r36). (android-platform-bionic): Update sha256 hash value (for 7.1.2_r36). Danny Milosavljevic2018-11-261-3/+3
| * | gnu: python-tblib: Use invoke.•••* gnu/packages/python.scm (python-tblib)[arguments]<#:phases>[check]: Use invoke. Danny Milosavljevic2018-11-261-1/+1
| * | gnu: mono: Fix build with glibc 2.28.•••* gnu/packages/mono.scm (mono)[arguments]<#:phases>[fix-includes]: New phase. Danny Milosavljevic2018-11-261-0/+7
| * | gnu: ams-lv2: Always return #t from phase remove-sse-flags.•••* gnu/packages/music.scm (ams-lv2)[arguments]: Use '(unless' instead of '(when (not'. Return with #t as last value from phase 'remove-sse-flags'. Björn Höfling2018-11-261-4/+4
| * | gnu: ams-lv2: Fix error in configure phase.•••Python 3.7 introduced PEP 479. That raised an error in an old waf-script included in the package. An updated waf-script was found in a newer commit that fixes the problem. * gnu/packages/music.scm (ams-lv2)[sources]: Update, using two more commits than version 1.2.1. Björn Höfling2018-11-261-38/+44
| * | gnu: aegisub: Fix build.•••* gnu/packages/patches/aegisub-boost68.patch: New file * gnu/local.mk: Add it. * gnu/packages/video.scm (aegisub)[source]: Use patch. Björn Höfling2018-11-253-1/+38
| * | gnu: randomjungle: Do not build static binaries.•••* gnu/packages/patches/randomjungle-disable-static-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/machine-learning.scm (randomjungle)[source](patches): Add it. [arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke2018-11-253-1/+18
| * | gnu: python2-gevent: Fix compilation.•••* gnu/packages/python.scm (python-gevent)[arguments]: Add (ice-9 match) to #:modules. In 'do-not-use-bundled-sources' phase, use 'scandir' to avoid hard-coded include directory name. [properties]: New field. (python2-gevent): Add 'native-inputs' and 'arguments' fields. Ludovic Courtès2018-11-251-5/+30
| * | gnu: libreoffice: Fix build with MDDS 1.4 and Orcus 0.14.•••* gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add two patches from Arch Linux. [arguments]: Add substitutions so the libraries are found. Marius Bakke2018-11-251-2/+35
| * | gnu: libetonyek: Fix build against mdds 1.4.•••* gnu/packages/libreoffice.scm (libetonyek)[arguments]: Add phase to substitute mdds version. Adjust #:configure-flags accordingly. Marius Bakke2018-11-251-1/+10