summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: Add python-xdo.•••* gnu/packages/python.scm (python-xdo): New variable. (python2-xdo): Use package-with-python2. Leo Famulari2017-01-031-5/+7
* gnu: python2-xdo: Update to 0.3.•••* gnu/packages/python.scm (python2-xdo): Update to 0.3. Leo Famulari2017-01-031-2/+2
* gnu: Add python-gpg.•••* gnu/packages/gnupg.scm (python-gpg, python2-gpg): New variable. Leo Famulari2017-01-031-0/+29
* gnu: gpgme: Update to 1.8.0.•••* gnu/packages/gnupg.scm (gpgme): Update to 1.8.0. [arguments]: Don't set 'GPG=gpg2' in #:configure-flags. GnuPG-2.x is installed as 'gpg' on Guix. Leo Famulari2017-01-031-3/+2
* system: grub: Load relevant EFI modules on EFI systems.•••* gnu/system/grub.scm (eye-candy)[setup-gfxterm-body]: Add 'insmod' invocations when ${grub_platform} is "efi". Ludovic Courtès2017-01-031-4/+13
* gnu: Add Zile-on-Guile.•••* gnu/packages/zile.scm (zile-on-guile): New variable. Ludovic Courtès2017-01-031-4/+78
* gnu: pcsc-lite: Update to 1.8.20 [fixes CVE-2016-10109].•••* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.20. Marius Bakke2017-01-031-3/+3
* guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system.•••* guix/build/make-bootstrap.scm (%libc-object-files-rx): Update regexp. Manolis Ragkousis2017-01-031-2/+3
* gnu: glibc-hurd: Disable werror.•••* gnu/packages/base.scm (glibc/hurd)[arguments]: Add "--disable-werror". Manolis Ragkousis2017-01-031-0/+3
* gnu: Use hurd-triplet? to check if GNU/Hurd.•••* gnu/packages/make-bootstrap.scm (hurd-triplet?): Move it from here.. * gnu/packages/hurd.scm: ..to here. New exported procedure. * gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash) [arguments]: Replace string-match. [inputs]: Same. * gnu/packages/cross-base.scm (cross-libc)[native-inputs]: Same. Manolis Ragkousis2017-01-034-8/+9
* gnu: chicken: Fix CVE-2016-{6830,6831}.•••* gnu/packages/patches/chicken-CVE-2016-6830+CVE-2016-6831.patch: New file. * gnu/local.mk (dist_patch_DATA): Use it. * gnu/packages/scheme.scm (chicken)[source]: Use it. Kei Kebreau2017-01-033-1/+85
* gnu: chicken: Update to 4.11.1.•••* gnu/packages/scheme.scm (chicken): Update to 4.11.1. Kei Kebreau2017-01-031-16/+11
* services: nginx: Make service extensible.•••* gnu/services/web.scm (<nginx-configuration>)[server-blocks]: New field. (nginx-activation): When CONFIG-FILE is #f, use 'default-nginx-config'. (nginx-shepherd-service): Likewise. (nginx-service-type): Add 'compose' and 'extend' fields. (nginx-service): Change default value of #:server-list to '(), and default value of #:config-file to #f. * doc/guix.texi (Web Services): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller2017-01-032-10/+42
* services: nginx: Fix multiple index and server name.•••* gnu/services/web.scm (config-domain-strings, config-index-string): separate names with a space. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller2017-01-031-3/+3
* services: nginx: Rename "vhost" to "server".•••* gnu/services/web.scm (<nginx-vhost-configuration>): Rename to... (<nginx-server-configuration>): ... this. * doc/guix.texi (Web Services): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller2017-01-032-40/+40
* gnu: r-plotrix: Update to 3.6-4.•••* gnu/packages/statistics.scm (r-plotrix): Update to 3.6-4. Roel Janssen2017-01-031-2/+2
* gnu: r-git2r: Update to 0.18.0.•••* gnu/packages/statistics.scm (r-git2r): Update to 0.18.0. Roel Janssen2017-01-031-2/+2
* gnu: r-hmisc: Update to 4.0-2.•••* gnu/packages/statistics.scm (r-hmisc): Update to 4.0-2. [propagated-inputs]: Add r-base64enc. Roel Janssen2017-01-031-2/+3
* gnu: r-openssl: Update to 0.9.6.•••* gnu/packages/statistics.scm (r-openssl): Update to 0.9.6. Roel Janssen2017-01-031-2/+2
* gnu: r-jsonlite: Update to 1.2.•••* gnu/packages/web.scm (r-jsonlite): Update to 1.2. Roel Janssen2017-01-031-2/+2
* gnu: r-ggplot2: Update to 2.2.1.•••* gnu/packages/statistics.scm (r-ggplot2): Update to 2.2.1. Roel Janssen2017-01-031-2/+2
* gnu: r-genomicranges: Update to 1.26.2.•••* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.26.2. Roel Janssen2017-01-031-2/+2
* gnu: r-genomeinfodb: Update to 1.10.2.•••* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.10.2. Roel Janssen2017-01-031-2/+2
* gnu: sudo: Update to 1.8.19p1.•••* gnu/packages/admin.scm (sudo): Update to 1.8.19p1. Efraim Flashner2017-01-031-3/+3
* gnu: arc-theme: Update to 20161119.•••* gnu/packages/gnome.scm (arc-theme): Update to 20161119. Signed-off-by: Leo Famulari <leo@famulari.name> Brandon Ludwig2017-01-031-2/+2
* gnu: gimp: Enable PDF support•••* gnu/packages/gimp.scm (gimp)[inputs]: Add poppler. Signed-off-by: Leo Famulari <leo@famulari.name> Maxim Cournoyer2017-01-031-0/+2
* gnu: lynx: Update to 2.8.9dev.11 [fixes CVE-2016-9179].•••* gnu/packages/lynx.scm (lynx): Update to 2.8.9dev.11. Leo Famulari2017-01-021-2/+2
* gnu: Add sonic.•••* gnu/packages/speech.scm (sonic): New variable. Leo Famulari2017-01-021-0/+34
* ui: Keep the word "Copyright" untranslated.•••Suggested by John Darrington <john@darrington.wattle.id.au>. * guix/ui.scm (show-version-and-exit): Make "Copyright (C) 2017" untranslatable, except "(C)" itself, like Gnulib's version-etc does. Ludovic Courtès2017-01-021-1/+7
* gnu: Add cmst.•••* gnu/packages/connman.scm (cmst): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mathieu OTHACEHE2017-01-021-0/+42
* gnu: connman: Add dependency on polkit.•••* gnu/packages/connman.scm (connman)[arguments]: Add "--enable-polkit". [inputs]: Add POLKIT. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mathieu OTHACEHE2017-01-021-2/+3
* gnu: mpv: Update to 0.23.0.•••* gnu/packages/video.scm (mpv): Update to 0.23.0. Efraim Flashner2017-01-021-3/+3
* gnu: openvpn: Update to 2.3.14.•••* gnu/packages/vpn.scm (openvpn): Update to 2.3.14. Efraim Flashner2017-01-021-3/+3
* gnu: ffmpeg@2.8: Update to 2.8.10.•••* gnu/packages/video.scm (ffmpeg@2.8): Update to 2.8.10. Efraim Flashner2017-01-021-3/+3
* gnu: jasper: Update to 2.0.10.•••* gnu/packages/image.scm (jasper): Update to 2.0.10. Efraim Flashner2017-01-021-3/+3
* guix hash: '-x' excludes '.git' even when it is a regular file.•••* guix/scripts/hash.scm (guix-hash)[vcs-file?]: Add case for '.git' regular files. Ludovic Courtès2017-01-021-1/+4
* gnu: fftw: Factorize creation of the --enable-threads variant.•••* gnu/packages/algebra.scm (pthread-variant): New procedure. (fftw-with-threads, fftwf-with-threads): Use it. Ludovic Courtès2017-01-021-11/+10
* gnu: Disambiguate packages with the same name.•••* gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): Add 'name' field. * gnu/packages/llvm.scm (llvm-for-extempore): Likewise. Ludovic Courtès2017-01-022-2/+5
* gnu: gfortran: Remove non-'eq?' duplicate of gfortran@4.9.•••* gnu/packages/gcc.scm (gfortran): Turn into an alias for GFORTRAN-4.9. Ludovic Courtès2017-01-021-3/+6
* gnu: python-s3transfer: Update to 0.1.10.•••* gnu/packages/python.scm (python-s3transfer): Update to 0.1.10. Tobias Geerinckx-Rice2017-01-021-2/+2
* gnu: python-greenlet: Update to 0.4.11.•••* gnu/packages/python.scm (python-greenlet): Update to 0.4.11. Tobias Geerinckx-Rice2017-01-021-2/+2
* gnu: python-mako: Update to 1.0.6.•••* gnu/packages/python.scm (python-mako): Update to 1.0.6. Tobias Geerinckx-Rice2017-01-021-2/+2
* gnu: awscli: Update to 1.11.35.•••* gnu/packages/python.scm (awscli): Update to 1.11.35. Tobias Geerinckx-Rice2017-01-021-2/+2
* gnu: python-werkzeug: Update to 0.11.15.•••* gnu/packages/python.scm (python-werkzeug): Update to 0.11.15. Tobias Geerinckx-Rice2017-01-021-2/+2
* gnu: python-backports-abc: Update to 0.5.•••* gnu/packages/python.scm (python-backports-abc): Update to 0.5. Tobias Geerinckx-Rice2017-01-021-2/+2
* gnu: python-decorator: Update to 4.0.10.•••* gnu/packages/python.scm (python-decorator): Update to 4.0.10. Tobias Geerinckx-Rice2017-01-021-2/+2
* gnu: python-pycparser: Use ‘modify-phases’ syntax.•••* gnu/packages/python.scm (python-pycparser)[arguments]: Use ‘modify-phases’. Tobias Geerinckx-Rice2017-01-021-19/+17
* gnu: python-pycparser: Update to 2.17.•••* gnu/packages/python.scm (python-pycparser): Update to 2.17. Tobias Geerinckx-Rice2017-01-021-2/+2
* gnu: beets: Build with Python 3.•••* gnu/packages/music.scm (beets)[arguments]: Build with python@3. (native-inputs): Use Python-2 variants of all inputs. (inputs): Use Python-2 variants of all inputs. Remove python-pyechonest. Leo Famulari2017-01-011-25/+19
* gnu: beets: Update to 1.4.2.•••* gnu/packages/music.scm (beets): Update to 1.4.2. Leo Famulari2017-01-011-2/+2