Age | Commit message (Expand) | Author |
2018-03-19 | gnu: r-rcas: Use ghc-pandoc-citeproc-with-pandoc-1....* gnu/packages/bioinformatics.scm (r-rcas)[inputs]: Replace
ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
| Ricardo Wurmus |
2018-03-19 | gnu: bash-completion: Update to 2.8....* gnu/packages/bash.scm (bash-completion): Update to 2.8.
* gnu/packages/patches/bash-completion-directories.patch: Update context.
| Tobias Geerinckx-Rice |
2018-03-19 | gnu: hdparm: Update to 9.55....* gnu/packages/linux.scm (hdparm): Update to 9.55.
| Tobias Geerinckx-Rice |
2018-03-19 | gnu: libtirpc: Update to 1.0.3....* 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.
| Tobias Geerinckx-Rice |
2018-03-19 | gnu: libtirpc: Always return #t from phases....* gnu/packages/onc-rpc.scm (libtirpc)[arguments]: End phase with #t.
| Tobias Geerinckx-Rice |
2018-03-19 | gnu: perl-file-basedir: Update to 0.08....* gnu/packages/freedesktop.scm (perl-file-basedir): Update to 0.08.
| Tobias Geerinckx-Rice |
2018-03-19 | gnu: enlightenment: Update to 0.22.2....* gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.2.
| Tobias Geerinckx-Rice |
2018-03-19 | gnu: python-oslo.utils: Update to 3.36.0....* gnu/packages/openstack.scm (python-oslo.utils): Update to 3.36.0.
| Tobias Geerinckx-Rice |
2018-03-19 | gnu: python-oslo.i18n: Update to 3.20.0....* gnu/packages/openstack.scm (python-oslo.i18n): Update to 3.20.0.
| Tobias Geerinckx-Rice |
2018-03-19 | gnu: r-withr: Update to 2.1.2....* gnu/packages/statistics.scm (r-withr): Update to 2.1.2.
| Tobias Geerinckx-Rice |
2018-03-19 | gnu: tilda: Update to 1.4.1....* gnu/packages/terminals.scm (tilda): Update to 1.4.1.
[arguments]: Rename 'autogen phase to 'bootstrap. Clean up 'bootstrap
phase.
| Efraim Flashner |
2018-03-19 | gnu: pigx-chipseq: Update to 0.0.8....* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.8.
[inputs]: Add python-magic, python-xlrd, and trim-galore.
[arguments]: Disable tests.
| Ricardo Wurmus |
2018-03-19 | gnu: pigx-scrnaseq: Use pandoc-1....* 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.
| Ricardo Wurmus |
2018-03-19 | gnu: pigx-bsseq: Use pandoc-1....* 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.
| Ricardo Wurmus |
2018-03-19 | gnu: pigx-chipseq: Use pandoc-1....* 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.
| Ricardo Wurmus |
2018-03-19 | gnu: pigx-rnaseq: Use pandoc-1....* 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.
| Ricardo Wurmus |
2018-03-19 | gnu: Add ghc-pandoc-citeproc-with-pandoc-1....* gnu/packages/haskell.scm (ghc-pandoc-citeproc-with-pandoc-1): New variable.
| Ricardo Wurmus |
2018-03-18 | git-download: Fix recursive checkouts....* guix/git-download.scm (git-fetch)<build>: Fix match on INPUTS, which may
contain package outputs.
| Eric Bavier |
2018-03-19 | gnu: Add r-abbyyr....* gnu/packages/cran.scm (r-abbyyr): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Vijayalakshmi Vedantham |
2018-03-18 | glob: Add an extra glob pattern compilation stage....* 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'.
| Ludovic Courtès |
2018-03-18 | glob: Support square brackets in patterns....* guix/glob.scm (wildcard-indices): Remove.
(parse-bracket): New procedure.
(compile-glob-pattern): Rewrite. Support square brackets for sets and
ranges.
(glob-match?): Support sets and ranges.
* tests/glob.scm (test-compile-glob-pattern)
(test-glob-match): New macros.
Use them to rewrite the existing tests, and add new tests.
| Ludovic Courtès |
2018-03-18 | linux-modules: 'load-linux-module*' honors BLACK-LIST in recursive calls....* gnu/build/linux-modules.scm (load-linux-module*): Pass BLACK-LIST in
recursive call.
| Ludovic Courtès |
2018-03-18 | linux-modules: Add 'current-kernel-directory'....* gnu/build/linux-modules.scm (current-kernel-directory): New procedure.
(current-alias-file): Use it.
| Ludovic Courtès |
2018-03-18 | vm: Display a backtrace upon error by default....* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass
#:on-error to 'base-initrd'.
| Ludovic Courtès |
2018-03-18 | tests: elpa: Don't actually download files....* tests/elpa.scm (eval-test-with-elpa): Mock 'url-fetch'.
| Ludovic Courtès |
2018-03-18 | import: elpa: Return 'license:gpl3+ for ELPA only....Fixes <https://bugs.gnu.org/30836>.
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>.
* guix/import/elpa.scm (elpa-package->sexp): Add LICENSE parameter and
honor it.
(elpa->guix-package): Pass 'license:gpl3+ only when REPO is 'gnu.
| Ludovic Courtès |
2018-03-18 | import: elpa: Adjust test for HTTPS URLs....This is a followup to 44dd3d579db3aa467e41d0b431029e46cae8e12d.
* tests/elpa.scm (eval-test-with-elpa): Use https.
| Ludovic Courtès |
2018-03-18 | gnu: youtube-dl: Update to 2018.03.14....* gnu/packages/video.scm (youtube-dl): Update to 2018.03.14.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Sohom Bhattacharjee |
2018-03-18 | gnu: shotwell: Update to 0.28.0....* gnu/packages/gnome.scm (shotwell): Update to 0.28.0.
| Christopher Baines |
2018-03-18 | gnu: Add ruby-ruby-engine....* gnu/packages/ruby.scm (ruby-ruby-engine): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-rake....* gnu/packages/ruby.scm (ruby-rake): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-erubis....* gnu/packages/ruby.scm (ruby-erubis): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-sporkmonger-rack-mount....* gnu/packages/ruby.scm (ruby-sporkmonger-rack-mount): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-creole....* gnu/packages/ruby.scm (ruby-creole): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-contest....* gnu/packages/ruby.scm (ruby-contest): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-rack-protection....* gnu/packages/ruby.scm (ruby-rack-protection): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-rack-test....* gnu/packages/ruby.scm (ruby-rack-test): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-asciidoctor....* gnu/packages/ruby.scm (ruby-asciidoctor): New variable.
| Ben Woodcroft |
2018-03-18 | gnu: Add ruby-asciimath....* gnu/packages/maths.scm (ruby-asciimath): New variable.
| Ben Woodcroft |
2018-03-17 | gnu: icecat: Fix CVE-2018-{5146,5147}, etc....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.
| Mark H Weaver |
2018-03-17 | gnu: Add terraform-docs....* gnu/packages/terraform.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Christopher Baines |
2018-03-17 | gnu: Add go-github-com-hashicorp-hcl....* gnu/packages/golang.scm (go-github-com-hashicorp-hcl): New variable.
| Christopher Baines |
2018-03-17 | gnu: Add go-github-com-tj-docopt....* gnu/packages/golang.scm (go-github-com-tj-docopt): New variable.
| Christopher Baines |
2018-03-18 | git: 'switch-to-ref' accepts short commit IDs....Fixes <https://bugs.gnu.org/30716>.
Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>.
* guix/git.scm (switch-to-ref): When REF is a commit, check the length
of COMMIT and use 'object-lookup-prefix' if available.
| Ludovic Courtès |
2018-03-18 | gnu: guile-git: Update to 2bb9fbb....* gnu/packages/guile.scm (guile-git): Update to 2bb9fbb.
| Ludovic Courtès |
2018-03-18 | gnu: nss-mdns: Adjust Avahi socket file name....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.
| Ludovic Courtès |
2018-03-18 | gnu: datamash: Update to 1.3....* gnu/packages/datamash.scm (datamash): Update to 1.3.
| Ludovic Courtès |
2018-03-18 | gnu: fvwm: Add '.desktop' file....* gnu/packages/fvwm.scm (fvwm)[arguments]: Add new phase to create '.desktop' file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2018-03-18 | import: elpa: Fix typos in documentation strings...* guix/import/elpa.scm: Fix typos in docstrings.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Konrad Hinsen |
2018-03-18 | import: elpa: use https in download URLs...* guix/import/elpa.scm (elpa-url): Use HTTPS.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Konrad Hinsen |