jackhill/guix/guix.git
3 years agognu: emacs-transient: Update to 0.3.2.
Nicolas Goaziou [Fri, 23 Apr 2021 09:27:58 +0000 (11:27 +0200)]
gnu: emacs-transient: Update to 0.3.2.

* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.2.

3 years agognu: emacs-modus-themes: Update to 1.3.0.
Nicolas Goaziou [Fri, 23 Apr 2021 09:26:41 +0000 (11:26 +0200)]
gnu: emacs-modus-themes: Update to 1.3.0.

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.3.0.

3 years agognu: emacs-debbugs: Update to 0.28.
Nicolas Goaziou [Fri, 23 Apr 2021 09:24:39 +0000 (11:24 +0200)]
gnu: emacs-debbugs: Update to 0.28.

* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.28.

3 years agognu: emacs-auctex: Update to 13.0.8.
Nicolas Goaziou [Fri, 23 Apr 2021 09:24:00 +0000 (11:24 +0200)]
gnu: emacs-auctex: Update to 13.0.8.

* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.8.

3 years agognu: Add emacs-nameless.
Alexandr Vityazev [Fri, 23 Apr 2021 08:48:06 +0000 (10:48 +0200)]
gnu: Add emacs-nameless.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add emacs-vc-hgcmd.
Xinglu Chen [Thu, 22 Apr 2021 20:47:25 +0000 (22:47 +0200)]
gnu: Add emacs-vc-hgcmd.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add emacs-shell-command+.
Xinglu Chen [Thu, 22 Apr 2021 20:35:49 +0000 (22:35 +0200)]
gnu: Add emacs-shell-command+.

* gnu/packages/emacs-xyz.scm (emacs-shell-command+): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add emacs-ibuffer-vc.
Alexandr Vityazev [Sun, 18 Apr 2021 15:52:43 +0000 (15:52 +0000)]
gnu: Add emacs-ibuffer-vc.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add emacs-corfu.
Xinglu Chen [Sun, 18 Apr 2021 08:43:40 +0000 (10:43 +0200)]
gnu: Add emacs-corfu.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add emacs-notmuch-maildir.
Xinglu Chen [Fri, 16 Apr 2021 16:19:22 +0000 (18:19 +0200)]
gnu: Add emacs-notmuch-maildir.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add cl-terrable.
Sharlatan Hellseher [Thu, 22 Apr 2021 23:05:16 +0000 (00:05 +0100)]
gnu: Add cl-terrable.

* gnu/packages/lisp-xyz.scm (sbcl-terrable, cl-terrable, ecl-terrable):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agoimport: pypi: Clarify docstring of parse-requires.txt
Rovanion Luckey [Thu, 26 Nov 2020 19:59:19 +0000 (20:59 +0100)]
import: pypi: Clarify docstring of parse-requires.txt

* guix/import/pypi.scm (parse-requires.txt): Document the parameter more
explicitly.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agostatus: Separate downloads upon '--verbosity=2'.
Ludovic Courtès [Thu, 22 Apr 2021 20:58:03 +0000 (22:58 +0200)]
status: Separate downloads upon '--verbosity=2'.

This is a followup to 1fa4aff1fbb46bbb9df8486ca12bfcfe6144458a,
reintroducing the newline previously emitted by 'guix substitute' upon
download completion.

With this change, with '--verbosity=2', each download occupies three
lines again, like so:

