jackhill/guix/guix.git
3 years agognu: Add ajam. wip-argyll
Jack Hill [Sun, 25 Apr 2021 05:37:33 +0000 (01:37 -0400)]
gnu: Add ajam.

* gnu/packages/build-tools.scm (ajam): New variable.

3 years agolicenses: Add Perfoce licence for Jam.
Jack Hill [Sun, 25 Apr 2021 22:13:24 +0000 (18:13 -0400)]
licenses: Add Perfoce licence for Jam.

* guix/licenses.scm (perforce-jam): New variable.

3 years agognu: Add eovim.
Jack Hill [Fri, 23 Apr 2021 02:38:06 +0000 (22:38 -0400)]
gnu: Add eovim.

* gnu/packages/vim (eovim): New variable.

3 years agoWIP: bees service
Jack Hill [Fri, 26 Feb 2021 17:38:06 +0000 (12:38 -0500)]
WIP: bees service

3 years agognu: Add bees.
Jack Hill [Fri, 26 Feb 2021 17:37:12 +0000 (12:37 -0500)]
gnu: Add bees.

* gnu/packages/file-system.scm (bees): New variable.

3 years agoWIP:afs-service-commit
Jack Hill [Mon, 17 Aug 2020 04:34:50 +0000 (00:34 -0400)]
WIP:afs-service-commit

3 years agognu: Add kafs-client
Jack Hill [Sun, 16 Aug 2020 21:28:21 +0000 (17:28 -0400)]
gnu: Add kafs-client

* gnu/packages/afs.scm: New file.
* gnu/packages/patches/kafs-client-soname-symlink.patch: New file.

3 years agognu: esbuild: Update to 0.11.14.
Ryan Prior [Sun, 25 Apr 2021 04:44:35 +0000 (04:44 +0000)]
gnu: esbuild: Update to 0.11.14.

* gnu/package/web.scm (esbuild): Update to 0.11.14.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add orange.
Vinicius Monego [Sun, 25 Apr 2021 03:26:08 +0000 (03:26 +0000)]
gnu: Add orange.

* gnu/packages/orange.scm (orange): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: python-opentsne: Update to 0.5.2.
Vinicius Monego [Sun, 25 Apr 2021 03:26:07 +0000 (03:26 +0000)]
gnu: python-opentsne: Update to 0.5.2.

* gnu/packages/machine-learning.scm (python-opentsne): Update to 0.5.2.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: python-pynndescent: Update to 0.5.2.
Vinicius Monego [Sun, 25 Apr 2021 03:26:06 +0000 (03:26 +0000)]
gnu: python-pynndescent: Update to 0.5.2.

* gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.2.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add python-louvain 0.15.
Vinicius Monego [Sun, 25 Apr 2021 03:26:05 +0000 (03:26 +0000)]
gnu: Add python-louvain 0.15.

* gnu/packages/graph.scm (python-louvain): Rename variable to
python-louvain-0.6.
(python-louvain): New variable.
* gnu/packages/bioinformatics.scm (python-scanpy)[propagated-inputs]: Use
python-louvain-0.6.

Co-authored-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add python-serverfiles.
Vinicius Monego [Sun, 25 Apr 2021 03:26:04 +0000 (03:26 +0000)]
gnu: Add python-serverfiles.

* gnu/packages/orange.scm (python-serverfiles): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add python-orange-widget-base.
Vinicius Monego [Sun, 25 Apr 2021 03:26:03 +0000 (03:26 +0000)]
gnu: Add python-orange-widget-base.

* gnu/packages/orange.scm (python-orange-widget-base): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add python-orange-canvas-core.
Vinicius Monego [Sun, 25 Apr 2021 03:26:02 +0000 (03:26 +0000)]
gnu: Add python-orange-canvas-core.

* gnu/packages/orange.scm: New file.
* gnu/packages/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add python-qasync.
Vinicius Monego [Sun, 25 Apr 2021 03:26:01 +0000 (03:26 +0000)]
gnu: Add python-qasync.

