Commit graph

66710 commits

Author SHA1 Message Date
Vinicius Monego e1e577e088
gnu: Add python-apiron.
* gnu/packages/python-web.scm (python-apiron): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-18 11:47:00 +02:00
Michael Rohleder 6182897c98
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>
2020-09-18 11:18:09 +02:00
Michael Rohleder a1f4c48721
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>
2020-09-18 11:18:09 +02:00
Florian Pelz 125fc37e5f
doc: Clarify what propagated inputs are.
Fixes <https://bugs.gnu.org/26170>.

* doc/guix.texi (package Reference)[package-propagated-inputs]: Clarify.
2020-09-18 09:03:38 +00:00
Morgan Smith de4705d92d
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>
2020-09-18 09:48:45 +02:00
Greg Hogan ff128dc633
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>
2020-09-18 09:33:44 +02:00
Vinicius Monego 13ba3dc8a3
gnu: Add cozy.
* gnu/packages/ebook.scm (cozy): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-18 09:12:02 +02:00
Greg Hogan c59e9f0a03
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>
2020-09-18 08:57:48 +02:00
Ludovic Courtès 98b89f4321
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.
2020-09-18 08:45:40 +02:00
Ludovic Courtès 5ce6c2d91d
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.
2020-09-18 08:44:48 +02:00
Ludovic Courtès 13a5d9f9e3
gnu: purple-mattermost: Update to 1.2-0.158ce20.
* gnu/packages/messaging.scm (purple-mattermost): Update to commit 158ce20.
2020-09-18 08:44:48 +02:00
Leo Famulari 679d5e6b3d
gnu: Properly credit Konrad Hinsen.
This is a followup to commit a96873565d.

* gnu/packages/python-web.scm: Update list of copyright holders.
2020-09-17 13:28:03 -04:00
Konrad Hinsen a96873565d
gnu: Add python-requests-ftp.
* gnu/packages/python-web.scm (python-requests-ftp): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-09-17 13:25:36 -04:00
Eric Bavier 34d150dcb2
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.
2020-09-17 11:37:02 -05:00
Paul Garlick 94ca1e19b3
gnu: Add texlive-units.
* gnu/packages/tex.scm (texlive-units): New variable.
2020-09-17 16:21:28 +01:00
Vinicius Monego 9911dc10e2
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>
2020-09-17 16:18:00 +02:00
Greg Hogan b96f4f0995
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>
2020-09-17 16:18:00 +02:00
Jelle Licht 9e59ae320e
gnu: emacs-counsel-projectile: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile): Update to 0.3.1.
2020-09-17 14:19:41 +02:00
Tobias Geerinckx-Rice 88c7175161
gnu: grammalecte: Update to 1.12.2.
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.12.2.
2020-09-17 14:10:43 +02:00
Morgan Smith cabac732de
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>
2020-09-17 14:10:42 +02:00
Morgan Smith f72bafe32d
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>
2020-09-17 14:10:42 +02:00
Tobias Geerinckx-Rice 1306283843
gnu: easyrpg-player: Update to 0.6.2.2.
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.2.
2020-09-17 14:10:42 +02:00
Tobias Geerinckx-Rice dc2f0e703a
gnu: python-psycopg2: Update to 2.8.6.
* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.6.
2020-09-17 14:10:42 +02:00
Arne Babenhauserheide 8b030edf02
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>
2020-09-17 13:45:43 +02:00
Konrad Hinsen 731354b8d7
gnu: Add python-pypandoc.
* gnu/packages/python-xyz.scm (python-pypandoc): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-09-17 11:41:47 +02:00
Mathieu Othacehe cc5f9348b8
gnu: cuirass: Update to 0.0.1-46.89f0dbc.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-46.89f0dbc.
2020-09-17 10:45:38 +02:00
Efraim Flashner 6feb7a2107
gnu: vim-airline: Don't install tests.
* gnu/packages/vim.scm (vim-airline)[arguments]: Adjust install-plan to
not install tests.
2020-09-17 00:25:42 +03:00
Tobias Geerinckx-Rice a765b7b043
gnu: bind: Update to 9.16.7.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.7.
2020-09-16 23:21:17 +02:00
Vinicius Monego 8d557d4167
gnu: Add emacs-sbt-mode.
* gnu/packages/emacs-xyz.scm (emacs-sbt-mode): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-09-16 22:26:28 +02:00
Vinicius Monego 98dc073afc
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>
2020-09-16 22:18:27 +02:00
Morgan Smith 67b1ca4283
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>
2020-09-16 22:06:06 +02:00
Pierre Langlois 891b045f38
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.
2020-09-16 19:55:14 +01:00
Konrad Hinsen d7f7ed39be
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>
2020-09-16 16:04:01 +02:00
Tobias Geerinckx-Rice 7194b63833
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.
2020-09-16 13:50:21 +02:00
Paul Garlick 5674ea45a3
gnu: Add texlive-todonotes.
* gnu/packages/tex.scm (texlive-todonotes): New variable.
2020-09-16 12:22:59 +01:00
Jan (janneke) Nieuwenhuizen b85863f7ce
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.
2020-09-16 12:43:36 +02:00
Pierre Neidhardt 9e7b2658d9
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.
2020-09-16 09:54:53 +02:00
Gabriel Arazas feb657d244
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>
2020-09-16 09:46:48 +03:00
Gabriel Arazas c034fcd27f
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>
2020-09-16 09:43:17 +03:00
Gabriel Arazas 833dfde76e
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>
2020-09-16 09:38:54 +03:00
Leo Famulari cca5720f41
gnu: Fix fetching the linux-libre deblobbing script.
This is a followup to commit 105a037090.

