aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: python-paramiko: Update to 2.1.5.Leo Famulari2018-03-19
| | | | | * gnu/packages/python-crypto.scm (python-paramiko, python2-paramiko): Update to 2.1.5.
* gnu: python-pynacl: Update to 1.2.0.Leo Famulari2018-03-19
| | | | | * gnu/packages/python-crypto.scm (python-pynacl): Update to 1.2.0. [native-inputs]: Add python-hypothesis.
* gnu: pigx: Update to 0.0.2.Ricardo Wurmus2018-03-19
| | | | * gnu/packages/bioinformatics.scm (pigx): Update to 0.0.2.
* gnu: r-rcas: Use ghc-pandoc-citeproc-with-pandoc-1.Ricardo Wurmus2018-03-19
| | | | | * gnu/packages/bioinformatics.scm (r-rcas)[inputs]: Replace ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
* gnu: bash-completion: Update to 2.8.Tobias Geerinckx-Rice2018-03-19
| | | | | * gnu/packages/bash.scm (bash-completion): Update to 2.8. * gnu/packages/patches/bash-completion-directories.patch: Update context.
* gnu: hdparm: Update to 9.55.Tobias Geerinckx-Rice2018-03-19
| | | | * gnu/packages/linux.scm (hdparm): Update to 9.55.
* gnu: libtirpc: Update to 1.0.3.Tobias Geerinckx-Rice2018-03-19
| | | | | | | * gnu/packages/onc-rpc.scm (libtirpc): Update to 1.0.3. [source]: Remove patch. * gnu/packages/patches/libtirpc-missing-headers.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libtirpc: Always return #t from phases.Tobias Geerinckx-Rice2018-03-19
| | | | * gnu/packages/onc-rpc.scm (libtirpc)[arguments]: End phase with #t.
* gnu: perl-file-basedir: Update to 0.08.Tobias Geerinckx-Rice2018-03-19
| | | | * gnu/packages/freedesktop.scm (perl-file-basedir): Update to 0.08.
* gnu: enlightenment: Update to 0.22.2.Tobias Geerinckx-Rice2018-03-19
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.2.
* gnu: python-oslo.utils: Update to 3.36.0.Tobias Geerinckx-Rice2018-03-19
| | | | * gnu/packages/openstack.scm (python-oslo.utils): Update to 3.36.0.
* gnu: python-oslo.i18n: Update to 3.20.0.Tobias Geerinckx-Rice2018-03-19
| | | | * gnu/packages/openstack.scm (python-oslo.i18n): Update to 3.20.0.
* gnu: r-withr: Update to 2.1.2.Tobias Geerinckx-Rice2018-03-19
| | | | * gnu/packages/statistics.scm (r-withr): Update to 2.1.2.
* gnu: tilda: Update to 1.4.1.Efraim Flashner2018-03-19
| | | | | | * gnu/packages/terminals.scm (tilda): Update to 1.4.1. [arguments]: Rename 'autogen phase to 'bootstrap. Clean up 'bootstrap phase.
* gnu: pigx-chipseq: Update to 0.0.8.Ricardo Wurmus2018-03-19
| | | | | | * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.8. [inputs]: Add python-magic, python-xlrd, and trim-galore. [arguments]: Disable tests.
* gnu: pigx-scrnaseq: Use pandoc-1.Ricardo Wurmus2018-03-19
| | | | | | * gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace ghc-pandoc with ghc-pandoc-1, and ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
* gnu: pigx-bsseq: Use pandoc-1.Ricardo Wurmus2018-03-19
| | | | | | * gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Replace ghc-pandoc with ghc-pandoc-1, and ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
* gnu: pigx-chipseq: Use pandoc-1.Ricardo Wurmus2018-03-19
| | | | | | * gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Replace ghc-pandoc with ghc-pandoc-1, and ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
* gnu: pigx-rnaseq: Use pandoc-1.Ricardo Wurmus2018-03-19
| | | | | | * gnu/packages/bioinformatics.scm (pigx-rnaseq)[inputs]: Replace ghc-pandoc with ghc-pandoc-1, and ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
* gnu: Add ghc-pandoc-citeproc-with-pandoc-1.Ricardo Wurmus2018-03-19
| | | | * gnu/packages/haskell.scm (ghc-pandoc-citeproc-with-pandoc-1): New variable.
* gnu: Add r-abbyyr.Vijayalakshmi Vedantham2018-03-19
| | | | | | * gnu/packages/cran.scm (r-abbyyr): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* glob: Add an extra glob pattern compilation stage.Ludovic Courtès2018-03-18
| | | | | | | | | | | | | * guix/glob.scm (compile-glob-pattern): Rename to... (string->sglob): ... this. (compile-sglob, string->compiled-sglob): New procedures. (glob-match?): Replace '?, 'range, and 'set with a single clause. * tests/glob.scm (test-compile-glob-pattern): Rename to... (test-string->sglob): ... this. Adjust accordingly. (test-glob-match): Use 'string->compiled-sglob' instead of 'compile-glob-pattern'. * gnu/build/linux-modules.scm (read-module-aliases): Use 'string->compiled-sglob' instead of 'compile-glob-pattern'.
* linux-modules: 'load-linux-module*' honors BLACK-LIST in recursive calls.Ludovic Courtès2018-03-18
| | | | | * gnu/build/linux-modules.scm (load-linux-module*): Pass BLACK-LIST in recursive call.
* linux-modules: Add 'current-kernel-directory'.Ludovic Courtès2018-03-18
| | | | | * gnu/build/linux-modules.scm (current-kernel-directory): New procedure. (current-alias-file): Use it.
* vm: Display a backtrace upon error by default.Ludovic Courtès2018-03-18
| | | | | * gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass #:on-error to 'base-initrd'.
* gnu: youtube-dl: Update to 2018.03.14.Sohom Bhattacharjee2018-03-18
| | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.03.14. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: shotwell: Update to 0.28.0.Christopher Baines2018-03-18
| | | | * gnu/packages/gnome.scm (shotwell): Update to 0.28.0.
* gnu: Add ruby-ruby-engine.wip-rails-gemset1Ben Woodcroft2018-03-18
| | | | * gnu/packages/ruby.scm (ruby-ruby-engine): New variable.
* gnu: Add ruby-rake.Ben Woodcroft2018-03-18
| | | | * gnu/packages/ruby.scm (ruby-rake): New variable.
* gnu: Add ruby-erubis.Ben Woodcroft2018-03-18
| | | | * gnu/packages/ruby.scm (ruby-erubis): New variable.
* gnu: Add ruby-sporkmonger-rack-mount.Ben Woodcroft2018-03-18
| | | | * gnu/packages/ruby.scm (ruby-sporkmonger-rack-mount): New variable.
* gnu: Add ruby-creole.Ben Woodcroft2018-03-18
| | | | * gnu/packages/ruby.scm (ruby-creole): New variable.
* gnu: Add ruby-contest.Ben Woodcroft2018-03-18
| | | | * gnu/packages/ruby.scm (ruby-contest): New variable.
* gnu: Add ruby-rack-protection.Ben Woodcroft2018-03-18
| | | | * gnu/packages/ruby.scm (ruby-rack-protection): New variable.
* gnu: Add ruby-rack-test.Ben Woodcroft2018-03-18
| | | | * gnu/packages/ruby.scm (ruby-rack-test): New variable.
* gnu: Add ruby-asciidoctor.Ben Woodcroft2018-03-18
| | | | * gnu/packages/ruby.scm (ruby-asciidoctor): New variable.
* gnu: Add ruby-asciimath.Ben Woodcroft2018-03-18
| | | | * gnu/packages/maths.scm (ruby-asciimath): New variable.
* gnu: icecat: Fix CVE-2018-{5146,5147}, etc.Mark H Weaver2018-03-17
| | | | | | | Includes fixes for CVE-2018-5146 and CVE-2018-5147. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository.
* gnu: Add terraform-docs.Christopher Baines2018-03-17
| | | | | * gnu/packages/terraform.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: Add go-github-com-hashicorp-hcl.Christopher Baines2018-03-17
| | | | * gnu/packages/golang.scm (go-github-com-hashicorp-hcl): New variable.
* gnu: Add go-github-com-tj-docopt.Christopher Baines2018-03-17
| | | | * gnu/packages/golang.scm (go-github-com-tj-docopt): New variable.
* gnu: guile-git: Update to 2bb9fbb.Ludovic Courtès2018-03-18
| | | | * gnu/packages/guile.scm (guile-git): Update to 2bb9fbb.
* gnu: nss-mdns: Adjust Avahi socket file name.Ludovic Courtès2018-03-18
| | | | | | | | | Fixes <https://bugs.gnu.org/30613>. Regression introduced in 550f4509acf2c0f67882260414b0bb2843e07465. Reported by George myglc2 Clemmer <myglc2@gmail.com>. * gnu/packages/avahi.scm (nss-mdns)[arguments]: Remove #:configure-flags. Add #:phases.
* gnu: datamash: Update to 1.3.Ludovic Courtès2018-03-18
| | | | * gnu/packages/datamash.scm (datamash): Update to 1.3.
* gnu: fvwm: Add '.desktop' file.ng02018-03-18
| | | | | | * gnu/packages/fvwm.scm (fvwm)[arguments]: Add new phase to create '.desktop' file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: openssh: Add 'accepted-environment' field.Martin Castillo2018-03-18
| | | | | | | | * gnu/services/ssh.scm (<openssh-configuration>)[accepted-environment]: New field. (openssh-config-file): Honor 'acccepted-environment'. * doc/guix.texi (Networking Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: java-simple-xml: Fix java8 test failures.Gábor Boskovits2018-03-18
| | | | | | | | * gnu/packages/patches/javas-simple-xml-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/java.scm (java-simple-xml)[source](patches): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: shaderc: Clean up package arguments.Efraim Flashner2018-03-17
| | | | | * gnu/packages/vulkan.scm (shaderc)[version]: Remove extra '-'. [arguments]: Remove extra 'mkdir-p' calls and refer to inputs directly.
* Revert "gnu: shaderc: Use more standard keys."Rutger Helling2018-03-17
| | | | | This reverts commit 9bc0591bc11190ac49c8ea3cf44c4903c924f6c7. This commit broke 'shaderc'.
* gnu: Add python-prometheus-client.Christopher Baines2018-03-17
| | | | | * gnu/packages/monitoring.scm (python-prometheus-client, python2-prometheus-client): New variables.