jackhill/guix/guix.git
3 years agognu: Add cxxopts. master
Greg Hogan [Fri, 18 Sep 2020 14:22:11 +0000 (10:22 -0400)]
gnu: Add cxxopts.

* gnu/packages/cpp.scm (cxxopts): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add texlive-microtype.
Paul Garlick [Fri, 18 Sep 2020 14:07:27 +0000 (15:07 +0100)]
gnu: Add texlive-microtype.

* gnu/packages/tex.scm (texlive-microtype): New variable.

3 years agognu: linux-libre@4.4: Update to 4.4.236.
Leo Famulari [Fri, 18 Sep 2020 01:16:10 +0000 (21:16 -0400)]
gnu: linux-libre@4.4: Update to 4.4.236.

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

3 years agognu: linux-libre@4.9: Update to 4.9.236.
Leo Famulari [Fri, 18 Sep 2020 01:15:27 +0000 (21:15 -0400)]
gnu: linux-libre@4.9: Update to 4.9.236.

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

3 years agognu: linux-libre@4.14: Update to 4.14.198.
Leo Famulari [Fri, 18 Sep 2020 01:13:40 +0000 (21:13 -0400)]
gnu: linux-libre@4.14: Update to 4.14.198.

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

3 years agognu: linux-libre@4.19: Update to 4.19.146.
Leo Famulari [Fri, 18 Sep 2020 01:12:53 +0000 (21:12 -0400)]
gnu: linux-libre@4.19: Update to 4.19.146.

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

3 years agognu: linux-libre@5.4: Update to 5.4.66.
Leo Famulari [Fri, 18 Sep 2020 01:11:50 +0000 (21:11 -0400)]
gnu: linux-libre@5.4: Update to 5.4.66.

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

3 years agognu: linux-libre: Update to 5.8.10.
Leo Famulari [Thu, 17 Sep 2020 22:35:43 +0000 (18:35 -0400)]
gnu: linux-libre: Update to 5.8.10.

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

3 years agognu: komikku: Update to 0.20.0.
Leo Prikler [Fri, 18 Sep 2020 11:56:58 +0000 (13:56 +0200)]
gnu: komikku: Update to 0.20.0.

* gnu/packages/gnome.scm (komikku): Update to 0.20.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: calibre: Clean up 'wrap phase.
Prafulla Giri [Tue, 15 Sep 2020 11:28:36 +0000 (17:13 +0545)]
gnu: calibre: Clean up 'wrap phase.

Based on the suggestion of the author, this commit cleans up the
changes introduced by fd3eac4dd774597d493e6d8aae7b1c2653070bc7

For more information, see: https://issues.guix.gnu.org/43249

* gnu/packages/e-book.scm (calibre):
[arguments]: Remove the manual 'wrap phase replacement and add a
'wrap-program phase after standard 'wrap phase to make the runtime
dependency QtWebEngineProcess available to the binaries.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: emacs-helpful: Update to 0.17-1.be0e937f.
Jelle Licht [Fri, 18 Sep 2020 13:10:37 +0000 (15:10 +0200)]
gnu: emacs-helpful: Update to 0.17-1.be0e937f.

* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.17-1.b0e937f.

3 years agognu: libsoundio: Fix indentation.
Mathieu Othacehe [Fri, 18 Sep 2020 13:00:19 +0000 (15:00 +0200)]
gnu: libsoundio: Fix indentation.

* gnu/packages/audio.scm (libsoundio): Fix indentation.

3 years agognu: Add libsoundio.
Alexandros Theodotou [Tue, 15 Sep 2020 09:17:15 +0000 (10:17 +0100)]
gnu: Add libsoundio.

* gnu/packages/audio.scm (libsoundio): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agoRevert "gnu: openblas: Update to 0.3.10."
Mathieu Othacehe [Fri, 18 Sep 2020 12:05:51 +0000 (14:05 +0200)]
Revert "gnu: openblas: Update to 0.3.10."

This reverts commit c59e9f0a03241ef3c7b8042054fd54e327f7539a because it
triggers too many rebuilds.