* gnu/packages/linux.scm (linux-libre-deblob-scripts): Truncate the version in
the file-name, not the source URI.
2020-09-15 23:21:57 -04:00
Tobias Geerinckx-Rice 3c9294c05f
gnu: gnome-bluetooth: Update to 3.34.1.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.1.
2020-09-16 00:29:40 +02:00
Tobias Geerinckx-Rice d6f1e81356
gnu: libimagequant: Update to 2.12.6.
* gnu/packages/image.scm (libimagequant): Update to 2.12.6.
2020-09-16 00:29:39 +02:00
Tobias Geerinckx-Rice 6a638349a0
gnu: tor: Update to 0.4.4.5.
* gnu/packages/tor.scm (tor): Update to 0.4.4.5.
2020-09-15 23:36:44 +02:00
Tobias Geerinckx-Rice 6564ffd7ad
gnu: surgescript: Update to 0.5.4.4.
* gnu/packages/game-development.scm (surgescript): Update to 0.5.4.4.
2020-09-15 23:36:43 +02:00
Tobias Geerinckx-Rice c4593535ea
gnu: waylandpp: Update to 0.2.8.
* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.8.
2020-09-15 23:36:43 +02:00
Tobias Geerinckx-Rice fac43c9259
gnu: homebank: Update to 5.4.3.
* gnu/packages/finance.scm (homebank): Update to 5.4.3.
2020-09-15 23:36:42 +02:00
Tobias Geerinckx-Rice afb3fed9c7
gnu: dico: Update to 2.10.
* gnu/packages/dico.scm (dico): Update to 2.10.
2020-09-15 23:36:42 +02:00
Tobias Geerinckx-Rice e4574a66fe
gnu: python-pbkdf2: Fix typo in description.
* gnu/packages/python-xyz.scm (python-pbkdf2)[description]: Fix typo.
2020-09-15 20:59:16 +02:00
Tobias Geerinckx-Rice 49478f9dbd
gnu: dump: Fix typo in description.
* gnu/packages/backup.scm (dump)[description]: Fix typo.
2020-09-15 20:59:15 +02:00