Commit graph

65732 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 8ee3e4d9e9
gnu: electrum: Return #t from phases.
* gnu/packages/finance.scm (electrum)[arguments]: Return truth from
‘patch-home’.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice 598afe95c3
gnu: wireguard-tools: Cross-compile.
* gnu/packages/vpn.scm (wireguard-tools)[arguments]: Use CC-FOR-TARGET.
2020-08-24 04:32:48 +02:00
Tobias Geerinckx-Rice f4ba46a2df
gnu: wireguard-tools: Update to 1.0.20200820.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200820.
2020-08-24 04:32:48 +02:00
Brendan Tildesley 29f61501f3
gnu: ebook.scm: Remove duplicate module import.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-23 21:00:23 -04:00
Martin Becze 7afbaefea0
gnu: Added guile-srfi-145.
* gnu/packages/guile-xyz.scm (guile-srfi-145): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-23 17:36:06 -04:00
Alexey Abramov 9e2a49db8c
gnu: dovecot: Add lucene library to support fts indexing.
* gnu/packages/mail.scm (dovecot)[inputs]: Add ice4c, clucene.
[arguments]: Add --with-lucene configuration switch.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-24 00:19:27 +03:00
Martin Becze e343816dcb
gnu: Add akku.
* gnu/packages/package-management.scm (akku): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-23 17:17:11 -04:00
Ludovic Courtès d10474c38d
lint: formatting: Gracefully handle relative file names.
Fixes <https://bugs.gnu.org/42543>.
Reported by Jack Hill <jackhill@jackhill.us>.