* gnu/packages/python-xyz.scm (python-qasync): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add python-pyqtgraph.
Vinicius Monego [Sun, 25 Apr 2021 03:26:00 +0000 (03:26 +0000)]
gnu: Add python-pyqtgraph.

* gnu/packages/python-xyz.scm (python-pyqtgraph): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add python-anyqt.
Vinicius Monego [Sun, 25 Apr 2021 03:25:59 +0000 (03:25 +0000)]
gnu: Add python-anyqt.

* gnu/packages/python-xyz.scm (python-anyqt): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: direnv: Install the documentation.
Dion Mendel [Sun, 25 Apr 2021 10:57:21 +0000 (18:57 +0800)]
gnu: direnv: Install the documentation.

* gnu/packages/shellutils.scm (direnv)[arguments]: Add a new 'install-manpages'
phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agodoc: Document translation process.
Julien Lepiller [Tue, 13 Apr 2021 22:16:01 +0000 (00:16 +0200)]
doc: Document translation process.

doc/contributing.texi (Translating Guix): New section.
doc/guix.texi (Top): Add a reference to the new section.

3 years agognu: openrct2: Update to 0.3.3.
Pierre Neidhardt [Sun, 25 Apr 2021 09:38:53 +0000 (11:38 +0200)]
gnu: openrct2: Update to 0.3.3.

* gnu/packages/games.scm (openrct2): Update to 0.3.3.

3 years agognu: guile-next: Use a source file-name.
Efraim Flashner [Sun, 25 Apr 2021 07:29:53 +0000 (10:29 +0300)]
gnu: guile-next: Use a source file-name.

* gnu/packages/guile.scm (guile-next)[source]: Add file-name field.

3 years agognu: crypto++: Use a source file-name.
Efraim Flashner [Sun, 25 Apr 2021 07:28:54 +0000 (10:28 +0300)]
gnu: crypto++: Use a source file-name.

* gnu/packages/crypto.scm (crypto++)[source]: Add file-name field.

3 years agognu: python-traitlets: Add missing input.
Efraim Flashner [Sun, 25 Apr 2021 06:13:42 +0000 (09:13 +0300)]
gnu: python-traitlets: Add missing input.

Reported by phodina <phodina@protonmail.com>.

* gnu/packages/python-xyz.scm (python-traitlets)[propagated-inputs]: Add
python-six.

3 years agognu: swayidle: Fix home page.
Alexandr Vityazev [Sat, 24 Apr 2021 20:29:57 +0000 (20:29 +0000)]
gnu: swayidle: Fix home page.

* gnu/packages/wm.scm (swayidle)[home-page]: Use the correct home-page.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: emacs-cider: Update to 1.1.0.
Jelle Licht [Sat, 24 Apr 2021 20:21:10 +0000 (22:21 +0200)]
gnu: emacs-cider: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.1.0.

3 years ago.gitignore: Adjust the glob pattern for the "doc/stamp" files.
B. Wilson [Thu, 22 Apr 2021 06:43:12 +0000 (15:43 +0900)]
.gitignore: Adjust the glob pattern for the "doc/stamp" files.

* .gitignore: Ignore 'doc/stamp-N' files with numbers greater than 9.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: fet: Update to 6.0.2.
Nicolas Goaziou [Sat, 24 Apr 2021 17:50:15 +0000 (19:50 +0200)]
gnu: fet: Update to 6.0.2.

* gnu/packages/education.scm (fet): Update to 6.0.2.

3 years agohttp-client: Remove exception mishandling in 'http-multiple-get'.
Ludovic Courtès [Sat, 24 Apr 2021 16:07:09 +0000 (18:07 +0200)]
http-client: Remove exception mishandling in 'http-multiple-get'.

Partly fixes <https://bugs.gnu.org/47867>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.

The non-tail recursive call to 'connect' could cause requests to be
processed twice, with 'p' possibly closed the second time.

