jackhill/guix/guix.git
4 years agognu: linux-libre: Restrict ‘dmesg’ to privileged users.
Tobias Geerinckx-Rice [Wed, 17 Jul 2019 07:09:15 +0000 (09:09 +0200)]
gnu: linux-libre: Restrict ‘dmesg’ to privileged users.

* gnu/packages/linux.scm (%default-extra-linux-options):
Set CONFIG_SECURITY_DMESG_RESTRICT.

4 years agognu: hpcguix-web: Update to f39c90b.
Ludovic Courtès [Fri, 26 Jul 2019 23:04:57 +0000 (01:04 +0200)]
gnu: hpcguix-web: Update to f39c90b.

* gnu/packages/web.scm (hpcguix-web): Update to f39c90b.
[propagated-inputs]: Use GUILE-JSON-3 instead of GUILE-JSON-1.

4 years agognu: Add emacs-mastodon.
Jens Mølgaard [Thu, 18 Jul 2019 08:00:40 +0000 (20:00 +1200)]
gnu: Add emacs-mastodon.

* gnu/packages/emacs-xyz.scm (emacs-mastodon): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add emacs-wc-mode.
Jens Mølgaard [Thu, 18 Jul 2019 07:55:46 +0000 (19:55 +1200)]
gnu: Add emacs-wc-mode.