3 years agognu: kdenlive: Simplify 'wrap-executable phase.
Prafulla Giri [Wed, 16 Sep 2020 19:10:58 +0000 (00:55 +0545)]
gnu: kdenlive: Simplify 'wrap-executable phase.

* gnu/packages/kde.scm (kdenlive)[arguments]: Use getenv to set the
values of QT_PLUGIN_PATH and QML2_IMPORT_PATH in the wrapper during
the 'wrap-executable phase.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: kdenlive: Add missing dependencies.
Prafulla Giri [Wed, 16 Sep 2020 17:44:09 +0000 (23:29 +0545)]
gnu: kdenlive: Add missing dependencies.

This allows to browse the file-system using kdenlive's own file-chooser.

* gnu/packages/kde.scm (kdenlive)
[native-inputs]: Add pkg-config.
[inputs]: Add purpose and qtwebkit.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: kdenlive: Update to 20.08.1.
Prafulla Giri [Wed, 16 Sep 2020 16:25:18 +0000 (22:10 +0545)]
gnu: kdenlive: Update to 20.08.1.

* gnu/packages/kde.scm (kdenlive): Update to 20.08.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-beren.
Vinicius Monego [Wed, 16 Sep 2020 19:57:06 +0000 (16:57 -0300)]
gnu: Add python-beren.

* gnu/packages/python-web.scm (python-beren): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-apiron.
Vinicius Monego [Wed, 16 Sep 2020 19:54:41 +0000 (16:54 -0300)]
gnu: Add python-apiron.

* gnu/packages/python-web.scm (python-apiron): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: plantuml: Update to 1.2020.16.
Michael Rohleder [Fri, 18 Sep 2020 03:26:27 +0000 (05:26 +0200)]
gnu: plantuml: Update to 1.2020.16.

* gnu/packages/uml.scm (plantuml): Update to 1.2020.16.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: emacs-vterm: Update to 0-3.14e4afd.
Michael Rohleder [Fri, 18 Sep 2020 02:36:49 +0000 (04:36 +0200)]
gnu: emacs-vterm: Update to 0-3.14e4afd.

* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0-3.14e4afd.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agodoc: Clarify what propagated inputs are.
Florian Pelz [Wed, 16 Sep 2020 13:18:08 +0000 (15:18 +0200)]
doc: Clarify what propagated inputs are.

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

* doc/guix.texi (package Reference)[package-propagated-inputs]: Clarify.

3 years agognu: adms: Update to 2.3.7.
Morgan Smith [Tue, 15 Sep 2020 18:07:03 +0000 (14:07 -0400)]
gnu: adms: Update to 2.3.7.

* gnu/packages/engineering.scm (adms): Update to 2.3.7.
[source]: Change the url to github and use the git-fetch method.
[native-inputs]: Add "autoconf", "automake", "libtool", "perl" and
"perl-xml-libxml".
[home-page]: Use the github page.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: python-networkx: Update to 2.5.
Greg Hogan [Thu, 17 Sep 2020 15:56:13 +0000 (11:56 -0400)]
gnu: python-networkx: Update to 2.5.

* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add cozy.
Vinicius Monego [Thu, 17 Sep 2020 20:40:29 +0000 (17:40 -0300)]
gnu: Add cozy.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: openblas: Update to 0.3.10.
Greg Hogan [Thu, 17 Sep 2020 15:47:55 +0000 (11:47 -0400)]
gnu: openblas: Update to 0.3.10.

* gnu/packages/maths.scm (openblas): Update to 0.3.10.
[source]: Fetch from github.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: gnome-settings-daemon: Add "guix gc" to low disk space notification.
Ludovic Courtès [Thu, 17 Sep 2020 22:04:49 +0000 (00:04 +0200)]
gnu: gnome-settings-daemon: Add "guix gc" to low disk space notification.

* gnu/packages/patches/gnome-settings-daemon-gc.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gnome-settings-daemon)[source]: Use it.

3 years agognu: gnome-settings-daemon: Record absolute file name of Baobab.
Ludovic Courtès [Thu, 17 Sep 2020 12:20:39 +0000 (14:20 +0200)]
gnu: gnome-settings-daemon: Record absolute file name of Baobab.

* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Add
'set-baobab-file-name' phase.
[inputs]: Add BAOBAB.

3 years agognu: purple-mattermost: Update to 1.2-0.158ce20.
Ludovic Courtès [Thu, 17 Sep 2020 07:53:35 +0000 (09:53 +0200)]
gnu: purple-mattermost: Update to 1.2-0.158ce20.

* gnu/packages/messaging.scm (purple-mattermost): Update to commit 158ce20.

3 years agognu: Properly credit Konrad Hinsen.
Leo Famulari [Thu, 17 Sep 2020 17:27:14 +0000 (13:27 -0400)]
gnu: Properly credit Konrad Hinsen.

This is a followup to commit a96873565da1e9a7ef95ab06a5774b1207b86ead.

* gnu/packages/python-web.scm: Update list of copyright holders.

3 years agognu: Add python-requests-ftp.
Konrad Hinsen [Thu, 17 Sep 2020 07:27:09 +0000 (09:27 +0200)]
gnu: Add python-requests-ftp.

* gnu/packages/python-web.scm (python-requests-ftp): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: hdf5: Update to 1.10.7.
Eric Bavier [Thu, 17 Sep 2020 16:36:04 +0000 (11:36 -0500)]
gnu: hdf5: Update to 1.10.7.

Fixes CVE-2018-13870, CVE-2018-13869 and CVE-2018-17435.

* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.7.

3 years agognu: Add texlive-units.
Paul Garlick [Thu, 17 Sep 2020 15:18:39 +0000 (16:18 +0100)]
gnu: Add texlive-units.

* gnu/packages/tex.scm (texlive-units): New variable.

3 years agognu: python-libsass: Update to 0.20.1.
Vinicius Monego [Wed, 16 Sep 2020 19:25:46 +0000 (16:25 -0300)]
gnu: python-libsass: Update to 0.20.1.

* gnu/packages/python-xyz.scm (python-libsass): Update to 0.20.1.
[arguments]: Enable test that failed in the previous version.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: openmpi: Update to 4.0.5.
Greg Hogan [Tue, 15 Sep 2020 13:59:43 +0000 (09:59 -0400)]
gnu: openmpi: Update to 4.0.5.

* gnu/packages/mpi.scm (openmpi): Update to 4.0.5.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: emacs-counsel-projectile: Update to 0.3.1.
Jelle Licht [Thu, 17 Sep 2020 12:19:41 +0000 (14:19 +0200)]
gnu: emacs-counsel-projectile: Update to 0.3.1.

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

3 years agognu: grammalecte: Update to 1.12.2.
Tobias Geerinckx-Rice [Thu, 17 Sep 2020 11:53:32 +0000 (13:53 +0200)]
gnu: grammalecte: Update to 1.12.2.

* gnu/packages/dictionaries.scm (grammalecte): Update to 1.12.2.

3 years agoguix-install.sh: Support OpenRC.
Morgan Smith [Thu, 17 Sep 2020 11:03:09 +0000 (13:03 +0200)]
guix-install.sh: Support OpenRC.

* etc/guix-install.sh (chk_init_sys): Detect OpenRC.
(sys_enable_guix_daemon): Install & enable the Guix daemon on such
systems.
* etc/openrc/guix-daemon.in: New file.
* nix/local.mk: Add a rule for it.
(openrcservicedir, nodist_openrcservice_DATA): New variables.
(CLEANFILES, EXTRA_DIST): Add them.
* .gitignore: Ignore etc/openrc/guix-daemon.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
3 years agoguix-install.sh: Be POSIX-compliant.
Morgan Smith [Thu, 17 Sep 2020 11:02:19 +0000 (13:02 +0200)]
guix-install.sh: Be POSIX-compliant.

* etc/guix-install.sh (guix_get_bin_list): Call grep with an extended
regular expression instead of a non-POSIX Perl regular expression.
(sys_create_store): Remove ‘--warning=no-timestamp’ argument to tar.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
3 years agognu: easyrpg-player: Update to 0.6.2.2.
Tobias Geerinckx-Rice [Thu, 17 Sep 2020 12:06:12 +0000 (14:06 +0200)]
gnu: easyrpg-player: Update to 0.6.2.2.

* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.2.

3 years agognu: python-psycopg2: Update to 2.8.6.
Tobias Geerinckx-Rice [Thu, 17 Sep 2020 11:58:58 +0000 (13:58 +0200)]
gnu: python-psycopg2: Update to 2.8.6.

* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.6.

3 years agognu: guile-wisp: Update to 1.0.3
Arne Babenhauserheide [Wed, 16 Sep 2020 21:59:49 +0000 (23:59 +0200)]
gnu: guile-wisp: Update to 1.0.3

* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.3.
[source]: Access via hg and change from bitbucket to hg.sr.ht.
[arguments]: Replace 'bootstrap phase; remove Guile 3 patch
because Guile 3 is supported in 1.0.3.
[native-inputs]: Add autoconf and automake.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
3 years agognu: Add python-pypandoc.
Konrad Hinsen [Wed, 16 Sep 2020 16:37:39 +0000 (18:37 +0200)]
gnu: Add python-pypandoc.

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

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
3 years agognu: cuirass: Update to 0.0.1-46.89f0dbc.
Mathieu Othacehe [Thu, 17 Sep 2020 08:36:00 +0000 (10:36 +0200)]
gnu: cuirass: Update to 0.0.1-46.89f0dbc.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-46.89f0dbc.

3 years agognu: vim-airline: Don't install tests.
Efraim Flashner [Wed, 16 Sep 2020 21:25:28 +0000 (00:25 +0300)]
gnu: vim-airline: Don't install tests.

* gnu/packages/vim.scm (vim-airline)[arguments]: Adjust install-plan to
not install tests.

3 years agognu: bind: Update to 9.16.7.
Tobias Geerinckx-Rice [Wed, 16 Sep 2020 21:20:59 +0000 (23:20 +0200)]
gnu: bind: Update to 9.16.7.

* gnu/packages/dns.scm (isc-bind): Update to 9.16.7.

3 years agognu: Add emacs-sbt-mode.
Vinicius Monego [Wed, 16 Sep 2020 19:39:52 +0000 (16:39 -0300)]
gnu: Add emacs-sbt-mode.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: emacs-fountain-mode: Update to 3.3.0.
Vinicius Monego [Wed, 16 Sep 2020 19:28:31 +0000 (16:28 -0300)]
gnu: emacs-fountain-mode: Update to 3.3.0.

* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.3.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add emacs-eshell-syntax-highlighting.
Morgan Smith [Tue, 15 Sep 2020 12:57:34 +0000 (08:57 -0400)]
gnu: Add emacs-eshell-syntax-highlighting.

* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: mailutils: Fix unitialized variable in readmsg.
Pierre Langlois [Sun, 13 Sep 2020 12:02:52 +0000 (13:02 +0100)]
gnu: mailutils: Fix unitialized variable in readmsg.

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

* gnu/packages/patches/mailutils-fix-uninitialized-variable.patch: New
file.
* gnu/packages/mail.scm (mailutils)[source]: Add patch.
* gnu/local.mk (dist_patch_DATA): Register patch.

3 years agorepl: Look for script files in (getcwd).
Konrad Hinsen [Fri, 11 Sep 2020 11:13:26 +0000 (13:13 +0200)]
repl: Look for script files in (getcwd).

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

* guix/scripts/repl.scm (guix-repl): Replace "." by (getcwd)
* tests/guix-repl.sh: Add test.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: youtube-dl: Refer to ffmpeg.
Tobias Geerinckx-Rice [Wed, 16 Sep 2020 09:53:05 +0000 (11:53 +0200)]
gnu: youtube-dl: Refer to ffmpeg.

Addresses <https://issues.guix.gnu.org/43418>.

* gnu/packages/video.scm (youtube-dl)[inputs]: Add ffmpeg.
[arguments]: Fall back to input ffmpeg instead of searching $PATH.