Regression introduced in 205833b72c5517915a47a50dbe28e7024dc74e57 and
carried over in 45fce38fb0b6c6796906149ade145b8d3594c1c6.

* guix/http-client.scm (http-multiple-get): Remove call to 'close-port'
and recursive call to 'connect' when the 'write-request' block returns #f.

3 years agohttp-client, substitute: Gracefully handle GnuTLS EAGAIN/EINTR.
Ludovic Courtès [Sat, 24 Apr 2021 15:59:14 +0000 (17:59 +0200)]
http-client, substitute: Gracefully handle GnuTLS EAGAIN/EINTR.

Partly fixes <https://bugs.gnu.org/47867>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.

In GnuTLS up to 3.7.1 included, GNUTLS_E_AGAIN and GNUTLS_E_INTERRUPTED
are not handled by 'write_to_session_record_port' and could be thrown at
the caller.  This patch works around that by dropping connections
altogether and restarting when this happens.

* guix/http-client.scm (false-if-networking-error): Swallow ERROR/AGAIN
and ERROR/INTERRUPTED.
* guix/scripts/substitute.scm (call-with-cached-connection): Likewise.

3 years agognu: emacs-posframe: Update to 1.0.2.
Nicolas Goaziou [Sat, 24 Apr 2021 16:50:36 +0000 (18:50 +0200)]
gnu: emacs-posframe: Update to 1.0.2.

* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.2.

3 years agoservices: Add a service for rasdaemon.
B. Wilson [Tue, 20 Apr 2021 02:49:27 +0000 (11:49 +0900)]
services: Add a service for rasdaemon.

* gnu/services/linux.scm (rasdaemon-configuration, rasdaemon-configuration?,
rasdaemon-configuration-record?, rasdaemon-service-type): New variables.
* doc/guix.texi (Linux Services): Document it.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add rasdaemon.
B. Wilson [Tue, 20 Apr 2021 02:49:26 +0000 (11:49 +0900)]
gnu: Add rasdaemon.

* gnu/packages/linux.scm (rasdaemon): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: fennel: Update to 0.9.1.
Jack Hill [Thu, 22 Apr 2021 15:24:09 +0000 (11:24 -0400)]
gnu: fennel: Update to 0.9.1.

* gnu/packages/lua.scm (fennel): Update to 0.9.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agodoc: Fix cross-reference URL to translated manual.
Julien Lepiller [Sat, 24 Apr 2021 12:58:12 +0000 (14:58 +0200)]
doc: Fix cross-reference URL to translated manual.

* doc/htmlxref.cnf: Fix translated manual URL.

3 years agognu: xfce4-settings: Update to 4.16.1.
Michael Rohleder [Sat, 24 Apr 2021 10:25:24 +0000 (12:25 +0200)]
gnu: xfce4-settings: Update to 4.16.1.

* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
3 years agognu: qt5ct: Update to 1.2.
Tobias Geerinckx-Rice [Sat, 24 Apr 2021 10:56:38 +0000 (12:56 +0200)]
gnu: qt5ct: Update to 1.2.

* gnu/packages/qt.scm (qt5ct): Update to 1.2.

3 years agognu: Add emacs-wisp-mode.
Ricardo Wurmus [Sat, 24 Apr 2021 09:10:50 +0000 (11:10 +0200)]
gnu: Add emacs-wisp-mode.

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

3 years agognu: guile-wisp: Update to 1.0.4.
Ricardo Wurmus [Sat, 24 Apr 2021 05:59:45 +0000 (07:59 +0200)]
gnu: guile-wisp: Update to 1.0.4.

* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.4.

3 years agognu: nvme-cli: Update to 1.14.
Tobias Geerinckx-Rice [Sat, 24 Apr 2021 01:44:02 +0000 (03:44 +0200)]
gnu: nvme-cli: Update to 1.14.

* gnu/packages/linux.scm (nvme-cli): Update to 1.14.