--8<---------------cut here---------------start------------->8---
downloading from https://ci.guix.gnu.org/nar/lzip/…-jsoncpp-1.9.2 ...
 jsoncpp-1.9.2  93KiB                4.2MiB/s 00:00 [##################] 100.0%

--8<---------------cut here---------------end--------------->8---

This makes the output more readable.

* guix/status.scm (print-build-event): When PRINT-URLS? is true, print
a blank line after the download.

3 years agofile-systems: read-partition-{uuid,label} don't swallow ENOENT & co.
Ludovic Courtès [Thu, 22 Apr 2021 20:41:01 +0000 (22:41 +0200)]
file-systems: read-partition-{uuid,label} don't swallow ENOENT & co.

Previously, (read-partition-uuid "/does/not/exist") would return #f.
With this change, a 'system-error exception is raised as expected.

* gnu/build/file-systems.scm (ENOENT-safe): Clarify docstring.
(partition-field-reader): Remove use of 'ENOENT-safe'.
(partition-predicate): Wrap READER in 'ENOENT-safe'.

3 years agoimport: go: Autoload (htmlprag).
Ludovic Courtès [Thu, 22 Apr 2021 13:20:59 +0000 (15:20 +0200)]
import: go: Autoload (htmlprag).

Fixes <https://bugs.gnu.org/47924>.
Reported by Carl Dong <contact@carldong.me>.

* guix/import/go.scm: Autoload (htmlprag).

3 years agoimport: go: Do not set '%strict-tokenizer?' from the top level.
Ludovic Courtès [Thu, 22 Apr 2021 09:43:50 +0000 (11:43 +0200)]
import: go: Do not set '%strict-tokenizer?' from the top level.

This avoids interference with other users of (htmlprag) and makes the
intent clearer.

* guix/import/go.scm <top level>: Remove call to '%strict-tokenizer?'.
(go-package-licenses, go-package-description)
(go-package-synopsis, fetch-module-meta-data): Pass #:strict? #t to
'html->sxml'.

3 years agognu: wine64-staging: copy wine32-staging libraries.
Leo Prikler [Thu, 22 Apr 2021 21:35:54 +0000 (23:35 +0200)]
gnu: wine64-staging: copy wine32-staging libraries.

A similar phase has been added to wine64 since version 5.21 in order to fix
linkage issues of binaries copied from wine32.
See also <https://bugs.gnu.org/42342>.

* gnu/packages/wine.scm (wine64-staging)[#phases]: Add ‘copy-wine32-libraries’.

3 years agognu: wine-staging: Update to 6.6.
Leo Prikler [Wed, 21 Apr 2021 21:22:46 +0000 (23:22 +0200)]
gnu: wine-staging: Update to 6.6.

* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 6.6.

3 years agodoc: Update TRANSLATED_INFO.
Leo Prikler [Thu, 22 Apr 2021 17:23:15 +0000 (19:23 +0200)]
doc: Update TRANSLATED_INFO.

This fixes issues with missing sources when the infos are built.

* doc/local.mk (TRANSLATED_INFO): Add missing documents.

3 years agognu: guix-build-coordinator: Update to 0-25.c49b1c8.
Christopher Baines [Thu, 22 Apr 2021 18:24:36 +0000 (19:24 +0100)]
gnu: guix-build-coordinator: Update to 0-25.c49b1c8.

* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-25.c49b1c8.

3 years agognu: linux-libre 5.4: Update to 5.4.114.
Leo Famulari [Thu, 22 Apr 2021 01:20:18 +0000 (21:20 -0400)]
gnu: linux-libre 5.4: Update to 5.4.114.

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

3 years agognu: linux-libre 5.10: Update to 5.10.32.
Leo Famulari [Thu, 22 Apr 2021 01:19:55 +0000 (21:19 -0400)]
gnu: linux-libre 5.10: Update to 5.10.32.

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

3 years agognu: linux-libre: Update to 5.11.16.
Leo Famulari [Thu, 22 Apr 2021 01:19:29 +0000 (21:19 -0400)]
gnu: linux-libre: Update to 5.11.16.

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

3 years agognu: wireshark: Update to 3.4.5 [security fixes].
Tobias Geerinckx-Rice [Thu, 22 Apr 2021 14:10:39 +0000 (16:10 +0200)]
gnu: wireshark: Update to 3.4.5 [security fixes].

* gnu/packages/networking.scm (wireshark): Update to 3.4.5.

3 years agognu: libupnp: Update to 1.14.6.
Tobias Geerinckx-Rice [Thu, 22 Apr 2021 12:57:37 +0000 (14:57 +0200)]
gnu: libupnp: Update to 1.14.6.

* gnu/packages/upnp.scm (libupnp): Update to 1.14.6.

3 years agognu: waybar: Update to 0.9.7.
Tobias Geerinckx-Rice [Thu, 22 Apr 2021 12:56:56 +0000 (14:56 +0200)]
gnu: waybar: Update to 0.9.7.

* gnu/packages/wm.scm (waybar): Update to 0.9.7.

3 years agognu: libretro-lowresnx: Update to 1.2.
宋文武 [Thu, 22 Apr 2021 12:52:37 +0000 (20:52 +0800)]
gnu: libretro-lowresnx: Update to 1.2.

* gnu/packages/emulators.scm (libretro-lowresnx): Update to 1.2.

3 years agognu: retroarch: Update to 1.9.1.
宋文武 [Thu, 22 Apr 2021 12:12:26 +0000 (20:12 +0800)]
gnu: retroarch: Update to 1.9.1.

* gnu/packages/emulators.scm (retroarch): Update to 1.9.1.
[arguments]: Add '--disable-git_version' to configure flags.

3 years agoRevert "gnu: Add cl-weir."
Guillaume Le Vaillant [Thu, 22 Apr 2021 11:30:31 +0000 (13:30 +0200)]
Revert "gnu: Add cl-weir."

This reverts commit 5763eba94cccc4019cb07b0cac6c16132c741e11.

There may be a license issue with this package making it non-free.
Reported by Giovanni Biscuolo <g@xelera.eu> in
<https://issues.guix.gnu.org/47943>.

3 years agognu: Add cl-weir.
Sharlatan Hellseher [Thu, 22 Apr 2021 08:31:55 +0000 (10:31 +0200)]
gnu: Add cl-weir.

* gnu/packages/lisp-xyz.scm (cl-weir, ecl-weir, sbcl-weir): New variables.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add cl-pathname-utils.
Sharlatan Hellseher [Wed, 21 Apr 2021 21:20:07 +0000 (22:20 +0100)]
gnu: Add cl-pathname-utils.

* gnu/packages/lisp-xyz.scm (sbcl-pathname-utils, cl-pathname-utils,
  ecl-pathname-utils): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add daemonize.
WinterHound [Tue, 20 Apr 2021 20:47:13 +0000 (02:17 +0530)]
gnu: Add daemonize.

* gnu/packages/admin.scm (daemonize): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
3 years agognu: Add kraken2.
Ricardo Wurmus [Thu, 22 Apr 2021 06:14:51 +0000 (08:14 +0200)]
gnu: Add kraken2.

* gnu/packages/bioinformatics.scm (kraken2): New variable.

3 years agognu: libxlsxwriter: Update to 1.0.3.
Tobias Geerinckx-Rice [Thu, 22 Apr 2021 00:21:32 +0000 (02:21 +0200)]
gnu: libxlsxwriter: Update to 1.0.3.

* gnu/packages/xml.scm (libxlsxwriter): Update to 1.0.3.

3 years agognu: openvpn: Update to 2.5.2.
Tobias Geerinckx-Rice [Thu, 22 Apr 2021 00:21:23 +0000 (02:21 +0200)]
gnu: openvpn: Update to 2.5.2.

* gnu/packages/vpn.scm (openvpn): Update to 2.5.2.

3 years agognu: openconnect-sso: Update to 0.7.3.
Tobias Geerinckx-Rice [Thu, 22 Apr 2021 00:21:16 +0000 (02:21 +0200)]
gnu: openconnect-sso: Update to 0.7.3.

* gnu/packages/vpn.scm (openconnect-sso): Update to 0.7.3.

3 years agognu: exfatprogs: Update to 1.1.1.
Tobias Geerinckx-Rice [Wed, 21 Apr 2021 22:32:30 +0000 (00:32 +0200)]
gnu: exfatprogs: Update to 1.1.1.

* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.1.

3 years agognu: icedove: Update to 78.10.0.
Jonathan Brielmaier [Wed, 21 Apr 2021 22:06:28 +0000 (00:06 +0200)]
gnu: icedove: Update to 78.10.0.

* gnu/packages/gnuzilla.scm (icedove): Update to 78.10.0.

3 years agoUpdate email address for Kei.
Kei Kebreau [Wed, 21 Apr 2021 22:00:19 +0000 (18:00 -0400)]
Update email address for Kei.

* .mailmap: Remove obsolete email for Kei.

3 years agocve: Gracefully handle bogus CVE entries.
Ludovic Courtès [Wed, 21 Apr 2021 21:49:59 +0000 (23:49 +0200)]
cve: Gracefully handle bogus CVE entries.

Fixes <https://bugs.gnu.org/47941>.
Reported by Jack Hill <jackhill@jackhill.us>.

* guix/cve.scm (reference-data->cve-references): Gracefully handle lack
of "reference_data".
(cpe-match->cve-configuration): Gracefully handle lack of "cpe23Uri".

3 years agognu: emacspeak: Fix Tclx and espeak server loading.
Kei Kebreau [Mon, 29 Mar 2021 02:38:09 +0000 (22:38 -0400)]
gnu: emacspeak: Fix Tclx and espeak server loading.

Fixes <https://issues.guix.gnu.org/42861>.

* gnu/packages/emacs-xyz.scm (emacspeak)[arguments]: In the 'configure' phase,
add Tclx library to the load path of Tcl in the espeak server script.  Remove
'wrap-program' phase.

3 years agognu: wxmaxima: Update to 21.04.0.
Kei Kebreau [Wed, 21 Apr 2021 21:09:13 +0000 (17:09 -0400)]
gnu: wxmaxima: Update to 21.04.0.

* gnu/packages/maths.scm (wxmaxima): Update to 21.04.0.

3 years agognu: Add crm114.
Arun Isaac [Sat, 3 Apr 2021 19:10:14 +0000 (00:40 +0530)]
gnu: Add crm114.

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

3 years agognu: kitty: Update to 0.20.1.
Ekaitz Zarraga [Wed, 21 Apr 2021 12:37:42 +0000 (12:37 +0000)]
gnu: kitty: Update to 0.20.1.

gnu/packages/terminals.scm (kitty): Update to 0.20.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Blender: Add the missing Voxel Remesher.
Ekaitz Zarraga [Wed, 21 Apr 2021 15:59:32 +0000 (17:59 +0200)]
gnu: Blender: Add the missing Voxel Remesher.

* gnu/packages/graphics.scm (blender)[inputs]: Add openvdb.
[arguments]: Pass "-DWITH_OPENVDB=ON" to #:configure-flags.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: julia-inifile: Fix grammar.
Vagrant Cascadian [Wed, 21 Apr 2021 15:17:41 +0000 (08:17 -0700)]
gnu: julia-inifile: Fix grammar.

* gnu/packages/julia-xyz.scm (julia-inifile)[description]: Remove
  gratuitous use of "allows to".

3 years agognu: emacs-webpaste: Fix grammar.
Vagrant Cascadian [Wed, 21 Apr 2021 15:16:25 +0000 (08:16 -0700)]
gnu: emacs-webpaste: Fix grammar.

* gnu/packages/emacs-xyz.scm (emacs-webpaste)[description]: Remove
  gratuitous use of "allows to".

3 years agognu: emacs-svg-icon: Fix grammar.
Vagrant Cascadian [Wed, 21 Apr 2021 15:14:36 +0000 (08:14 -0700)]
gnu: emacs-svg-icon: Fix grammar.

* gnu/packages/emacs-xyz.scm (emacs-svg-icon)[description]: Remove
  gratuitous use of "allows to".

3 years agognu: r-circrnaprofiler: Fix grammar.
Vagrant Cascadian [Wed, 21 Apr 2021 15:12:50 +0000 (08:12 -0700)]
gnu: r-circrnaprofiler: Fix grammar.

* gnu/packages/bioconductor.scm (r-circrnaprofiler)[description]:
  Remove gratuitous use of "allows to".

3 years agognu: emacs-realgud: Fix grammar.
Vagrant Cascadian [Wed, 21 Apr 2021 15:10:03 +0000 (08:10 -0700)]
gnu: emacs-realgud: Fix grammar.

* gnu/packages/emacs-xyz.scm (emacs-realgud)[description]: Remove
  gratuitous use of "allows to".

3 years agognu: julia-fillarrays: Fix grammar.
Vagrant Cascadian [Wed, 21 Apr 2021 15:08:05 +0000 (08:08 -0700)]
gnu: julia-fillarrays: Fix grammar.

* gnu/packages/julia-xyz.scm (julia-fillarrays)[description]: Remove
  gratuitous use of "allows to".

3 years agognu: qite: Fix grammar.
Vagrant Cascadian [Wed, 21 Apr 2021 15:05:11 +0000 (08:05 -0700)]
gnu: qite: Fix grammar.

* gnu/packages/qt.scm (qite)[description]: Remove gratuitous use of
  "allows to".

3 years agognu: ocaml-mdx: Fix grammar.
Vagrant Cascadian [Wed, 21 Apr 2021 15:02:48 +0000 (08:02 -0700)]
gnu: ocaml-mdx: Fix grammar.

* gnu/packages/ocaml.scm (ocaml-mdx)[description]: Remove gratuitous
  uses of "allows to".

3 years agognu: emacs-consult: Fix grammar.
Vagrant Cascadian [Wed, 21 Apr 2021 15:00:00 +0000 (08:00 -0700)]
gnu: emacs-consult: Fix grammar.

* gnu/packages/emacs-xyz.scm (emacs-consult)[description]: Remove
  gratuitous use of "allows to".

3 years agognu: rust-jni-0.18: Fix grammar.
Vagrant Cascadian [Wed, 21 Apr 2021 14:58:16 +0000 (07:58 -0700)]
gnu: rust-jni-0.18: Fix grammar.

* gnu/packages/crates-io.scm (rust-jni-0.18)[description]: Remove
  gratuitous use of "permits to".

3 years agognu: rust-wayland-egl-0.28: Fix grammar.
Vagrant Cascadian [Wed, 21 Apr 2021 14:55:06 +0000 (07:55 -0700)]
gnu: rust-wayland-egl-0.28: Fix grammar.

* gnu/packages/crates-graphics.scm
  (rust-wayland-egl-0.28)[description]: Remove gratuitous use of
  "allows to".

3 years agognu: ipxe: Fix grammar.
Vagrant Cascadian [Wed, 21 Apr 2021 14:52:47 +0000 (07:52 -0700)]
gnu: ipxe: Fix grammar.

* gnu/packages/bootloaders.scm (ipxe)[description]: Remove gratuitous
  use of "allows to".

3 years agognu: python-flake8-implicit-str-concat: Fix typo.
Vagrant Cascadian [Wed, 21 Apr 2021 06:54:35 +0000 (23:54 -0700)]
gnu: python-flake8-implicit-str-concat: Fix typo.

* gnu/packages/python-xyz.scm
  (python-flake8-implicit-str-concat)[description]: Fix spelling of
  "formatting".

3 years agognu: sbcl-clip: Fix typo.
Vagrant Cascadian [Wed, 21 Apr 2021 06:51:24 +0000 (23:51 -0700)]
gnu: sbcl-clip: Fix typo.

* gnu/packages/lisp-xyz.scm (sbcl-clip)[description]: Fix spelling of
  "dependent".

3 years agognu: rust-tint-1: Fix typo.
Vagrant Cascadian [Wed, 21 Apr 2021 06:47:32 +0000 (23:47 -0700)]
gnu: rust-tint-1: Fix typo.

* gnu/packages/crates-io.scm (rust-tint-1)[description]: Fix "This
  package" typo.

3 years agognu: rust-rawkey-0.1: Fix typo.
Vagrant Cascadian [Wed, 21 Apr 2021 06:46:07 +0000 (23:46 -0700)]
gnu: rust-rawkey-0.1: Fix typo.

* gnu/packages/crates-io.scm (rust-rawkey-0.1)[description]: Fix "This
  package" typo.

3 years agognu: rust-parse-zoneinfo-0.3: Fix typo.
Vagrant Cascadian [Wed, 21 Apr 2021 06:43:42 +0000 (23:43 -0700)]
gnu: rust-parse-zoneinfo-0.3: Fix typo.

* gnu/packages/crates-io.scm (rust-parse-zoneinfo-0.3)[description]:
  Fix "This package" typo.

3 years agognu: rust-parking-2: Fix typo.
Vagrant Cascadian [Wed, 21 Apr 2021 06:40:48 +0000 (23:40 -0700)]
gnu: rust-parking-2: Fix typo.

* gnu/packages/crates-io.scm (rust-parking-2)[description]: Fix "This
  package" typo.

3 years agognu: go-github-com-mesilliac-pulse-simple: Fix typo.
Vagrant Cascadian [Wed, 21 Apr 2021 06:37:31 +0000 (23:37 -0700)]
gnu: go-github-com-mesilliac-pulse-simple: Fix typo.

* gnu/packages/golang.scm
  (go-github-com-mesilliac-pulse-simple)[description]: Fix typo "This
  package".

3 years agognu: rust-gag-0.1: Fix typo.
Vagrant Cascadian [Tue, 20 Apr 2021 21:19:35 +0000 (14:19 -0700)]
gnu: rust-gag-0.1: Fix typo.

* gnu/packages/crates-io.scm (rust-gag-0.1)[description]: Fix "This
  package" typo.

3 years agognu: r-msmstests: Fix typo.
Vagrant Cascadian [Tue, 20 Apr 2021 21:16:48 +0000 (14:16 -0700)]
gnu: r-msmstests: Fix typo.

* gnu/packages/bioconductor.scm (r-msmstests)[description]: Fix "This
  package" typo.

3 years agoimage: Fix spelling of "evaluate"
Vagrant Cascadian [Tue, 20 Apr 2021 18:54:21 +0000 (11:54 -0700)]
image: Fix spelling of "evaluate"

* gnu/build/image.scm: Fix typo.

3 years agognu: openjdk: Disallow references to the JDK used for build.
Ludovic Courtès [Wed, 21 Apr 2021 10:53:54 +0000 (12:53 +0200)]
gnu: openjdk: Disallow references to the JDK used for build.

This ensures JDKs don't unintentionally keep references to the one used
to build them, as reported at <https://issues.guix.gnu.org/31719#7> and
fixed by 97a43db8b4416a1450aa61737edba9cf4126cf1c.

* gnu/packages/java.scm (icedtea-8)[arguments]: Add #:disallowed-references.
(openjdk9)[arguments]: Likewise.
(openjdk10)[arguments]: Likewise.
(openjdk11)[arguments]: Likewise.

3 years agognu: openjdk: Avoid non-top-level 'use-modules'.
Ludovic Courtès [Wed, 21 Apr 2021 10:52:21 +0000 (12:52 +0200)]
gnu: openjdk: Avoid non-top-level 'use-modules'.

* gnu/packages/java.scm (icedtea-8, openjdk9, openjdk11)[arguments]:
Replace non-top-level 'use-modules' by '@'.

3 years agognu: openjdk: Fix library substitution when libraries aren't found.
Carlo Zancanaro [Tue, 20 Apr 2021 11:22:20 +0000 (21:22 +1000)]
gnu: openjdk: Fix library substitution when libraries aren't found.

* gnu/packages/java.scm (icedtea-8, openjdk9, openjdk11)[arguments]:
Change 'find-library' to always return a string.  Change 'find-library'
callers to use 'string-append' rather than 'format'.  Starting from
97a43db8b4416a1450aa61737edba9cf4126cf1c, 'find-library' could return #f
and JNI substitutions would emit a literal "#f".

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: python-djvulibre: Update to 0.8.6.
Guillaume Le Vaillant [Wed, 21 Apr 2021 12:17:35 +0000 (14:17 +0200)]
gnu: python-djvulibre: Update to 0.8.6.

* gnu/packages/python-xyz.scm (python-djvulibre): Update to 0.8.6.

3 years agognu: jgmenu: Update to 4.3.0.
Guillaume Le Vaillant [Wed, 21 Apr 2021 12:00:38 +0000 (14:00 +0200)]
gnu: jgmenu: Update to 4.3.0.

* gnu/packages/xdisorg.scm (jgmenu): Update to 4.3.0.
  [arguments]: Add 'test-target' keyword. Remove 'fix-tests' phase. Use
  'cc-for-target' instead of hard-coding gcc.

3 years agognu: txr: Update to 256.
Guillaume Le Vaillant [Wed, 21 Apr 2021 11:46:31 +0000 (13:46 +0200)]
gnu: txr: Update to 256.

* gnu/packages/lisp.scm (txr): Update to 256.

3 years agognu: cuirass: Update to 1.0.0-15.962923c.
Mathieu Othacehe [Wed, 21 Apr 2021 11:01:13 +0000 (13:01 +0200)]
gnu: cuirass: Update to 1.0.0-15.962923c.

* gnu/packages/ci.scm (cuirass): Update to 1.0.0-15.962923c.

3 years agognu: cuirass: Update to 1.0.0-14.f20309c.
Mathieu Othacehe [Wed, 21 Apr 2021 09:45:47 +0000 (11:45 +0200)]
gnu: cuirass: Update to 1.0.0-14.f20309c.

* gnu/packages/ci.scm (cuirass): Update to 1.0.0-14.f20309c.

3 years agognu: Add libcxx+libcxxabi-6.
Ricardo Wurmus [Wed, 21 Apr 2021 09:04:39 +0000 (11:04 +0200)]
gnu: Add libcxx+libcxxabi-6.

* gnu/packages/llvm.scm (libcxx+libcxxabi-6): New variable.

3 years agognu: Add libcxxabi-6.
Ricardo Wurmus [Wed, 21 Apr 2021 09:04:25 +0000 (11:04 +0200)]
gnu: Add libcxxabi-6.

* gnu/packages/llvm.scm (libcxxabi-6): New variable.

3 years agognu: xfce: Autostart mate-polkit.
Brendan Tildesley [Mon, 19 Apr 2021 10:16:05 +0000 (20:16 +1000)]
gnu: xfce: Autostart mate-polkit.

* gnu/packages/xfce.scm (xfce):[inputs]: Add mate-polkit-for-xfce.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
3 years agognu: Add mate-polkit-for-xfce.
Brendan Tildesley [Mon, 19 Apr 2021 08:26:31 +0000 (18:26 +1000)]
gnu: Add mate-polkit-for-xfce.

gnu/packages/xfce.scm (mate-polkit-for-xfce) New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
3 years agognu: skopeo: Update to 1.2.3.
Tobias Geerinckx-Rice [Tue, 20 Apr 2021 22:29:59 +0000 (00:29 +0200)]
gnu: skopeo: Update to 1.2.3.

* gnu/packages/virtualization.scm (skopeo): Update to 1.2.3.

3 years agognu: ant: Update to 1.10.10.
Tobias Geerinckx-Rice [Tue, 20 Apr 2021 22:29:42 +0000 (00:29 +0200)]
gnu: ant: Update to 1.10.10.

* gnu/packages/java.scm (ant): Update to 1.10.10.

3 years agognu: libdvdcss: Update to 1.4.3.
Tobias Geerinckx-Rice [Tue, 20 Apr 2021 21:47:30 +0000 (23:47 +0200)]
gnu: libdvdcss: Update to 1.4.3.

* gnu/packages/video.scm (libdvdcss): Update to 1.4.3.

3 years agognu: wine: Update to 6.6.
Tobias Geerinckx-Rice [Tue, 20 Apr 2021 19:22:30 +0000 (21:22 +0200)]
gnu: wine: Update to 6.6.

* gnu/packages/wine.scm (wine): Update to 6.6.

3 years agognu: bcachefs-tools: Update to 0.1-5.ce906d6.
Tobias Geerinckx-Rice [Tue, 20 Apr 2021 12:09:53 +0000 (14:09 +0200)]
gnu: bcachefs-tools: Update to 0.1-5.ce906d6.

* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-5.ce906d6.

3 years agognu: wine-staging: Update to 5.22.
Tobias Geerinckx-Rice [Tue, 20 Apr 2021 11:53:59 +0000 (13:53 +0200)]
gnu: wine-staging: Update to 5.22.

* gnu/packages/wine.scm (wine-staging-patchset-data, wine-staging):
Update to 5.22.

3 years agopo: Remove file that no longer exists.
Ludovic Courtès [Tue, 20 Apr 2021 21:38:03 +0000 (23:38 +0200)]
po: Remove file that no longer exists.

This is a followup to d95168321f4a9bf6857b598da0a183b45a868d54.

* po/guix/POTFILES.in: Remove guix/scripts/import/nix.scm.

3 years agodoc: Clarify further the distinction between the web-based manuals.
Leo Famulari [Tue, 20 Apr 2021 16:44:21 +0000 (12:44 -0400)]
doc: Clarify further the distinction between the web-based manuals.

As discussed on #guix IRC, several of us struggle to reliably choose the
right option based on the old labels:

https://logs.guix.gnu.org/guix/2021-04-20.log#182137

* doc/build.scm (html-manual-indexes): Try to distinguish between the
two options more clearly.

3 years agognu: Add avro-cpp-1.9.
Ricardo Wurmus [Tue, 20 Apr 2021 14:39:34 +0000 (16:39 +0200)]
gnu: Add avro-cpp-1.9.

* gnu/packages/serialization.scm (avro-cpp-1.9): New variable.

3 years agognu: Add nanodbc.
Ricardo Wurmus [Tue, 20 Apr 2021 14:34:43 +0000 (16:34 +0200)]
gnu: Add nanodbc.

* gnu/packages/databases.scm (nanodbc): New variable.

3 years agoservices: wireguard: Add keep-alive support.
Guillaume Le Vaillant [Tue, 20 Apr 2021 11:29:44 +0000 (13:29 +0200)]
services: wireguard: Add keep-alive support.

* gnu/services/vpn.scm (<wireguard-peer>): Add 'keep-alive' field.
  (wireguard-configuration-file): Use it.
* doc/guix.texi (VPN Services): Document it.

3 years agognu: guile-git: Update to 0.5.1.
Ludovic Courtès [Tue, 20 Apr 2021 10:19:33 +0000 (12:19 +0200)]
gnu: guile-git: Update to 0.5.1.

Fixes <https://bugs.gnu.org/47808>.
Reported by Bone Baboon <bone.baboon@disroot.org>.

* gnu/packages/guile.scm (guile-git): Update to 0.5.1.

3 years agoimport: Remove Nix importer.
Ludovic Courtès [Sun, 18 Apr 2021 13:37:20 +0000 (15:37 +0200)]
import: Remove Nix importer.

This importer has suffered from bitrot and no longer works with current
Nix and Nixpkgs.  See <https://bugs.gnu.org/32339> and
<https://bugs.gnu.org/36255>.

* guix/import/snix.scm, guix/scripts/import/nix.scm,
tests/snix.scm: Remove.
* Makefile.am (MODULES, SCM_TESTS): Remove them.
* guix/scripts/import.scm (importers): Remove "nix".
* build-aux/test-env.in: Remove NIXPKGS variable.
* configure.ac: Remove '--with-nixpkgs' option.
* doc/guix.texi (Invoking guix import): Remove bit about "guix import
nix".
* etc/completion/fish/guix.fish: Likewise.

3 years agognu: klavaro: Update to 3.12.
Tobias Geerinckx-Rice [Tue, 20 Apr 2021 09:08:57 +0000 (11:08 +0200)]
gnu: klavaro: Update to 3.12.

* gnu/packages/education.scm (klavaro): Update to 3.12.
[inputs]: Add gtkdatabox.

3 years agognu: xoscope: Update to 2.3.
Tobias Geerinckx-Rice [Tue, 20 Apr 2021 09:08:30 +0000 (11:08 +0200)]
gnu: xoscope: Update to 2.3.

* gnu/packages/electronics.scm (xoscope): Update to 2.3.
[native-inputs]: Add m4.
[inputs]: Substitute gtk+ for gtk+-2.

3 years agognu: gtkdatabox: Update to 1.0.0.
Tobias Geerinckx-Rice [Tue, 20 Apr 2021 09:08:02 +0000 (11:08 +0200)]
gnu: gtkdatabox: Update to 1.0.0.

* gnu/packages/gtk.scm (gtkdatabox): Update to 1.0.0.
[inputs]: Substitute gtk+ for gtk+-2.

3 years agognu: wimlib: Disable static library.
Tobias Geerinckx-Rice [Tue, 20 Apr 2021 08:26:02 +0000 (10:26 +0200)]
gnu: wimlib: Disable static library.

* gnu/packages/backup.scm (wimlib)[arguments]: Add "--disable-static"
to #:configure-flags.

3 years agognu: wimlib: Update to 1.13.4.
Tobias Geerinckx-Rice [Tue, 20 Apr 2021 08:22:04 +0000 (10:22 +0200)]
gnu: wimlib: Update to 1.13.4.

* gnu/packages/backup.scm (wimlib): Update to 1.13.4.

3 years agognu: jucipp: Update clang version.
Tobias Geerinckx-Rice [Tue, 20 Apr 2021 08:17:21 +0000 (10:17 +0200)]
gnu: jucipp: Update clang version.

* gnu/packages/text-editors.scm (jucipp)[inputs]: Use clang-11.

3 years agognu: openjdk: Clean up runtime dependencies between Java versions.
Carlo Zancanaro [Sat, 17 Apr 2021 06:33:06 +0000 (16:33 +1000)]
gnu: openjdk: Clean up runtime dependencies between Java versions.

* gnu/packages/java.scm (icedtea-8, openjdk9, openjdk11): Do not consider
icedtea/openjdk input paths when rewriting JNI libraries.

Signed-off-by: Andreas Enge <andreas@enge.fr>
3 years agognu: cuirass: Update to 1.0.0-13.a946fe2.
Mathieu Othacehe [Tue, 20 Apr 2021 08:14:02 +0000 (10:14 +0200)]
gnu: cuirass: Update to 1.0.0-13.a946fe2.

* gnu/packages/ci.scm (cuirass): Update to 1.0.0-13.a946fe2.