* gnu/packages/emacs-xyz.scm (emacs-wc-mode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add emacs-ox-pandoc.
Jens Mølgaard [Thu, 18 Jul 2019 07:54:38 +0000 (19:54 +1200)]
gnu: Add emacs-ox-pandoc.

* gnu/packages/emacs-xyz.scm (emacs-ox-pandoc): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add emacs-ox-epub.
Jens Mølgaard [Thu, 18 Jul 2019 07:52:11 +0000 (19:52 +1200)]
gnu: Add emacs-ox-epub.

* gnu/packages/emacs-xyz.scm (emacs-ox-epub): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agoAdd emacs-gnus-alias.
Jens Mølgaard [Thu, 18 Jul 2019 09:13:52 +0000 (21:13 +1200)]
Add emacs-gnus-alias.

* gnu/packages/emacs-xyz.scm (emacs-gnus-alias): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add emacs-bug-hunter.
Jens Mølgaard [Thu, 18 Jul 2019 07:43:04 +0000 (19:43 +1200)]
gnu: Add emacs-bug-hunter.

* gnu/packages/emacs-xyz.scm (emacs-bug-hunter): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agogexp: 'program-file' honors the current system and cross-compilation target.
Ludovic Courtès [Fri, 26 Jul 2019 21:48:03 +0000 (23:48 +0200)]
gexp: 'program-file' honors the current system and cross-compilation target.

Fixes <https://bugs.gnu.org/36813>.
Reported by Jakob L. Kreuze <zerodaysfordays.sdf.org@sdf.org>.

* guix/gexp.scm (program-file-compiler): Pass #:system and #:target to
'gexp->script'.
(load-path-expression): Add #:system and #:target and honor them.
(gexp->script): Likewise.
* tests/gexp.scm ("program-file #:system"): New test.
* doc/guix.texi (G-Expressions): Adjust accordingly.

4 years agogexp: 'compiled-modules' can cross-compile.
Ludovic Courtès [Fri, 26 Jul 2019 21:22:28 +0000 (23:22 +0200)]
gexp: 'compiled-modules' can cross-compile.

* guix/gexp.scm (compiled-modules): Add #:target and honor it.

4 years agodiscovery: 'scheme-files' ignores hidden files.
Ludovic Courtès [Fri, 26 Jul 2019 19:49:25 +0000 (21:49 +0200)]
discovery: 'scheme-files' ignores hidden files.

* guix/discovery.scm (scheme-files)[dot-prefixed?]: New procedure.
Use it to exclude any file starting with ".".

4 years agotests: Add reconfigure system test.
Jakob L. Kreuze [Wed, 24 Jul 2019 16:35:10 +0000 (12:35 -0400)]
tests: Add reconfigure system test.

[[PGP Signed Part:No public key for F506FD169D8FD95A created at 2019-07-24T18:35:10+0200 using RSA]]
* gnu/tests/reconfigure.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agoguix system: Reimplement 'reconfigure'.
Jakob L. Kreuze [Wed, 24 Jul 2019 16:34:38 +0000 (12:34 -0400)]
guix system: Reimplement 'reconfigure'.

* guix/scripts/system.scm (switch-to-system)
(upgrade-shepherd-services, install-bootloader): Delete variable.
(local-eval): New variable.
(install): Remove 'bootloader-installer' and 'bootcfg-file' parameters.
(install): Add 'bootloader' parameter.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agoguix system: Add 'reconfigure' module.
Jakob L. Kreuze [Wed, 24 Jul 2019 16:34:02 +0000 (12:34 -0400)]
guix system: Add 'reconfigure' module.

* guix/scripts/system/reconfigure.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/scripts/system.scm (bootloader-installer-script): Export variable.
* gnu/machine/ssh.scm (switch-to-system, upgrade-shepherd-services)
(install-bootloader): Delete variable.
* gnu/machine/ssh.scm (deploy-managed-host): Rewrite procedure.
* gnu/services/herd.scm (live-service): Export variable.
* gnu/services/herd.scm (live-service-canonical-name): New variable.
* tests/services.scm (live-service): Delete variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: sdl2: Update to 2.0.10.
Rutger Helling [Fri, 26 Jul 2019 17:07:26 +0000 (19:07 +0200)]
gnu: sdl2: Update to 2.0.10.

* gnu/packages/sdl.scm (sdl2): Update to 2.0.10.

4 years agoguix build: '--with-commit' recognizes "v[0-9]" tags.
Ludovic Courtès [Fri, 26 Jul 2019 09:17:31 +0000 (11:17 +0200)]
guix build: '--with-commit' recognizes "v[0-9]" tags.

* guix/scripts/build.scm (transform-package-source-commit)[replace]:
Special case COMMIT that starts with "v[0-9]".

4 years agogit: 'switch-to-ref' resolves tag targets.
Ludovic Courtès [Fri, 26 Jul 2019 09:16:10 +0000 (11:16 +0200)]
git: 'switch-to-ref' resolves tag targets.

* guix/git.scm (switch-to-ref): In the 'tag' case, resolve the target of
the tag.
* tests/guix-build-branch.sh: Adjust test accordingly.

4 years agogit: <git-checkout> allows tags in its 'commit' field.
Ludovic Courtès [Fri, 26 Jul 2019 09:09:56 +0000 (11:09 +0200)]
git: <git-checkout> allows tags in its 'commit' field.

Fixes <https://bugs.gnu.org/36371>.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.

* guix/git.scm (git-checkout-compiler): Pass 'tag-or-commit' to
'latest-repository-commit*'.
* doc/guix.texi (Package Transformation Options): Update '--with-commit'
documentation accordingly.
* tests/guix-build-branch.sh: Add test.

4 years agogit: 'update-cached-checkout' supports a 'tag-or-commit' type of ref.
Ludovic Courtès [Fri, 26 Jul 2019 08:59:24 +0000 (10:59 +0200)]
git: 'update-cached-checkout' supports a 'tag-or-commit' type of ref.

* guix/git.scm (switch-to-ref)[obj]: Wrap in 'resolve' lambda.  Add
'tag-or-commit' case.
(update-cached-checkout): Document it.

4 years agognu: jami-client-gnome: Rename to 'jami'.
Ludovic Courtès [Fri, 26 Jul 2019 08:09:44 +0000 (10:09 +0200)]
gnu: jami-client-gnome: Rename to 'jami'.

* gnu/packages/telephony.scm (jami-client-gnome): Rename to...
(jami): ... this.  Update 'name' field accordingly.
(jami-client-gnome): New variable.

4 years agognu: vlc: Update to 3.0.7.1.
Tobias Geerinckx-Rice [Fri, 26 Jul 2019 07:46:00 +0000 (09:46 +0200)]
gnu: vlc: Update to 3.0.7.1.

* gnu/packages/video.scm (vlc): Update to 3.0.7.1.

4 years agognu: clusterssh: Run.
Tobias Geerinckx-Rice [Fri, 26 Jul 2019 00:04:58 +0000 (02:04 +0200)]
gnu: clusterssh: Run.

* gnu/packages/admin.scm (clusterssh)[arguments]:
Add ’augment-library-path’ phase so libraries are found.
[propagated-inputs]: Make all of these…
[inputs]: …regular.

4 years agognu: youtube-dl: Update to 2019.07.16.
Tobias Geerinckx-Rice [Thu, 25 Jul 2019 22:44:28 +0000 (00:44 +0200)]
gnu: youtube-dl: Update to 2019.07.16.

* gnu/packages/video.scm (youtube-dl): Update to 2019.07.16.

4 years agognu: dkimproxy: Fix dkim_responder.pl.
Tobias Geerinckx-Rice [Thu, 25 Jul 2019 22:04:59 +0000 (00:04 +0200)]
gnu: dkimproxy: Fix dkim_responder.pl.

* gnu/packages/mail.scm (dkimproxy)[arguments]: Wrap dkim_responder.pl.
[inputs]: Add perl-mime-tools and perl-timedate.

4 years agognu: dkimproxy: Factorise wrapping.
Tobias Geerinckx-Rice [Thu, 25 Jul 2019 21:27:52 +0000 (23:27 +0200)]
gnu: dkimproxy: Factorise wrapping.

This is a follow-up to 66e39000c612a9e16e6db709954582c6c0db8499, in a
way, since it adds the forgotten *6 inputs.

* gnu/packages/mail.scm (dkimproxy)[arguments]: Refactor ’make-wrapper’ phase.
Add perl-io-socket-inet6 and perl-socket6 to the list.

4 years agognu: dkimproxy: Keyword-stuff descriptions.
Tobias Geerinckx-Rice [Thu, 25 Jul 2019 21:02:38 +0000 (23:02 +0200)]
gnu: dkimproxy: Keyword-stuff descriptions.

* gnu/packages/mail.scm (dkimproxy)[synopsis]: Do so.
[description]: Also.

4 years agognu: perl-net-dns-resolver-mock: Edit synopsis & description.
Tobias Geerinckx-Rice [Thu, 25 Jul 2019 20:37:57 +0000 (22:37 +0200)]
gnu: perl-net-dns-resolver-mock: Edit synopsis & description.

* gnu/packages/networking.scm (perl-net-dns-resolver-mock)[synopsis]:
Remove unfortunate ‘a’.
[description]: Fix typo.  Edit for clarity.

4 years agognu: perl-net-dns-resolver-mock: Unpropagate perl-net-dns.
Tobias Geerinckx-Rice [Thu, 25 Jul 2019 20:35:29 +0000 (22:35 +0200)]
gnu: perl-net-dns-resolver-mock: Unpropagate perl-net-dns.

* gnu/packages/networking.scm (perl-net-dns-resolver-mock)[inputs]:
Move perl-net-dns to here…
[propagated-inputs]: …from here.

4 years agognu: dkimproxy: Correct licence.
Tobias Geerinckx-Rice [Thu, 25 Jul 2019 20:30:09 +0000 (22:30 +0200)]
gnu: dkimproxy: Correct licence.

* gnu/packages/mail.scm (dkimproxy)[license]: Change to gpl2+.

4 years agognu: dkimproxy: Add IPv6 support.
Tobias Geerinckx-Rice [Fri, 1 Mar 2019 20:04:23 +0000 (21:04 +0100)]
gnu: dkimproxy: Add IPv6 support.

* gnu/packages/mail.scm (dkimproxy)[source]: Add patch.
* gnu/packages/patches/dkimproxy-add-ipv6-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

4 years agognu: libvirt: Don't use bogus cgroup.
Tobias Geerinckx-Rice [Thu, 25 Jul 2019 19:58:14 +0000 (21:58 +0200)]
gnu: libvirt: Don't use bogus cgroup.

Should fix <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36634>.

* gnu/packages/virtualization.scm (libvirt)[source]: Add patch.
* gnu/packages/patches/libvirt-remove-ATTRIBUTE_UNUSED.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

4 years agognu: clusterssh: Don't propagate xterm.
Tobias Geerinckx-Rice [Thu, 25 Jul 2019 16:59:38 +0000 (18:59 +0200)]
gnu: clusterssh: Don't propagate xterm.

* gnu/packages/admin.scm (clusterssh)[arguments]: Add ‘refer-to-inputs’ and ‘delete-failing-tests’ phases.
[inputs]: Move xterm to here…
[propagated-inputs]: …from here.

4 years agognu: clustershh: Add missing perl-sort-naturally input.
Tobias Geerinckx-Rice [Thu, 25 Jul 2019 16:34:57 +0000 (18:34 +0200)]
gnu: clustershh: Add missing perl-sort-naturally input.

* gnu/packages/admin.scm (clusterssh)[propagated-inputs]:
Add perl-sort-naturally.

4 years agognu: Add dkimproxy.
Julien Lepiller [Thu, 25 Jul 2019 18:54:02 +0000 (20:54 +0200)]
gnu: Add dkimproxy.

* gnu/packages/mail.scm (dkimproxy): New variable.

4 years agognu: Add perl-mail-dkim.
Julien Lepiller [Thu, 25 Jul 2019 18:48:24 +0000 (20:48 +0200)]
gnu: Add perl-mail-dkim.

* gnu/packages/mail.scm (perl-mail-dkim): New variable.

4 years agognu: Add perl-net-dns-resolver-mock.
Julien Lepiller [Thu, 25 Jul 2019 18:40:30 +0000 (20:40 +0200)]
gnu: Add perl-net-dns-resolver-mock.

* gnu/packages/networking.scm (perl-net-dns-resolver-mock): New
variable.

4 years agognu: Add perl-mail-authenticationresults.
Julien Lepiller [Thu, 25 Jul 2019 18:37:43 +0000 (20:37 +0200)]
gnu: Add perl-mail-authenticationresults.

* gnu/packages/mail.scm (perl-mail-authenticationresults): New variable.

4 years agognu: Go 1.12: Update to 1.12.7.
Leo Famulari [Sun, 21 Jul 2019 05:17:41 +0000 (01:17 -0400)]
gnu: Go 1.12: Update to 1.12.7.

*  gnu/packages/golang.scm (go-1.12): Update to 1.12.7.

4 years agognu: Go 1.11: Update to 1.11.12.
Leo Famulari [Sun, 21 Jul 2019 05:12:18 +0000 (01:12 -0400)]
gnu: Go 1.11: Update to 1.11.12.

* gnu/packages/golang.scm (go-1.11): Update to 1.11.12.

4 years agognu: exim: Update to 4.92.1 [fixes CVE-2019-13917].
Tobias Geerinckx-Rice [Thu, 25 Jul 2019 15:34:49 +0000 (17:34 +0200)]
gnu: exim: Update to 4.92.1 [fixes CVE-2019-13917].

* gnu/packages/mail.scm (exim): Update to 4.92.1.

4 years agognu: xpra: Update to 2.5.3.
Rutger Helling [Thu, 25 Jul 2019 12:22:20 +0000 (14:22 +0200)]
gnu: xpra: Update to 2.5.3.

* gnu/packages/xorg.scm (xpra): Update to 2.5.3.

4 years agognu: Add xchm.
Jovany Leandro G.C [Thu, 25 Jul 2019 01:35:15 +0000 (20:35 -0500)]
gnu: Add xchm.

* gnu/packages/ebook.scm (xchm): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: starfighter: Update to 2.0.0.3.
Kei Kebreau [Thu, 25 Jul 2019 01:44:44 +0000 (21:44 -0400)]
gnu: starfighter: Update to 2.0.0.3.

* gnu/packages/games.scm (starfighter): Update to 2.0.0.3.
[source]: Use url-fetch and remove 'file-name' field.
[native-inputs]: Remove autoconf and automake.

4 years agognu: Explicitly refer to 'guile-json-1' when needed.
Ludovic Courtès [Sun, 21 Jul 2019 21:19:58 +0000 (23:19 +0200)]
gnu: Explicitly refer to 'guile-json-1' when needed.

* gnu/packages/bioinformatics.scm (rcas-web)[inputs]: Change
'guile-json' to 'guile-json-1'.
* gnu/packages/ci.scm (cuirass)[inputs]: Likewise.
* gnu/packages/guile-xyz.scm (artanis)[inputs]: Likewise.
* gnu/packages/guile-xyz.scm (jupyter-guile-kernel)[inputs]: Likewise.
* gnu/packages/guile-xyz.scm (guile-mastodon)[inputs]: Likewise.
* gnu/packages/mail.scm (mumi)[inputs]: Likewise.
* gnu/packages/package-management.scm (guix)[inputs]: Likewise.
* gnu/packages/package-management.scm (guix-daemon)[inputs]: Likewise.
* gnu/packages/web.scm (hpcguix-web)[inputs]: Likewise.

4 years agognu: guile-json: Define 'guile-json-1'.
Ludovic Courtès [Sun, 21 Jul 2019 21:17:01 +0000 (23:17 +0200)]
gnu: guile-json: Define 'guile-json-1'.

* gnu/packages/guile.scm (guile-json-1): New variable.

4 years agomaint: Switch to Guile-JSON 3.x.
Ludovic Courtès [Sun, 21 Jul 2019 21:05:54 +0000 (23:05 +0200)]
maint: Switch to Guile-JSON 3.x.

Guile-JSON 3.x is incompatible with Guile-JSON 1.x, which we relied on
until now: it maps JSON dictionaries to alists (instead of hash tables),
and JSON arrays to vectors (instead of lists).  This commit is about
adjusting all the existing code to this new mapping.

* m4/guix.m4 (GUIX_CHECK_GUILE_JSON): New macro.
* configure.ac: Use it.
* doc/guix.texi (Requirements): Mention the Guile-JSON version.
* guix/git-download.scm (git-fetch)[guile-json]: Use GUILE-JSON-3.
* guix/import/cpan.scm (string->license): Expect vectors instead of
lists.
(module->dist-name): Use 'json-fetch' instead of 'json-fetch-alist'.
(cpan-fetch): Likewise.
* guix/import/crate.scm (crate-fetch): Likewise, and call 'vector->list'
for DEPS.
* guix/import/gem.scm (rubygems-fetch): Likewise.
* guix/import/json.scm (json-fetch-alist): Remove.
* guix/import/pypi.scm (pypi-fetch): Use 'json-fetch' instead of
'json-fetch-alist'.
(latest-source-release, latest-wheel-release): Call 'vector->list' on
RELEASES.
* guix/import/stackage.scm (stackage-lts-info-fetch): Use 'json-fetch'
instead of 'json-fetch-alist'.
(lts-package-version): Use 'vector->list'.
* guix/import/utils.scm (hash-table->alist): Remove.
(alist->package): Pass 'vector->list' on the inputs fields, and default
to the empty vector.
* guix/scripts/import/json.scm (guix-import-json): Remove call to
'hash-table->alist'.
* guix/swh.scm (define-json-reader): Expect pair? or null? instead of
hash-table?.
[extract-field]: Use 'assoc-ref' instead of 'hash-ref'.
(json->branches): Use 'map' instead of 'hash-map->list'.
(json->checksums): Likewise.
(json->directory-entries, origin-visits): Call 'vector->list' on the
result of 'json->scm'.
* tests/import-utils.scm ("alist->package with dependencies"): New test.
* gnu/installer.scm (build-compiled-file)[builder]: Use GUILE-JSON-3.
* gnu/installer.scm (installer-program)[installer-builder]: Likewise.
* gnu/installer/locale.scm (iso639->iso639-languages): Use 'assoc-ref'
instead of 'hash-ref', and pass vectors through 'vector->list'.
(iso3166->iso3166-territories): Likewise.
* gnu/system/vm.scm (system-docker-image)[build]: Use GUILE-JSON-3.
* guix/docker.scm (manifest, config): Adjust for Guile-JSON 3.
* guix/scripts/pack.scm (docker-image)[build]: Use GUILE-JSON-3.
* guix/import/github.scm (fetch-releases-or-tags): Update docstring.
(latest-released-version): Use 'assoc-ref' instead of 'hash-ref'.  Pass
the result of 'fetch-releases-or-tags' to 'vector->list'.
* guix/import/launchpad.scm (latest-released-version): Likewise.

4 years agognu: Add r-depecher.
zimoun [Wed, 24 Jul 2019 18:22:04 +0000 (20:22 +0200)]
gnu: Add r-depecher.

* gnu/packages/bioconductor.scm (r-depecher): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-mixomics.
zimoun [Wed, 24 Jul 2019 18:22:03 +0000 (20:22 +0200)]
gnu: Add r-mixomics.

* gnu/packages/bioconductor.scm (r-mixomics): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-flowsom.
zimoun [Wed, 24 Jul 2019 18:22:02 +0000 (20:22 +0200)]
gnu: Add r-flowsom.

* gnu/packages/bioconductor.scm (r-flowsom): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-flowmeans.
zimoun [Wed, 24 Jul 2019 18:22:00 +0000 (20:22 +0200)]
gnu: Add r-flowmeans.

* gnu/packages/bioconductor.scm (r-flowmeans): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-consensusclusterplus.
zimoun [Wed, 24 Jul 2019 18:21:59 +0000 (20:21 +0200)]
gnu: Add r-consensusclusterplus.

* gnu/packages/bioconductor.scm (r-consensusclusterplus): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-flowutils.
zimoun [Wed, 24 Jul 2019 18:21:58 +0000 (20:21 +0200)]
gnu: Add r-flowutils.

* gnu/packages/bioconductor.scm (r-flowutils): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-flowcore.
zimoun [Wed, 24 Jul 2019 18:21:57 +0000 (20:21 +0200)]
gnu: Add r-flowcore.

* gnu/packages/bioconductor.scm (r-flowcore): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-all.
zimoun [Wed, 24 Jul 2019 18:21:56 +0000 (20:21 +0200)]
gnu: Add r-all.

* gnu/packages/bioconductor.scm (r-all): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-kableextra.
zimoun [Wed, 24 Jul 2019 18:21:55 +0000 (20:21 +0200)]
gnu: Add r-kableextra.

* gnu/packages/cran.scm (r-kableextra): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: Add r-umap.
zimoun [Wed, 24 Jul 2019 18:21:54 +0000 (20:21 +0200)]
gnu: Add r-umap.

* gnu/packages/cran.scm (r-umap): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: emacs-gitpatch: Update to 0.5.1.
Jelle Licht [Wed, 24 Jul 2019 20:23:19 +0000 (22:23 +0200)]
gnu: emacs-gitpatch: Update to 0.5.1.

* gnu/packages/emacs-xyz.scm (emacs-gitpatch): Update to 0.5.1.

4 years agognu: terminator: Propagate gsettings-desktop-schemas.
Tobias Geerinckx-Rice [Wed, 24 Jul 2019 19:28:09 +0000 (21:28 +0200)]
gnu: terminator: Propagate gsettings-desktop-schemas.

* gnu/packages/gnome.scm (terminator)[propagated-inputs]: Add gsettings-desktop-schemas.

4 years agognu: spice-gtk: Update to 0.37.
Tobias Geerinckx-Rice [Wed, 24 Jul 2019 17:06:25 +0000 (19:06 +0200)]
gnu: spice-gtk: Update to 0.37.

* gnu/packages/spice.scm (spice-gtk): Update to 0.37.
[propagated-inputs]: Use latest spice-protocol.
(spice-protocol-0.12): Remove unused variable.

4 years agognu: libvirt-glib: Propagate pkg-config requirements.
Tobias Geerinckx-Rice [Wed, 24 Jul 2019 14:37:57 +0000 (16:37 +0200)]
gnu: libvirt-glib: Propagate pkg-config requirements.

* gnu/packages/virtualization.scm (libvirt-glib)[inputs]: Move glib,
libvirt, libxml2, and gobject-introspection…
[native-inputs]: …here.

4 years agognu: libvirt-glib: Update to 2.0.0.
Tobias Geerinckx-Rice [Wed, 24 Jul 2019 14:36:49 +0000 (16:36 +0200)]
gnu: libvirt-glib: Update to 2.0.0.

* gnu/packages/virtualization.scm (libvirt-glib): Update to 2.0.0.
[arguments]: Remove ‘fix-tests’ phase.

4 years agodoc: Warn about GPG warning.
Leo Famulari [Tue, 23 Jul 2019 23:55:28 +0000 (19:55 -0400)]
doc: Warn about GPG warning.

* doc/guix.texi (Binary Installation, USB Stick and DVD Installation): Warn
users about the web-of-trust untrusted key warning from GPG.

4 years agodeploy: Handle the '--system' command line option.
宋文武 [Sat, 20 Jul 2019 04:51:45 +0000 (12:51 +0800)]
deploy: Handle the '--system' command line option.

* guix/scripts/deploy.scm (show-help): Add help for '--system'.
(%options): Add '-s' and '--system'.
(guix-deploy): Parameterize %current-system.

4 years agodeploy: Honor '--no-grafts'.
宋文武 [Sat, 20 Jul 2019 04:45:34 +0000 (12:45 +0800)]
deploy: Honor '--no-grafts'.

* guix/scripts/deploy.scm (guix-deploy): Parameterize '%graft?'.

4 years agognu: julia: Update to 1.1.1.
Nicolò Balzarotti [Tue, 23 Jul 2019 21:56:21 +0000 (23:56 +0200)]
gnu: julia: Update to 1.1.1.

* gnu/packages/julia.scm (libuv-julia): Update to commit 26dbe56.
(libunwind-for-julia): Remove.
(llvm-patch-url, llvm-patch): New procedures.
(llvm-julia): New variable.
(julia): Update to 1.1.1.
[arguments]: Adjust 'prepare-deps' to new set of dependencies.
Adjust 'hardcode-soname-map': remove openlibm and libfftw handling.
Update file names in 'fix-include-and-link-paths' and 'hardcode-paths'.
Adjust 'disable-broken-tests'.
Pass PREFIX, LIBFLAS, and LIBBLASNAME in #:make-flags; update other
flags.
[inputs]: Replace LLVM-3.9.1 with LLVM-JULIA.  Replace
LIBUNWIND-FOR-JULIA with LIBUNWIND.  Add "rmath" and "libwhich".
[native-inputs]: Remove "unicode-data".

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: llvm: Add 'system->llvm-target' procedure.
Ludovic Courtès [Tue, 23 Jul 2019 14:57:25 +0000 (16:57 +0200)]
gnu: llvm: Add 'system->llvm-target' procedure.

* gnu/packages/llvm.scm (system->llvm-target): New procedure.

4 years agodoc: Add example for generating a secret key with knot DNS.
Julien Lepiller [Tue, 23 Jul 2019 19:15:43 +0000 (21:15 +0200)]
doc: Add example for generating a secret key with knot DNS.

* doc/guix.texi (DNS Services): Add an example and more context to the
includes field of the knot-configuration record.

4 years agognu: terminology: Update to 1.5.0.
Efraim Flashner [Tue, 23 Jul 2019 13:35:26 +0000 (16:35 +0300)]
gnu: terminology: Update to 1.5.0.

* gnu/packages/enlightenment.scm (terminology): Update to 1.5.0.

4 years agognu: emacs-request: Update to 0.3.1.
Mathieu Lirzin [Mon, 22 Jul 2019 20:53:56 +0000 (22:53 +0200)]
gnu: emacs-request: Update to 0.3.1.

* gnu/packages/emacs-xyz.scm (emacs-request): Update to 0.3.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: emacs-google-translate: Update to 0.11.18.
Mathieu Lirzin [Mon, 22 Jul 2019 13:47:54 +0000 (15:47 +0200)]
gnu: emacs-google-translate: Update to 0.11.18.

* gnu/packages/emacs-xyz.scm (emacs-google-translate): Update to 0.11.18.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agoMakefile: Sort scheme tests alphabetically.
Robert Vollmert [Mon, 15 Jul 2019 10:59:15 +0000 (12:59 +0200)]
Makefile: Sort scheme tests alphabetically.

* Makefile.am (SCM_TESTS): Sort.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: mallard-ducktype: Update to 1.0.2.
Jack Hill [Mon, 22 Jul 2019 13:33:01 +0000 (09:33 -0400)]
gnu: mallard-ducktype: Update to 1.0.2.

* gnu/packages/python-xyz.scm (mallard-ducktype) Update to 1.0.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: harmonist: Update to 0.2.
Julien Lepiller [Mon, 22 Jul 2019 21:06:55 +0000 (23:06 +0200)]
gnu: harmonist: Update to 0.2.

* gnu/packages/games.scm (harmonist): Update to 0.2.

4 years agognu: vlc: Build against libvpx@1.8.
Marius Bakke [Mon, 22 Jul 2019 14:17:36 +0000 (16:17 +0200)]
gnu: vlc: Build against libvpx@1.8.

* gnu/packages/video.scm (vlc)[inputs]: Change LIBVPX-1.7 to LIBVPX.

4 years agognu: libvpx: Update to 1.8.1.
Marius Bakke [Mon, 22 Jul 2019 13:51:49 +0000 (15:51 +0200)]
gnu: libvpx: Update to 1.8.1.

* gnu/packages/video.scm (libvpx): Update to 1.8.1.

4 years agognu: zstd: Update to 1.4.1.
Marius Bakke [Mon, 22 Jul 2019 13:01:53 +0000 (15:01 +0200)]
gnu: zstd: Update to 1.4.1.

* gnu/packages/compression.scm (zstd): Update to 1.4.1.

4 years agognu: zstd: Move libraries to separate outputs.
Marius Bakke [Mon, 22 Jul 2019 12:53:12 +0000 (14:53 +0200)]
gnu: zstd: Move libraries to separate outputs.

* gnu/packages/compression.scm (zstd)[outputs]: New field.
[arguments]: Add phase 'adjust-libary-locations'.  Pass LIBDIR and INCLUDEDIR
in <#:make-flags>.
* gnu/packages/backup.scm (borg)[inputs]: Change ZSTD to ZSTD:LIB.
* gnu/packages/sync.scm (casync)[inputs]: Likewise.
* gnu/packages/tor.scm (tor)[inputs]: Likewise.
* gnu/packages/linux.scm (btrfs-progs)[inputs]: Likewise.  Add ZSTD:STATIC.

4 years agognu: whois: Update to 5.5.0.
Marius Bakke [Sun, 21 Jul 2019 22:17:39 +0000 (00:17 +0200)]
gnu: whois: Update to 5.5.0.

* gnu/packages/networking.scm (whois): Update to 5.5.0.

4 years agognu: jsoncpp: Update to 1.9.1.
Marius Bakke [Sun, 21 Jul 2019 22:17:20 +0000 (00:17 +0200)]
gnu: jsoncpp: Update to 1.9.1.

* gnu/packages/serialization.scm (jsoncpp): Update to 1.9.1.

4 years agognu: ffmpeg: Update to 4.1.4.
Marius Bakke [Sun, 21 Jul 2019 22:17:02 +0000 (00:17 +0200)]
gnu: ffmpeg: Update to 4.1.4.

* gnu/packages/video.scm (ffmpeg): Update to 4.1.4.

4 years agognu: x265: Update to 3.1.1.
Marius Bakke [Sun, 21 Jul 2019 22:16:38 +0000 (00:16 +0200)]
gnu: x265: Update to 3.1.1.

* gnu/packages/video.scm (x265): Update to 3.1.1.

4 years agognu: ungoogled-chromium: Enable parallel build.
Marius Bakke [Sun, 21 Jul 2019 21:32:04 +0000 (23:32 +0200)]
gnu: ungoogled-chromium: Enable parallel build.

...but limit the memory usage.  Tested with --cores=8 on a 16 GiB RAM machine.

* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Remove <#:parallel-build?>.
Add "jumbo_file_merge_limit=8" in <#:configure-flags>.

4 years agognu: htslib: Propagate zlib.
Ricardo Wurmus [Mon, 22 Jul 2019 12:23:14 +0000 (14:23 +0200)]
gnu: htslib: Propagate zlib.

Reported by Vedran Franke <Vedran.Franke@mdc-berlin.de>.

* gnu/packages/bioinformatics.scm (htslib)[inputs]: Move zlib from here...
[propagated-inputs]: ...to here.

4 years agopack: Pass a list as the entry point for 'build-docker-image'.
Ludovic Courtès [Sun, 21 Jul 2019 22:45:42 +0000 (00:45 +0200)]
pack: Pass a list as the entry point for 'build-docker-image'.

* guix/scripts/pack.scm (docker-image)[build]: Pass a list as
 #:entry-point, not a string.

4 years agoswh: Add basic tests.
Ludovic Courtès [Sat, 20 Jul 2019 18:13:39 +0000 (20:13 +0200)]
swh: Add basic tests.

* guix/swh.scm (%swh-base-url): Turn into a parameter and export it.
* tests/swh.scm: New file.
* Makefile.am (SCM_TESTS): Add it.

4 years agodoc: Update 'guix import json' example.
Ludovic Courtès [Sun, 21 Jul 2019 21:14:59 +0000 (23:14 +0200)]
doc: Update 'guix import json' example.

This is a followup to d78010b81ee6ef4fd8803082e2f401b9e55b44db.

* doc/guix.texi (Invoking guix import): Change 'guix import json'
example to refer to "gettext", not "gcc".

4 years agognu: perl-net-http: Update to 6.19.
Efraim Flashner [Mon, 22 Jul 2019 07:14:41 +0000 (10:14 +0300)]
gnu: perl-net-http: Update to 6.19.

* gnu/packages/web.scm (perl-net-httpd): Update to 6.19.

4 years agognu: perl-test-simple: Update to 1.302164.
Efraim Flashner [Mon, 22 Jul 2019 06:07:58 +0000 (09:07 +0300)]
gnu: perl-test-simple: Update to 1.302164.

* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302164.

4 years agognu: perl-cpan-meta: Update to 2.150010.
Efraim Flashner [Mon, 22 Jul 2019 06:06:41 +0000 (09:06 +0300)]
gnu: perl-cpan-meta: Update to 2.150010.

* gnu/packages/perl.scm (perl-cpan-meta): Update to 2.150010.

4 years agognu: perl-clone: Update to 0.42.
Efraim Flashner [Mon, 22 Jul 2019 06:06:04 +0000 (09:06 +0300)]
gnu: perl-clone: Update to 0.42.

* gnu/packages/perl.scm (perl-clone): Update to 0.42.

4 years agognu: perl-hash-merge: Update to 0.300.
Efraim Flashner [Mon, 22 Jul 2019 06:05:24 +0000 (09:05 +0300)]
gnu: perl-hash-merge: Update to 0.300.

* gnu/packages/perl.scm (perl-hash-merge): Update to 0.300.
[inputs]: Add perl-clone-choose.

4 years agognu: mallard-ducktype: Run tests.
Efraim Flashner [Mon, 22 Jul 2019 06:48:50 +0000 (09:48 +0300)]
gnu: mallard-ducktype: Run tests.

* gnu/packages/python-xyz.scm (mallard-ducktype)[arguments]: Replace
'check phase to run test suite.

4 years agognu: oil-shell: Update to 0.6.0
Robert Vollmert [Fri, 19 Jul 2019 16:50:56 +0000 (18:50 +0200)]
gnu: oil-shell: Update to 0.6.0

* gnu/packages/shells.scm (oil-shell): Update to 0.6.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: libreoffice: Fix xdg-open absolute paths.
Chris Marusich [Tue, 16 Jul 2019 05:42:07 +0000 (22:42 -0700)]
gnu: libreoffice: Fix xdg-open absolute paths.

Fixes: <https://bugs.gnu.org/36728>.

* gnu/packages/libreoffice.scm (libreoffice) [inputs]: Add xdg-utils.
[arguments][#:phases][prepare-src]: Replace hard-coded absolute paths to
xdg-open in the source with the path to xdg-open in the xdg-utils input.

4 years agognu: libosinfo: Update to 1.5.0.
Tobias Geerinckx-Rice [Sun, 21 Jul 2019 18:20:27 +0000 (20:20 +0200)]
gnu: libosinfo: Update to 1.5.0.

* gnu/packages/virtualization.scm (libosinfo): Update to 1.5.0.
[arguments]: Remove ‘disable-broken-test’ phase.
[native-inputs]: Remove check.

4 years agognu: linux-libre: Update to 5.2.2.
Mark H Weaver [Sun, 21 Jul 2019 13:01:41 +0000 (09:01 -0400)]
gnu: linux-libre: Update to 5.2.2.

* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.2.
(linux-libre-5.2-pristine-source): Update hash.

4 years agognu: linux-libre@4.19: Update to 4.19.60.
Mark H Weaver [Sun, 21 Jul 2019 13:00:46 +0000 (09:00 -0400)]
gnu: linux-libre@4.19: Update to 4.19.60.

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.60.
(linux-libre-4.19-pristine-source): Update hash.

4 years agognu: linux-libre@4.14: Update to 4.14.134.
Mark H Weaver [Sun, 21 Jul 2019 12:59:57 +0000 (08:59 -0400)]
gnu: linux-libre@4.14: Update to 4.14.134.

* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.134.
(linux-libre-4.14-pristine-source): Update hash.

4 years agognu: linux-libre@4.9: Update to 4.9.186.
Mark H Weaver [Sun, 21 Jul 2019 12:59:04 +0000 (08:59 -0400)]
gnu: linux-libre@4.9: Update to 4.9.186.

* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.186.
(linux-libre-4.9-pristine-source): Update hash.

4 years agognu: linux-libre@4.4: Update to 4.4.186.
Mark H Weaver [Sun, 21 Jul 2019 12:57:23 +0000 (08:57 -0400)]
gnu: linux-libre@4.4: Update to 4.4.186.

* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.186.
(linux-libre-4.4-pristine-source): Update hash.