3 years agognu: strawberry: Update to 0.9.3.
Tobias Geerinckx-Rice [Sat, 24 Apr 2021 01:43:25 +0000 (03:43 +0200)]
gnu: strawberry: Update to 0.9.3.

* gnu/packages/music.scm (strawberry): Update to 0.9.3.

3 years agognu: libtimidity: Update to 0.2.7.
Tobias Geerinckx-Rice [Sat, 24 Apr 2021 01:28:29 +0000 (03:28 +0200)]
gnu: libtimidity: Update to 0.2.7.

* gnu/packages/audio.scm (libtimidity): Update to 0.2.7.

3 years agognu: nnn: Use PKG-CONFIG-FOR-TARGET.
Tobias Geerinckx-Rice [Fri, 23 Apr 2021 21:08:58 +0000 (23:08 +0200)]
gnu: nnn: Use PKG-CONFIG-FOR-TARGET.

* gnu/packages/admin.scm (nnn)[arguments]: Substitute
PKG-CONFIG-FOR-TARGET for the equivalent STRING-APPEND.

3 years agognu: nnn: Update to 4.0.
Tobias Geerinckx-Rice [Fri, 23 Apr 2021 21:06:22 +0000 (23:06 +0200)]
gnu: nnn: Update to 4.0.

* gnu/packages/admin.scm (nnn): Update to 4.0.

3 years agognu: parallel: Update to 20210422.
Tobias Geerinckx-Rice [Fri, 23 Apr 2021 16:37:15 +0000 (18:37 +0200)]
gnu: parallel: Update to 20210422.

* gnu/packages/parallel.scm (parallel): Update to 20210422.

3 years agognu: xmenu: Update to 4.5.5.
Tobias Geerinckx-Rice [Fri, 23 Apr 2021 16:19:00 +0000 (18:19 +0200)]
gnu: xmenu: Update to 4.5.5.

* gnu/packages/wm.scm (xmenu): Update to 4.5.5.

3 years agognu: sdparm: Update to 1.12.
Tobias Geerinckx-Rice [Fri, 23 Apr 2021 16:18:45 +0000 (18:18 +0200)]
gnu: sdparm: Update to 1.12.

* gnu/packages/disk.scm (sdparm): Update to 1.12.

3 years agognu: thermald: Update to 2.4.4.
Tobias Geerinckx-Rice [Fri, 23 Apr 2021 16:18:30 +0000 (18:18 +0200)]
gnu: thermald: Update to 2.4.4.

* gnu/packages/admin.scm (thermald): Update to 2.4.4.

3 years agognu: xmlsec: Update to 1.2.32.
Tobias Geerinckx-Rice [Fri, 23 Apr 2021 16:17:20 +0000 (18:17 +0200)]
gnu: xmlsec: Update to 1.2.32.

* gnu/packages/xml.scm (xmlsec): Update to 1.2.32.

3 years agognu: cobol: Add missing inputs.
Efraim Flashner [Fri, 23 Apr 2021 07:10:59 +0000 (10:10 +0300)]
gnu: cobol: Add missing inputs.

Reported by Simon Sobisch <simonsobisch@gnu.org>.

* gnu/packages/cobol.scm (gnucobol)[inputs]: Add json-c, libxml2. Move
newcob ...
[native-inputs]: ... to here.
[arguments]: Add configure-flag to set json-c cflags.

3 years agognu: gnucobol: Update home-page.
Efraim Flashner [Fri, 23 Apr 2021 07:08:56 +0000 (10:08 +0300)]
gnu: gnucobol: Update home-page.

Reported by Simon Sobisch <simonsobisch@gnu.org>.

* gnu/packages/cobol.scm (gnucobol)[home-page]: Use official home-page.

3 years agognu: nanodbc: Build shared libraries.
Ricardo Wurmus [Thu, 22 Apr 2021 13:47:32 +0000 (15:47 +0200)]
gnu: nanodbc: Build shared libraries.