3 years agognu: Add texlive-todonotes.
Paul Garlick [Wed, 16 Sep 2020 11:18:54 +0000 (12:18 +0100)]
gnu: Add texlive-todonotes.

* gnu/packages/tex.scm (texlive-todonotes): New variable.

3 years agognu: commencement: bash-mesboot0: Break store file-name in comment.
Jan (janneke) Nieuwenhuizen [Wed, 16 Sep 2020 04:57:51 +0000 (06:57 +0200)]
gnu: commencement: bash-mesboot0: Break store file-name in comment.

Fixes <https://bugs.gnu.org/43005>.
Reported by Vagrant Cascadian <vagrant@debian.org>.

* gnu/packages/commencement.scm (bash-mesboot0)[arguments]: Break store file
name in comment and add unquoted string-append to silence the
’assert-no-store-file-names’ check.  The store file name check is really meant
for code; this file name was unfortunately used is a comment.

3 years agognu: sbcl-hu.dwim.common: Fix missing description.
Pierre Neidhardt [Wed, 16 Sep 2020 07:53:57 +0000 (09:53 +0200)]
gnu: sbcl-hu.dwim.common: Fix missing description.

* gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.common)[description]: Repeat the
synopsis since there is nothing more to say about this library.

3 years agognu: Add rust-ansi-colours-1.
Gabriel Arazas [Tue, 15 Sep 2020 08:36:28 +0000 (16:36 +0800)]
gnu: Add rust-ansi-colours-1.

