summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: shroud: Update to 0.1.2.Amar Singh2019-08-25
| | | | | | | | * gnu/packages/password-utils.scm (shroud): Update to 0.1.2. Shroud now builds with Guile-2.2. Remove hardcoded '2.0' string. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add wterm.ison2019-08-25
| | | | | | * gnu/packages/terminals.scm (wterm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* nls: Update 'sv' translation.Ludovic Courtès2019-08-25
|
* nls: Update 'de' translation.Ludovic Courtès2019-08-25
|
* nls: Update 'fr' translation.Ludovic Courtès2019-08-25
|
* maint: Add 'download-po' rule.Ludovic Courtès2019-08-25
| | | | | | | * Makefile.am (make-download-po-rule): New definition. Add top-level 'eval' and calls to 'make-download-po-rule' to generate 'download-po.DOMAIN' rules. (download-po): New rule.
* gnu: ghostscript: Replace with the "fixed" Ghostscript.Ludovic Courtès2019-08-25
| | | | | | * gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field. (ghostscript/fixed)[version]: Remove, to comply with the same-length constraint of grafts.
* gnu: ghostscript: Add a new variant that depends on Freetype.Ludovic Courtès2019-08-25
| | | | | | | | Fixes <https://bugs.gnu.org/34877>. Reported by Diego Nicola Barbato <dnbarbato@posteo.de> and sirmacik <sirmacik@wioo.waw.pl>. * gnu/packages/ghostscript.scm (ghostscript/fixed): New variable.
* gnu: Update diffoscope to 121.Vagrant Cascadian2019-08-25
| | | | | | * gnu/packages/package-management (diffoscope): Update to 121. [version] Only define version once. [arguments] Add writeable-test-data phase.
* gnu: emacs-slime: Update to 2.24.Pierre Neidhardt2019-08-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.24.
* doc: Document the use of `program-file' for mcron jobs.Maxim Cournoyer2019-08-26
| | | | | * doc/guix.texi (Scheduled Job Execution): Explain why using `program-file' for an mcron job can be necessary. Add an example.
* gnu: emacs-undo-propose-el: Update to 3.0.0-1.21a5cdc.Brian Leung2019-08-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-undo-propose-el): Update to 3.0.0-1.21a5cdc. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-helm-swoop: Update to 2.0.0.Brian Leung2019-08-25
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-helm-swoop): Update to 2.0.0. [source]: Use the new url. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add emacs-evil-mc.Brian Leung2019-08-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-mc): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: sbcl: Include source so that standard symbol definitions can be examined.Pierre Neidhardt2019-08-25
| | | | | * gnu/packages/lisp.scm (sbcl)[arguments]: Add build-source phase to install source directories "src" and "contrib".
* gnu: sysstat: Update to 12.1.6.宋文武2019-08-25
| | | | * gnu/packages/linux.scm (sysstat): Update from 11.4.3 to 12.1.6.
* gnu: libextractor: Adapt to exiv2 0.27.Ludovic Courtès2019-08-24
| | | | | | | | This fixes a compilation error. * gnu/packages/patches/libextractor-exiv2.patch: New file. * gnu/packages/gnunet.scm (libextractor)[sources]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: sbcl: Update to 1.5.5.Pierre Neidhardt2019-08-24
| | | | * gnu/packages/lisp.scm (sbcl): Update to 1.5.5.
* gnu: sbcl: Enable core compression and xref for internals.Pierre Neidhardt2019-08-24
| | | | * gnu/packages/lisp.scm (sbcl): Do it.
* gnu: Add rust-wasi.Nicolas Goaziou2019-08-24
| | | | * gnu/packages/crates-io.scm (rust-wasi): New variable.
* gnu: Add rust-num-integer.Nicolas Goaziou2019-08-24
| | | | * gnu/packages/crates-io.scm (rust-num-integer): New variable.
* gnu: Add rust-num-traits.Nicolas Goaziou2019-08-24
| | | | * gnu/packages/crates-io.scm (rust-num-traits): New variable.
* gnu: Add rust-libc.Nicolas Goaziou2019-08-24
| | | | * gnu/packages/crates-io.scm (rust-libc): New variable.
* gnu: Add fet.Nicolas Goaziou2019-08-24
| | | | * gnu/packages/education.scm (fet): New variable.
* gnu: wine: Update to 4.0.2.Rutger Helling2019-08-24
| | | | * gnu/packages/wine.scm (wine): Update to 4.0.2.
* gnu: python-twisted: Update to 19.7.0.Tobias Geerinckx-Rice2019-08-24
| | | | * gnu/packages/python-xyz.scm (python-twisted): Update to 19.7.0.
* gnu: certbot: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-08-24
| | | | * gnu/packages/tls.scm (certbot)[source]: Hard-code NAME.
* gnu: python-acme: Update to 0.37.2.Tobias Geerinckx-Rice2019-08-24
| | | | * gnu/packages/tls.scm (python-acme): Update to 0.37.2.
* gnu: python-pyscard: Update to 1.9.9.Tobias Geerinckx-Rice2019-08-24
| | | | * gnu/packages/security-token.scm (python-pyscard): Update to 1.9.9.
* gnu: python-pyodbc: Update to 4.0.27.Tobias Geerinckx-Rice2019-08-24
| | | | * gnu/packages/databases.scm (python-pyodbc): Update to 4.0.27.
* gnu: go-ipfs: Update to 0.4.22.宋文武2019-08-24
| | | | * gnu/packages/ipfs.scm (go-ipfs): Update from 0.4.19 to 0.4.22.
* gnu: libdazzle: Update to 3.33.90.Giacomo Leidi2019-08-23
| | | | | | * gnu/packages/gnome.scm (libdazzle): Update to 3.33.90. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ruby-solargraph.Brian Leung2019-08-23
| | | | | | * gnu/packages/ruby.scm (ruby-solargraph): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ruby-htmlentities.Brian Leung2019-08-23
| | | | | | * gnu/packages/ruby.scm (ruby-htmlentities): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ruby-reverse-markdown.Brian Leung2019-08-23
| | | | | | * gnu/packages/ruby.scm (ruby-reverse-markdown): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ruby-nokogiri: Update to 1.10.4.Brian Leung2019-08-23
| | | | | | * gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.10.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ruby-simplecov: Update to 0.17.0.Brian Leung2019-08-23
| | | | | | * gnu/packages/ruby.scm (ruby-simplecov): Update to 0.17.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ruby-mini-portile-2: Update to 2.4.0.Brian Leung2019-08-23
| | | | | | * gnu/packages/ruby.scm (ruby-mini-portile-2): Update to 2.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: jube: Fix license.Ludovic Courtès2019-08-23
| | | | * gnu/packages/python-xyz.scm (jube)[license]: Change to GPL3+.
* gnu: foomatic-filters: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-08-23
| | | | * gnu/packages/cups.scm (foomatic-filters)[source]: Hard-code NAME.
* gnu: foo2zjs: Update to 20190517.Tobias Geerinckx-Rice2019-08-23
| | | | | | | The (unversioned) tarball was modified to replace mention of ‘yum’ with ‘dnf’. * gnu/packages/cups.scm (foo2zjs): Update to 20190517.
* gnu: parallel: Update to 20190822.Tobias Geerinckx-Rice2019-08-23
| | | | * gnu/packages/parallel.scm (parallel): Update to 20190822.
* gnu: Add JUBE.Ludovic Courtès2019-08-23
| | | | | | * gnu/packages/python-xyz.scm (jube): New variable. Co-authored-by: Florent Pruvost <florent.pruvost@inria.fr>
* swh: 'swh-download' checks return value of 'vault-fetch'.Ludovic Courtès2019-08-23
| | | | | | | | Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de> in <https://bugs.gnu.org/36931>. * guix/swh.scm (swh-download): Check whether 'vault-fetch' return false before calling 'dump-port'.
* pack: '-R' honors the requested output.Ludovic Courtès2019-08-23
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/36925>. Reported by Jesse Gibbons <jgibbons2357@gmail.com>. * guix/scripts/pack.scm (wrapped-package): Add 'output*' parameter. [build]: Define 'input' and 'target'; use them instead of #$package and #$output, respectively. (wrapped-manifest-entry): New procedure. (map-manifest-entries): Call PROC directly. (guix-pack): Pass WRAPPED-MANIFEST-ENTRY to 'map-manifest-entries'.
* gnu: Add emacs-ample-regexps.Brian Leung2019-08-23
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ample-regexps): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: isc-dhcp: Update bundled BIND to 9.11.10.Mark H Weaver2019-08-22
| | | | | * gnu/packages/admin.scm (isc-dhcp)[bind-patch-version]: Update to 10. [inputs]: Update hash of bind-source-tarball.
* Revert "import: utils: Add hash-ref*."Mark H Weaver2019-08-22
| | | | This reverts commit 8a3b11d1eb21e54b4f3a3cbceffed8ce2c11512e.
* Revert "import: cpan: Adapt for the change to guile-json version 3."Mark H Weaver2019-08-22
| | | | This reverts commit 01ce7af25add55514f737af48ea6c127bedfde67.
* gnu: Add emacs-mu4e-patch.Pierre Langlois2019-08-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-mu4e-patch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>