* gnu/packages/databases.scm (nanodbc)[arguments]: Build shared libraries.

3 years agognu: guix-build-coordinator: Update to 0-27.1305724.
Christopher Baines [Fri, 23 Apr 2021 14:04:47 +0000 (15:04 +0100)]
gnu: guix-build-coordinator: Update to 0-27.1305724.

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

3 years agoservices: guix-build-coordinator: Fix queue builds default config.
Christopher Baines [Fri, 23 Apr 2021 14:01:58 +0000 (15:01 +0100)]
services: guix-build-coordinator: Fix queue builds default config.

Use the default client port rather than the default agent communication port
for the queue builds script.

* gnu/services/guix.scm (<guix-build-coordinator-queue-builds-configuration>):
Change coordinator default.

3 years agognu: Add shorah.
Ricardo Wurmus [Fri, 23 Apr 2021 13:52:36 +0000 (15:52 +0200)]
gnu: Add shorah.

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

3 years agognu: Add r-revgeo.
Ricardo Wurmus [Fri, 23 Apr 2021 13:07:48 +0000 (15:07 +0200)]
gnu: Add r-revgeo.

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

3 years agognu: Add r-rjsonio.
Ricardo Wurmus [Fri, 23 Apr 2021 13:06:29 +0000 (15:06 +0200)]
gnu: Add r-rjsonio.

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

3 years agognu: Add r-shinycell.
Ricardo Wurmus [Fri, 23 Apr 2021 13:05:31 +0000 (15:05 +0200)]
gnu: Add r-shinycell.

* gnu/packages/bioinformatics.scm (r-shinycell): New variable.

3 years agoservices: guix-build-coordinator: Remove incorrect pid file.
Christopher Baines [Fri, 23 Apr 2021 12:40:25 +0000 (13:40 +0100)]
services: guix-build-coordinator: Remove incorrect pid file.

The queue builds script doesn't create a pid file, so don't have the shepherd
expect to find one.

* gnu/services/guix.scm (guix-build-coordinator-queue-builds-shepherd-services):
Remove #:pid-file.

3 years agoservices: guix-build-coordinator: Fix service activation parts.
Christopher Baines [Fri, 23 Apr 2021 12:38:49 +0000 (13:38 +0100)]
services: guix-build-coordinator: Fix service activation parts.

Don't hardcode usernames, as these are in the config. Also fix the %user being
missing from the queue-builds service activation.

* gnu/services/guix.scm (guix-build-coordinator-activation,
guix-build-coordinator-agent-activation): Use config for the user name.
(guix-build-coordinator-queue-builds-activation): Define %user.

3 years agognu: guix-build-coordinator: Update to 0-26.f836f07.
Christopher Baines [Fri, 23 Apr 2021 12:38:22 +0000 (13:38 +0100)]
gnu: guix-build-coordinator: Update to 0-26.f836f07.

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

3 years agoservices: guix-build-coordinator: Add max-1min-load-average option.
Christopher Baines [Fri, 23 Apr 2021 10:00:56 +0000 (11:00 +0100)]
services: guix-build-coordinator: Add max-1min-load-average option.

To the agent configuration.

* gnu/services/guix.scm (<guix-build-coordinator-agent-configuration>): New
field, max-1min-load-average.
(guix-build-coordinator-agent-configuration-max-1min-load-average): New
procedure.
(guix-build-coordinator-agent-shepherd-services): If set, include the
max-1min-load-average in the agent arguments.

3 years agognu: guix-build-coordinator: Add missing guile-sqlite3 to wrapper.
Christopher Baines [Fri, 23 Apr 2021 09:59:38 +0000 (10:59 +0100)]
gnu: guix-build-coordinator: Add missing guile-sqlite3 to wrapper.

* gnu/packages/package-management.scm (guix-build-coordinator)[arguments]:
List guile-sqlite3 as a guile input for wrapping.

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.