* gnu/packages/crates-io.scm (rust-ansi-colours-1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add rust-delta-e-0.2.
Gabriel Arazas [Tue, 15 Sep 2020 08:36:27 +0000 (16:36 +0800)]
gnu: Add rust-delta-e-0.2.

* gnu/packages/crates-io.scm (rust-delta-e-0.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add rust-lab-0.8, rust-lab-0.7, rust-lab-0.4.
Gabriel Arazas [Tue, 15 Sep 2020 00:52:24 +0000 (08:52 +0800)]
gnu: Add rust-lab-0.8, rust-lab-0.7, rust-lab-0.4.

* gnu/packages/crates-io.scm (rust-lab-0.8, rust-lab-0.7,
rust-lab-0.4): New variables.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Fix fetching the linux-libre deblobbing script.
Leo Famulari [Tue, 15 Sep 2020 23:57:48 +0000 (19:57 -0400)]
gnu: Fix fetching the linux-libre deblobbing script.

This is a followup to commit 105a037090d9a970a2c2336341d6673eff29e4cf.

* gnu/packages/linux.scm (linux-libre-deblob-scripts): Truncate the version in
the file-name, not the source URI.

3 years agognu: gnome-bluetooth: Update to 3.34.1.
Tobias Geerinckx-Rice [Tue, 15 Sep 2020 22:29:11 +0000 (00:29 +0200)]
gnu: gnome-bluetooth: Update to 3.34.1.

* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.1.

3 years agognu: libimagequant: Update to 2.12.6.
Tobias Geerinckx-Rice [Tue, 15 Sep 2020 22:29:01 +0000 (00:29 +0200)]
gnu: libimagequant: Update to 2.12.6.

* gnu/packages/image.scm (libimagequant): Update to 2.12.6.

3 years agognu: tor: Update to 0.4.4.5.
Tobias Geerinckx-Rice [Tue, 15 Sep 2020 21:32:48 +0000 (23:32 +0200)]
gnu: tor: Update to 0.4.4.5.

* gnu/packages/tor.scm (tor): Update to 0.4.4.5.

3 years agognu: surgescript: Update to 0.5.4.4.
Tobias Geerinckx-Rice [Tue, 15 Sep 2020 21:13:38 +0000 (23:13 +0200)]
gnu: surgescript: Update to 0.5.4.4.

* gnu/packages/game-development.scm (surgescript): Update to 0.5.4.4.

3 years agognu: waylandpp: Update to 0.2.8.
Tobias Geerinckx-Rice [Tue, 15 Sep 2020 20:49:34 +0000 (22:49 +0200)]
gnu: waylandpp: Update to 0.2.8.

* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.8.

3 years agognu: homebank: Update to 5.4.3.
Tobias Geerinckx-Rice [Tue, 15 Sep 2020 19:34:12 +0000 (21:34 +0200)]
gnu: homebank: Update to 5.4.3.

* gnu/packages/finance.scm (homebank): Update to 5.4.3.

3 years agognu: dico: Update to 2.10.
Tobias Geerinckx-Rice [Tue, 15 Sep 2020 19:25:22 +0000 (21:25 +0200)]
gnu: dico: Update to 2.10.

* gnu/packages/dico.scm (dico): Update to 2.10.

3 years agognu: python-pbkdf2: Fix typo in description.
Tobias Geerinckx-Rice [Mon, 14 Sep 2020 10:29:28 +0000 (12:29 +0200)]
gnu: python-pbkdf2: Fix typo in description.

* gnu/packages/python-xyz.scm (python-pbkdf2)[description]: Fix typo.

3 years agognu: dump: Fix typo in description.
Tobias Geerinckx-Rice [Mon, 14 Sep 2020 10:28:08 +0000 (12:28 +0200)]
gnu: dump: Fix typo in description.

* gnu/packages/backup.scm (dump)[description]: Fix typo.

3 years agognu: cryptsetup: Update to 2.3.4.
Tobias Geerinckx-Rice [Tue, 15 Sep 2020 13:06:38 +0000 (15:06 +0200)]
gnu: cryptsetup: Update to 2.3.4.

* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.4.

3 years agognu: Add gtranslator.
Leo Prikler [Sat, 12 Sep 2020 18:35:35 +0000 (20:35 +0200)]
gnu: Add gtranslator.

* gnu/packages/gnome.scm (gtranslator): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add libgda.
Leo Prikler [Sat, 12 Sep 2020 17:51:59 +0000 (19:51 +0200)]
gnu: Add libgda.

* gnu/packages/gnome.scm (libgda): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: jack-2: Update to 1.9.14.
Mike Rosset [Tue, 15 Sep 2020 08:33:23 +0000 (01:33 -0700)]
gnu: jack-2: Update to 1.9.14.

* gnu/packages/audio.scm (jack-2): Update to 1.9.14.
[arguments]: Add environment variable to phase 'set-linkflags.

Signed-off-by: Andreas Enge <andreas@enge.fr>
3 years agognu: guix: Update to 1c21468.
Ludovic Courtès [Tue, 15 Sep 2020 13:29:11 +0000 (15:29 +0200)]
gnu: guix: Update to 1c21468.

* gnu/packages/package-management.scm (guix): Update to 1c21468.

3 years agognu: fio: Update to 3.23.
Tobias Geerinckx-Rice [Tue, 15 Sep 2020 12:09:51 +0000 (14:09 +0200)]
gnu: fio: Update to 3.23.

* gnu/packages/benchmark.scm (fio): Update to 3.23.

3 years agognu: htop: Update to 3.0.2.
Tobias Geerinckx-Rice [Tue, 15 Sep 2020 12:08:16 +0000 (14:08 +0200)]
gnu: htop: Update to 3.0.2.

* gnu/packages/admin.scm (htop): Update to 3.0.2.
[native-inputs]: Remove python-wrapper.

3 years agoimport: cpan: Export cpan-release-module.
Tobias Geerinckx-Rice [Mon, 14 Sep 2020 07:18:39 +0000 (09:18 +0200)]
import: cpan: Export cpan-release-module.

* guix/import/cpan.scm: Fix typo.

3 years agognu: Add goxel.
Gabriel Arazas [Sat, 12 Sep 2020 09:33:32 +0000 (17:33 +0800)]
gnu: Add goxel.

* gnu/packages/graphics.scm (goxel): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agoauthenticate: Encode strings as ISO-8859-1.
Ludovic Courtès [Tue, 15 Sep 2020 12:24:05 +0000 (14:24 +0200)]
authenticate: Encode strings as ISO-8859-1.

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

* guix/scripts/authenticate.scm (read-command): Decode strings as
ISO-8859-1, not UTF-8.
(guix-authenticate)[send-reply]: Encode strings as ISO-8859-1, not
UTF-8.
* tests/guix-authenticate.sh: Add test.

3 years agoservices: bitlbee: Support libpurple plugins.
Ludovic Courtès [Tue, 15 Sep 2020 10:30:39 +0000 (12:30 +0200)]
services: bitlbee: Support libpurple plugins.

* gnu/services/messaging.scm (bitlbee-shepherd-service): Pass
PURPLE_PLUGIN_PATH as #:environment-variables.

3 years agognu: sbcl-trivial-clipboard: Update to 20200904.
Pierre Neidhardt [Tue, 15 Sep 2020 11:26:00 +0000 (13:26 +0200)]
gnu: sbcl-trivial-clipboard: Update to 20200904.

* gnu/packages/lisp-xyz.scm (sbcl-trivial-clipboard): Update to 20200904.

3 years agognu: waybar: Fix build.
Efraim Flashner [Tue, 15 Sep 2020 08:55:57 +0000 (11:55 +0300)]
gnu: waybar: Fix build.

Reported by bdju.

* gnu/packages/pretty-print.scm (fmt-6): New variable.
* gnu/packages/wm.scm (waybar)[inputs]: Replace fmt with fmt-6.

3 years agognu: emacs-org: Update to 9.4.
Nicolas Goaziou [Tue, 15 Sep 2020 07:21:15 +0000 (09:21 +0200)]
gnu: emacs-org: Update to 9.4.

* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.4.
(emacs-org-contrib): Update to 20200914.

3 years agognu: roffit: Adjust install phase.
Efraim Flashner [Tue, 15 Sep 2020 06:41:37 +0000 (09:41 +0300)]
gnu: roffit: Adjust install phase.

* gnu/packages/groff.scm (roffit)[arguments]: Remove make-flags. Remove
custom 'pre-install phase. Replace 'install phase to also install
manpage.

3 years agognu: roffit: Wrap binary.
Efraim Flashner [Tue, 15 Sep 2020 06:37:18 +0000 (09:37 +0300)]
gnu: roffit: Wrap binary.

Fixes <https://debbugs.gnu.org/43306>.

* gnu/packages/groff.scm (roffit)[arguments]: Add 'wrap-binary phase to
help find perl libraries.

3 years agognu: bsequencer: Update to 1.8.0.
Ricardo Wurmus [Mon, 14 Sep 2020 23:40:39 +0000 (01:40 +0200)]
gnu: bsequencer: Update to 1.8.0.

* gnu/packages/music.scm (bsequencer): Update to 1.8.0.

3 years agoservices: docker: Fix service definition.
Oleg Pykhalov [Mon, 14 Sep 2020 22:10:55 +0000 (01:10 +0300)]
services: docker: Fix service definition.

This commit follows a404716d411cf7cd49ff02e3100f0bbf6622d6d5.

* gnu/services/docker.scm
(docker-configuration)[docker-cli]: New record field.
(docker-service-type): Use this.
* doc/guix.texi (Miscellaneous Services)[Docker Service]: Document this.

3 years agognu: kdenlive: Change source URL to follow permanent redirection.
Prafulla Giri [Wed, 9 Sep 2020 09:10:22 +0000 (14:55 +0545)]
gnu: kdenlive: Change source URL to follow permanent redirection.

* gnu/packages/kde.scm (kdenlive)[source]: Change url to follow
permanent redirection.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: kde: kdenlive: Make breeze theme available at runtime.
Prafulla Giri [Wed, 9 Sep 2020 08:17:24 +0000 (14:02 +0545)]
gnu: kde: kdenlive: Make breeze theme available at runtime.

* gnu/packages/kde.scm (kdenlive):
[inputs]: Add breeze.
[arguments]: In wrap-program phase, add XDG_DATA_DIRS to include
the 'share' sub-directory of the package breeze.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add ripmime.
Sébastien Lerique [Mon, 14 Sep 2020 08:44:34 +0000 (10:44 +0200)]
gnu: Add ripmime.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: guix: Update to 846403e.
Ludovic Courtès [Mon, 14 Sep 2020 20:42:48 +0000 (22:42 +0200)]
gnu: guix: Update to 846403e.

* gnu/packages/package-management.scm (guix): Update to 846403e.

3 years agoservices: docker: Fix service definition.
Efraim Flashner [Mon, 14 Sep 2020 20:21:20 +0000 (23:21 +0300)]
services: docker: Fix service definition.

This is a follow-up to 8422a67dc16af4dd5eb82180463aa7a0b362d5b9.

* gnu/services/docker.scm (docker-service-type): Use a composed list for
packages in profile-service-type.

3 years agognu: maven-compiler-plugin: Don't use unstable tarball.
Efraim Flashner [Mon, 14 Sep 2020 19:37:01 +0000 (22:37 +0300)]
gnu: maven-compiler-plugin: Don't use unstable tarball.

* gnu/packages/maven.scm (maven-compiler-plugin)[source]: Download using
git-fetch.

3 years agognu: maven-resources-plugin: Don't use unstable tarball.
Efraim Flashner [Mon, 14 Sep 2020 19:32:59 +0000 (22:32 +0300)]
gnu: maven-resources-plugin: Don't use unstable tarball.

* gnu/packages/maven.scm (maven-resources-plugin)[source]: Download
using git-fetch.

3 years agognu: maven-jar-plugin: Don't use unstable tarball.
Efraim Flashner [Mon, 14 Sep 2020 19:28:14 +0000 (22:28 +0300)]
gnu: maven-jar-plugin: Don't use unstable tarball.

* gnu/packages/maven.scm (maven-jar-plugin)[source]: Download using
git-fetch.

3 years agognu: java-hdrhistogram: Don't use unstable tarball.
Efraim Flashner [Mon, 14 Sep 2020 18:32:10 +0000 (21:32 +0300)]
gnu: java-hdrhistogram: Don't use unstable tarball.

* gnu/packages/java.scm (java-hdrhistogram)[source]: Download using
git-fetch.
[arguments]: Add phase to make source writable.

3 years agognu: r-wgcna: Move to (gnu packages bioconductor).
Ricardo Wurmus [Mon, 14 Sep 2020 19:37:22 +0000 (21:37 +0200)]
gnu: r-wgcna: Move to (gnu packages bioconductor).

This is a follow-up to commit 6e0ab26f31cd2bb7e5d88719d3d458df68c1963e.

* gnu/packages/cran.scm (r-wgcna): Move from here...
* gnu/packages/bioconductor.scm (r-wgcna): ...to here.

3 years agognu: r-fithic: Move to (gnu packages bioconductor).
zimoun [Mon, 14 Sep 2020 16:07:46 +0000 (18:07 +0200)]
gnu: r-fithic: Move to (gnu packages bioconductor).

* gnu/packages/bioinformatics.scm (r-fithic): Move from here...
* gnu/packages/bioconductor.scm (r-fithic): ...to here.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
3 years agognu: r-hitc: Move to (gnu packages bioconductor).
zimoun [Mon, 14 Sep 2020 16:07:45 +0000 (18:07 +0200)]
gnu: r-hitc: Move to (gnu packages bioconductor).

* gnu/packages/bioinformatics.scm (r-hitc): Move from here...
* gnu/packages/bioconductor.scm (r-hitc): ...to here.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
3 years agognu: r-hdf5array: Move to (gnu packages bioconductor).
zimoun [Mon, 14 Sep 2020 16:07:47 +0000 (18:07 +0200)]
gnu: r-hdf5array: Move to (gnu packages bioconductor).

* gnu/packages/bioinformatics.scm (r-hdf5array): Move from here...
* gnu/packages/bioconductor.scm (r-hdf5array): ...to here.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
3 years agognu: r-rhdf5lib: Move to (gnu packages bioconductor).
zimoun [Mon, 14 Sep 2020 16:07:44 +0000 (18:07 +0200)]
gnu: r-rhdf5lib: Move to (gnu packages bioconductor).

* gnu/packages/bioinformatics.scm (r-rhdf5lib): Move from here...
* gnu/packages/bioconductor.scm (r-rhdf5lib): ...to here.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>