aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: nginx: Rename "vhost" to "server".Julien Lepiller2017-01-03
| | | | | | | | * 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>
* gnu: r-plotrix: Update to 3.6-4.Roel Janssen2017-01-03
| | | | * gnu/packages/statistics.scm (r-plotrix): Update to 3.6-4.
* gnu: r-git2r: Update to 0.18.0.Roel Janssen2017-01-03
| | | | * gnu/packages/statistics.scm (r-git2r): Update to 0.18.0.
* gnu: r-hmisc: Update to 4.0-2.Roel Janssen2017-01-03
| | | | | * gnu/packages/statistics.scm (r-hmisc): Update to 4.0-2. [propagated-inputs]: Add r-base64enc.
* gnu: r-openssl: Update to 0.9.6.Roel Janssen2017-01-03
| | | | * gnu/packages/statistics.scm (r-openssl): Update to 0.9.6.
* gnu: r-jsonlite: Update to 1.2.Roel Janssen2017-01-03
| | | | * gnu/packages/web.scm (r-jsonlite): Update to 1.2.
* gnu: r-ggplot2: Update to 2.2.1.Roel Janssen2017-01-03
| | | | * gnu/packages/statistics.scm (r-ggplot2): Update to 2.2.1.
* gnu: r-genomicranges: Update to 1.26.2.Roel Janssen2017-01-03
| | | | * gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.26.2.
* gnu: r-genomeinfodb: Update to 1.10.2.Roel Janssen2017-01-03
| | | | * gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.10.2.
* gnu: sudo: Update to 1.8.19p1.Efraim Flashner2017-01-03
| | | | * gnu/packages/admin.scm (sudo): Update to 1.8.19p1.
* gnu: arc-theme: Update to 20161119.Brandon Ludwig2017-01-03
| | | | | | * gnu/packages/gnome.scm (arc-theme): Update to 20161119. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gimp: Enable PDF supportMaxim Cournoyer2017-01-03
| | | | | | * gnu/packages/gimp.scm (gimp)[inputs]: Add poppler. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: lynx: Update to 2.8.9dev.11 [fixes CVE-2016-9179].Leo Famulari2017-01-02
| | | | * gnu/packages/lynx.scm (lynx): Update to 2.8.9dev.11.
* gnu: Add sonic.Leo Famulari2017-01-02
| | | | * gnu/packages/speech.scm (sonic): New variable.
* ui: Keep the word "Copyright" untranslated.Ludovic Courtès2017-01-02
| | | | | | | 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.
* gnu: Add cmst.Mathieu OTHACEHE2017-01-02
| | | | | | * gnu/packages/connman.scm (cmst): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: connman: Add dependency on polkit.Mathieu OTHACEHE2017-01-02
| | | | | | | * gnu/packages/connman.scm (connman)[arguments]: Add "--enable-polkit". [inputs]: Add POLKIT. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mpv: Update to 0.23.0.Efraim Flashner2017-01-02
| | | | * gnu/packages/video.scm (mpv): Update to 0.23.0.
* gnu: openvpn: Update to 2.3.14.Efraim Flashner2017-01-02
| | | | * gnu/packages/vpn.scm (openvpn): Update to 2.3.14.
* gnu: ffmpeg@2.8: Update to 2.8.10.Efraim Flashner2017-01-02
| | | | * gnu/packages/video.scm (ffmpeg@2.8): Update to 2.8.10.
* gnu: jasper: Update to 2.0.10.Efraim Flashner2017-01-02
| | | | * gnu/packages/image.scm (jasper): Update to 2.0.10.
* guix hash: '-x' excludes '.git' even when it is a regular file.Ludovic Courtès2017-01-02
| | | | | * guix/scripts/hash.scm (guix-hash)[vcs-file?]: Add case for '.git' regular files.
* gnu: fftw: Factorize creation of the --enable-threads variant.Ludovic Courtès2017-01-02
| | | | | * gnu/packages/algebra.scm (pthread-variant): New procedure. (fftw-with-threads, fftwf-with-threads): Use it.
* gnu: Disambiguate packages with the same name.Ludovic Courtès2017-01-02
| | | | | | * gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): Add 'name' field. * gnu/packages/llvm.scm (llvm-for-extempore): Likewise.
* gnu: gfortran: Remove non-'eq?' duplicate of gfortran@4.9.Ludovic Courtès2017-01-02
| | | | * gnu/packages/gcc.scm (gfortran): Turn into an alias for GFORTRAN-4.9.
* gnu: python-s3transfer: Update to 0.1.10.Tobias Geerinckx-Rice2017-01-02
| | | | * gnu/packages/python.scm (python-s3transfer): Update to 0.1.10.
* gnu: python-greenlet: Update to 0.4.11.Tobias Geerinckx-Rice2017-01-02
| | | | * gnu/packages/python.scm (python-greenlet): Update to 0.4.11.
* gnu: python-mako: Update to 1.0.6.Tobias Geerinckx-Rice2017-01-02
| | | | * gnu/packages/python.scm (python-mako): Update to 1.0.6.
* gnu: awscli: Update to 1.11.35.Tobias Geerinckx-Rice2017-01-02
| | | | * gnu/packages/python.scm (awscli): Update to 1.11.35.
* gnu: python-werkzeug: Update to 0.11.15.Tobias Geerinckx-Rice2017-01-02
| | | | * gnu/packages/python.scm (python-werkzeug): Update to 0.11.15.
* gnu: python-backports-abc: Update to 0.5.Tobias Geerinckx-Rice2017-01-02
| | | | * gnu/packages/python.scm (python-backports-abc): Update to 0.5.
* gnu: python-decorator: Update to 4.0.10.Tobias Geerinckx-Rice2017-01-02
| | | | * gnu/packages/python.scm (python-decorator): Update to 4.0.10.
* gnu: python-pycparser: Use ‘modify-phases’ syntax.Tobias Geerinckx-Rice2017-01-02
| | | | | * gnu/packages/python.scm (python-pycparser)[arguments]: Use ‘modify-phases’.
* gnu: python-pycparser: Update to 2.17.Tobias Geerinckx-Rice2017-01-02
| | | | * gnu/packages/python.scm (python-pycparser): Update to 2.17.
* gnu: beets: Build with Python 3.Leo Famulari2017-01-01
| | | | | | * 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.
* gnu: beets: Update to 1.4.2.Leo Famulari2017-01-01
| | | | * gnu/packages/music.scm (beets): Update to 1.4.2.
* gnu: python-pyicu: Update to 1.9.5.Leo Famulari2017-01-01
| | | | | * gnu/packages/python.scm (python-pyicu, python2-pyicu): Update to 1.9.5. [source]: Use pypi-uri.
* gnu: yosys: Update to 0.7.Theodoros Foradis2017-01-01
| | | | | | * gnu/packages/fpga.scm (yosys): Update to 0.7. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: yosys: Add xdot functionality.Theodoros Foradis2017-01-01
| | | | | | | * gnu/packages/fpga.scm (yosys)[inputs]: Add xdot, graphviz and psmisc. [arguments]: Add 'fix-paths' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add xdot.Theodoros Foradis2017-01-01
| | | | | | * gnu/packages/graphviz.scm (xdot): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* ui: It's 2017 now!Ludovic Courtès2017-01-01
| | | | * guix/ui.scm (show-version-and-exit): Change year to 2017.
* syscalls: 'terminal-columns' swallows ENOSYS.Ludovic Courtès2017-01-01
| | | | * guix/build/syscalls.scm (terminal-columns): Catch ENOSYS.
* services: cuirass: Remove 'cuirass-service' procedure.Ludovic Courtès2017-01-01
| | | | | | | * gnu/services/cuirass.scm (<cuirass-configuration>)[specifications]: Remove default value. (cuirass-service): Remove. * doc/guix.texi (Continuous Integration): Adjust accordingly.
* services: cuirass: Allow for gexps in specifications.Ludovic Courtès2017-01-01
| | | | | | | | | | | * gnu/services/cuirass.scm (<cuirass-configuration>)[specifications]: Change default value to #~'(). (cuirass-shepherd-service): Remove conditional for "--specifications". Use 'scheme-file' instead of 'plain-file'. Change file name to "cuirass-specs.scm". * doc/guix.texi (Continuous Integration): Change the example to use a gexp where #:file refers to a file within Cuirass. Adjust documentation.
* gnu-maintenance: Update ViewVC URLs.Ludovic Courtès2017-01-01
| | | | | | * guix/gnu-maintenance.scm (%gnumaint-base-url): Change "/gnumaint" to "/womb/gnumaint". (%package-list-url, %package-description-url): Adjust accordingly.
* gexp: Support 'ungexp' forms in improper lists.Ludovic Courtès2017-01-01
| | | | | | | * guix/gexp.scm (gexp)[collect-escapes, substitute-references]: Replace the (exp0 exp ...) patterns with (exp0 . exp) to match improper lists. Adjust clause bodies accordingly. * tests/gexp.scm ("one input package, dotted list"): New test.
* gexp: Properly report substitution errors.Ludovic Courtès2017-01-01
| | | | | | | * guix/gexp.scm (gexp)[substitute-ungexp]: Wrap body in 'with-syntax' and pass EXP as the last argument to 'syntax-error'. [substitute-ungexp-splicing]: Pass EXP as the last argument to 'syntax-error'.
* gnu: python-ndg-httpsclient: Use pypi-uri.Leo Famulari2017-01-01
| | | | | * gnu/packages/python.scm (python-ndg-httpsclient, python2-ndg-httpsclient) [source]: Use pypi-uri.
* gnu: diffoscope: Embed tool references.Ricardo Wurmus2017-01-01
| | | | | | | | | Fixes <http://bugs.gnu.org/25315>. * gnu/packages/package-management.scm (diffoscope)[inputs]: Add colordiff and vim. [arguments]: Add "embed-tool-references" build phase to embed references to "colordiff", "xxd", and "readelf".
* gnu: mariadb: Update to 10.1.20.Alex Vong2017-01-01
| | | | | | * gnu/packages/databases.scm (mariadb): Update to 10.1.20. Signed-off-by: Leo Famulari <leo@famulari.name>