* guix/lint.scm (check-formatting): Always return a list (previously we
would return #f when 'search-path' returns #f).  Check whether
LOCATION's file is a relative file name.  Return a warning if not.
* tests/guix-lint.sh: Add test.
2020-08-23 23:05:16 +02:00
Ludovic Courtès 68193624d1
lint: Avoid calls to 'package-field-location' with #f as the field.
* guix/lint.scm (%make-warning): Call 'package-field-location' only when
FIELD is true.
2020-08-23 23:05:16 +02:00
Oleg Pykhalov a8c8f6fe91
gnu: emacs-bash-completion: Update to 3.1.0.
* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to 3.1.0.
2020-08-23 19:36:58 +03:00
Tobias Geerinckx-Rice 509906c201
gnu: sane-backends-minimal: Update to 1.0.31.
* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.31.
[inputs]: Add libxml2.
2020-08-23 18:19:59 +02:00
Tobias Geerinckx-Rice 7e33054be8
gnu: parallel: Update to 20200822.
* gnu/packages/parallel.scm (parallel): Update to 20200822.
2020-08-23 18:19:57 +02:00
Oleg Pykhalov 045fb51efe
gnu: emacs-find-file-in-project: Update to 5.7.10.
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 5.7.10.
2020-08-23 18:54:01 +03:00
Oleg Pykhalov 77a0bcacce
gnu: emacs-ghub: Update to 3.4.1.
* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.4.1.
2020-08-23 14:23:20 +03:00
Oleg Pykhalov 825b2d95f4
gnu: emacs-lsp-ui: Update to 7.0.1.
* gnu/packages/emacs-xyz.scm (emacs-lsp-ui): Update to 7.0.1.
2020-08-23 13:49:24 +03:00
Oleg Pykhalov 3f2d2236cf
gnu: emacs-org-re-reveal: Update to 3.1.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.1.0.
2020-08-23 13:49:24 +03:00
Efraim Flashner 24cc25be89
gnu: python-rpy2: Update to 3.3.5.
* gnu/packages/statistics.scm (python-rpy2): Update to 3.3.5.
[source]: Add patches to fix test failures.
[arguments]: Adjust custom 'check phase.
2020-08-23 11:13:16 +03:00
Oleg Pykhalov d0fc1e832c
doc: cookbook: Add chapter about Guix environment.
* doc/guix-cookbook.texi (Environment management): New chapter.
2020-08-23 10:47:35 +03:00
Tobias Geerinckx-Rice dc12a37a0d
gnu: net-snmp: Update to 5.9 [fixes CVE-2019-20892].
* gnu/packages/networking.scm (net-snmp): Update to 5.9.
[inputs]: Add ncurses.
[native-inputs]: Add pkg-config.
2020-08-23 06:15:20 +02:00
Jakub Kądziołka c9f01b73cb
gnu: sameboy: Update to 0.13.6.
* gnu/packages/emulators.scm (sameboy): Update to 0.13.6.
2020-08-22 23:47:18 +02:00
Michael Rohleder 5a4990b982
gnu: lesspipe: Patch paths to inputs.
* gnu/packages/less.scm (lesspipe)[arguments]: Add phase to patch
paths to tput and file.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22 17:45:42 -04:00
Danny Milosavljevic 1bb4fd64b7
gnu: fc-host-tools: Update to 13.
* gnu/packages/embedded.scm (fc-host-tools): Update to 13.
[description]: Modify.
2020-08-22 20:37:41 +02:00
Adam Kandur ca7eada918
gnu: Add sbcl-livesupport.
* gnu/packages/lisp-xyz.scm (sbcl-livesupport, cl-livesupport, ecl-livesupport):
New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22 14:21:58 -04:00
Timotej Lazar e5391dcc6b
gnu: lxqt: Enable keyboard shortcuts.
* gnu/packages/lxqt.scm (lxqt)[propagated-inputs]: Add lxqt-globalkeys.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22 14:11:35 -04:00
Brendan Tildesley d8e83969a9
gnu: piper: Update to 0.5.1. Disable broken tests.
* gnu/packages/gnome.scm (piper): Update to 0.5.1. Disable tests.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22 14:06:07 -04:00
Brendan Tildesley 3403679276
gnu: libratbag: Update to 0.14.
* gnu/packages/gnome.scm (libratbag): Update to 0.14.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22 14:06:07 -04:00
Paul Garlick 40fc8992db
gnu: Add fullswof-2d.
* gnu/packages/simulation.scm (fullswof-2d): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22 13:57:35 -04:00
Vinicius Monego b6568c3526
gnu: Add rtaudio.
* gnu/packages/audio.scm (rtaudio): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22 13:39:28 -04:00
Hendursaga 2183887ba9
gnu: Add dosage.
* gnu/packages/python-xyz.scm (dosage): New variable.
2020-08-22 13:13:59 -04:00
Martin Becze 7a3af1ae88
gnu: Add nicotine.
* gnu/packages/nicotine.scm (nicotine): New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22 12:50:55 -04:00
Oleg Pykhalov 4536c5a0a3
gnu: emacs-epkg: Update to 3.2.2.
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 3.2.2.
2020-08-22 15:52:49 +03:00
Michael Rohleder b7e76699d2
gnu: jekyll: Loosen the requirement for kramdown.
* gnu/packages/ruby.scm (jekyll): Loosen the requirement for kramdown.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-08-22 13:22:16 +02:00
Mark H Weaver dad963a439
gnu: isc-dhcp: Update bundled BIND to 9.11.22 [security fixes].
Includes fixes for CVE-2020-8617, CVE-2020-8619, CVE-2020-8622,
CVE-2020-8623, and CVE-2020-8624.

* gnu/packages/admin.scm (isc-dhcp): Update bundled BIND to 9.11.22.
2020-08-21 21:55:24 -04:00
Mark H Weaver 1bdc6f127f
gnu: linux-libre@4.9: Update to 4.9.233.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.233.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.232.
2020-08-21 21:45:50 -04:00
Mark H Weaver 1413074d94
gnu: linux-libre@4.4: Update to 4.4.233.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.233.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update to 4.4.232.
2020-08-21 21:44:24 -04:00
Mark H Weaver e292224da6
gnu: linux-libre: Update to 5.8.3.
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.3.
(linux-libre-5.8-pristine-source): Update hash.
2020-08-21 21:01:17 -04:00
Mark H Weaver f54f3a8c24
gnu: linux-libre@5.7: Update to 5.7.17.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.17.
(linux-libre-5.7-pristine-source): Update hash.
2020-08-21 21:00:39 -04:00
Mark H Weaver 518d06d132
gnu: linux-libre@5.4: Update to 5.4.60.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.60.
(linux-libre-5.4-pristine-source): Update hash.
2020-08-21 20:59:52 -04:00
Mark H Weaver 10df5c487b
gnu: linux-libre@4.19: Update to 4.19.141.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.141.
(linux-libre-4.19-pristine-source): Update hash.
2020-08-21 20:58:49 -04:00
Mark H Weaver c6f92ba5e0
gnu: linux-libre@4.14: Update to 4.14.194.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.194.
(linux-libre-4.14-pristine-source): Update hash.
2020-08-21 20:56:13 -04:00
Leo Famulari 7bb0527cef
gnu: linux-libre: Update to 5.8.2.
* gnu/packages/aux-files/linux-libre/5.8-arm.conf,
gnu/packages/aux-files/linux-libre/5.8-arm64.conf,
gnu/packages/aux-files/linux-libre/5.8-i686.conf,
gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
* gnu/packages/linux.scm (linux-libre-5.8): New variable.
(linux-libre-version, linux-libre-pristine-source, linux-libre-source,
linux-libre): Point to linux-libre-5.8*.
2020-08-21 17:59:42 -04:00
Leo Famulari 1bc275034f
gnu: Use a descriptive file-name for linux-libre deblobbing scripts.
Fixes <https://bugs.gnu.org/42789>.

* gnu/packages/linux.scm (linux-libre-deblob-scripts): Set the file-name of the
deblob and deblob-check scripts.
2020-08-21 17:59:38 -04:00
Prafulla Giri c02398edf4
gnu: Add ronn-ng
* gnu/packages/groff.scm (ronn-ng): New public variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-08-21 14:33:17 +02:00
Tobias Geerinckx-Rice cc16c576a5
gnu: dovecot: Support zstd compression.
* gnu/packages/mail.scm (dovecot)[inputs]: Add zstd:lib.
2020-08-21 05:17:22 +02:00
Jakub Kądziołka 19ab580074
gnu: vim: Update to 8.2.1500.
* gnu/packages/vim.scm (vim): Update to 8.2.1500.
2020-08-21 02:25:05 +02:00
Jakub Kądziołka 3e09a2be74
gnu: vim: Install man pages. 2020-08-21 02:25:04 +02:00
Julien Lepiller c5b20437ed
gnu: enchant: Depend on hunspell.
* gnu/packages/enchant.scm (enchant): Add hunspell as an input.
2020-08-21 01:42:43 +02:00
Julien Lepiller 2a29f4767f
gnu: hunspell-dict-en: Install all affix files.
* gnu/packages/aspell.scm (aspell-word-list): Install affix files
corresponding to installed dictionary files.
2020-08-21 01:41:58 +02:00
Eric Bavier 1cc75fef12
gnu: libmhash: Fix use-after-free in tests.
* gnu/packages/patches/libmhash-hmac-fix-uaf.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mcrypt.scm (libmhash)[source]: Use it.
2020-08-20 15:28:13 -05:00
Ricardo Wurmus c6443c2c8f
gnu: r-fourcseq: Update to 1.22.1.
* gnu/packages/cran.scm (r-fourcseq): Update to 1.22.1.
2020-08-20 21:25:34 +02:00