me
/
guix
Archived
1
0
Fork 0
Commit Graph

55375 Commits (c005550769f0703f0c844f2007ec09f96f000646)

Author SHA1 Message Date
Tobias Geerinckx-Rice a2765029c2
gnu: electrum: Fix share/ location.
* gnu/packages/finance.scm (electrum)[arguments]: Rename the ‘patch-home’
phase to ‘fix-prefix’.  Do so.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice 44da87334d
gnu: electron-cash: Fix share/ location.
* gnu/packages/finance.scm (electron-cash)[arguments]: Drop bogus
‘local/share’ subdirectory: rename ‘patch-home’ to
‘create-output-directories’ and adjust body to match.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice 110888f85f
gnu: electron-cash: Return #t from phases.
* gnu/packages/finance.scm (electron-cash)[arguments]: Return truth from
all phases.
2020-08-24 04:36:51 +02:00
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
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
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
Ricardo Wurmus 4e0acfe5e7
gnu: r-complexheatmap: Update to 2.4.3.
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.4.3.
2020-08-20 21:25:34 +02:00
Ricardo Wurmus e9d2cab0bf
gnu: r-gage: Update to 2.38.3.
* gnu/packages/bioinformatics.scm (r-gage): Update to 2.38.3.
[propagated-inputs]: Add r-go-db.
2020-08-20 21:25:34 +02:00
Ricardo Wurmus 9da4a25b33
gnu: r-annotationhub: Update to 2.20.2.
* gnu/packages/bioinformatics.scm (r-annotationhub): Update to 2.20.2.
2020-08-20 21:25:34 +02:00
Ricardo Wurmus 67f8477fb5
gnu: r-delayedarray: Update to 0.14.1.
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.14.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus b414add3d1
gnu: r-annotationdbi: Update to 1.50.3.
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.50.3.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus e9128480d4
gnu: r-biocviews: Update to 1.56.2.
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.56.2.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus b828c3ea90
gnu: r-biocset: Update to 1.2.2.
* gnu/packages/bioconductor.scm (r-biocset): Update to 1.2.2.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus a27a402eba
gnu: r-experimenthub: Update to 1.14.2.
* gnu/packages/bioconductor.scm (r-experimenthub): Update to 1.14.2.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus 1bdc770dc6
gnu: r-variancepartition: Update to 1.18.3.
* gnu/packages/bioconductor.scm (r-variancepartition): Update to 1.18.3.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus 1bf630660b
gnu: r-rsubread: Update to 2.2.6.
* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.2.6.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus a20538ab7e
gnu: r-rbowtie: Update to 1.28.1.
* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.28.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus 4a504b80c2
gnu: r-biocfilecache: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 1.12.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus 82cb9a99f8
gnu: r-rbowtie2: Update to 1.10.1.
* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 1.10.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus a8840a04d7
gnu: r-motifstack: Update to 1.32.1.
* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.32.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus 69f3b27822
gnu: r-clusterprofiler: Update to 3.16.1.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.16.1.
[propagated-inputs]: Add r-rlang.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus fc1c3c6f9f
gnu: r-gosemsim: Update to 2.14.1.
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.14.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus 0827e0be36
gnu: r-oligo: Update to 1.52.1.
* gnu/packages/bioconductor.scm (r-oligo): Update to 1.52.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus 1c43c6fa6b
gnu: r-oligoclasses: Update to 1.50.4.
* gnu/packages/bioconductor.scm (r-oligoclasses): Update to 1.50.4.
2020-08-20 21:25:29 +02:00
Tobias Geerinckx-Rice 15593de33c
gnu: bind: Update to 9.16.6 [multiple CVE fixes].
Fixes CVE-2020-8620, CVE-2020-8621, CVE-2020-8622, CVE-2020-8623, and
CVE-2020-8624.

* gnu/packages/dns.scm (isc-bind): Update to 9.16.6.
2020-08-20 21:17:06 +02:00
Tobias Geerinckx-Rice 3f28ebd0ff
gnu: perl-catalyst-plugin-configloader: Update to 0.35.
* gnu/packages/web.scm (perl-catalyst-plugin-configloader): Update to 0.35.
2020-08-20 21:17:05 +02:00
Tobias Geerinckx-Rice a7841fc486
gnu: perl-catalyst-devel: Update to 1.41.
* gnu/packages/web.scm (perl-catalyst-devel): Update to 1.41.
2020-08-20 21:17:04 +02:00
Tobias Geerinckx-Rice a5526c75b8
gnu: ne: Update to 3.3.0.
* gnu/packages/text-editors.scm (ne): Update to 3.3.0.
2020-08-20 21:17:04 +02:00
Tobias Geerinckx-Rice 149d91814c
gnu: p11-kit: Update to 0.23.21.
* gnu/packages/tls.scm (p11-kit): Update to 0.23.21.
2020-08-20 21:17:03 +02:00
Ricardo Wurmus d7f578f8c2
gnu: r-pbapply: Update to 1.4-3.
* gnu/packages/statistics.scm (r-pbapply): Update to 1.4-3.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus 800d95fe73
gnu: r-chron: Update to 2.3-56.
* gnu/packages/statistics.scm (r-chron): Update to 2.3-56.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus 5e1c17a750
gnu: r-dplyr: Update to 1.0.2.
* gnu/packages/statistics.scm (r-dplyr): Update to 1.0.2.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus bc438f5a8f
gnu: r-mgcv: Update to 1.8-32.
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-32.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus 5eb753a276
gnu: r-mass: Update to 7.3-52.
* gnu/packages/statistics.scm (r-mass): Update to 7.3-52.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus 4be3979e99
gnu: r-stanheaders: Update to 2.21.0-6.
* gnu/packages/cran.scm (r-stanheaders): Update to 2.21.0-6.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus 69939ce955
gnu: r-showtext: Update to 0.9.
* gnu/packages/cran.scm (r-showtext): Update to 0.9.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus 4dcbea180d
gnu: r-haplo-stats: Update to 1.8.2.
* gnu/packages/cran.scm (r-haplo-stats): Update to 1.8.2.
[propagated-inputs]: Add r-arsenal.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus c4a48418f7
gnu: r-emmeans: Update to 1.5.0.
* gnu/packages/cran.scm (r-emmeans): Update to 1.5.0.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus 88bf81c61b
gnu: r-abjutils: Update to 0.3.1.
* gnu/packages/cran.scm (r-abjutils): Update to 0.3.1.
[propagated-inputs]: Remove r-devtools, r-furrr, r-future, r-glue, r-httr, r-progress, r-readr, r-scales, and r-tibble.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus 432c62787c
gnu: r-hdf5r: Update to 1.3.3.
* gnu/packages/cran.scm (r-hdf5r): Update to 1.3.3.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus 74b438e563
gnu: r-hardyweinberg: Update to 1.6.6.
* gnu/packages/cran.scm (r-hardyweinberg): Update to 1.6.6.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus c764026c26
gnu: r-jomo: Update to 2.7-2.
* gnu/packages/cran.scm (r-jomo): Update to 2.7-2.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus 4e6aa9aa6f
gnu: r-ape: Update to 5.4-1.
* gnu/packages/cran.scm (r-ape): Update to 5.4-1.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus 677e83a927
gnu: Add r-arsenal.
* gnu/packages/cran.scm (r-arsenal): New variable.
2020-08-20 19:32:23 +02:00
Andreas Enge 280455809d
gnu: python-fpylll: Update to 0.5.2.
* gnu/packages/algebra.scm (python-fpylll): Update to 0.5.2.
2020-08-20 19:27:10 +02:00
Andreas Enge b9ef00258c
gnu: fplll: Update to 5.3.2.
* gnu/packages/algebra.scm (fplll): Update to 5.3.2.
2020-08-20 19:23:03 +02:00
Tobias Geerinckx-Rice d9461f688c
gnu: python-libtmux: Update to 0.8.3.
* gnu/packages/tmux.scm (python-libtmux): Update to 0.8.3.
2020-08-20 18:40:45 +02:00
Tobias Geerinckx-Rice 37e64053b3
gnu: vis: Run most tests.
* gnu/packages/text-editors.scm (vis)[arguments]: Add ‘unpack-test-suite’
and ‘set-up-tests’ phase.  Run the tests after wrapping vis.
[native-inputs]: Add vis-test origin.
2020-08-20 18:40:44 +02:00
Tobias Geerinckx-Rice d198eca0b3
gnu: vis: Fetch sources from git.
* gnu/packages/text-editors.scm (vis)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2020-08-20 18:40:43 +02:00
Tobias Geerinckx-Rice c82cf31def
gnu: vis: Update to 0.6.
* gnu/packages/text-editors.scm (vis): Update to 0.6.
2020-08-20 18:40:43 +02:00
Michael Rohleder 25a6846462
gnu: emacs-browse-at-remote: Update to 0.14.0.
* gnu/packages/emacs-xyz.scm (emacs-browse-at-remote): Update to 0.14.0.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-20 19:27:32 +03:00
Michael Rohleder dfe4d0134b
gnu: emacs-perspective: Update to 2.10.
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.10.
(arguments): Run tests suite.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-20 19:27:32 +03:00
Michael Rohleder c00ebfd6d7
gnu: emacs-ob-restclient: Update to 0.02-2.f7449b2.
* gnu/packages/emacs-xyz.scm (emacs-ob-restclient): Update to 0.02-2.f7449b2.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-20 19:26:08 +03:00
Michael Rohleder fba499cb07
gnu: emacs-visual-regexp: Update to 1.1.2.
* gnu/packages/emacs-xyz.scm (emacs-visual-regexp): Update to 1.1.2.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-20 19:09:54 +03:00
Nicolas Goaziou e6e5b797f3
gnu: keepassxc: Update to 2.6.1.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.6.1.
2020-08-20 16:07:51 +02:00
Nicolas Goaziou 19da905921
gnu: emacs-org-superstar: Update to 1.4.0.
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.4.0.
2020-08-20 14:08:32 +02:00
Jakub Kądziołka a9e961b0c3
gnu: ccextractor: Fix build.
* gnu/packages/gstreamer.scm (ccextractor): Add LEPTONICA to inputs.
2020-08-20 13:53:01 +02:00
Tobias Geerinckx-Rice 2ca5b4858f
gnu: chrony: Update to 3.5.1 [fixes CVE-2020-14367].
* gnu/packages/ntp.scm (chrony): Update to 3.5.1.
2020-08-20 12:53:06 +02:00
Nicolas Goaziou 3c8ab1f3bf
gnu: grammalecte: Update to 1.12.0.
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.12.0.
2020-08-20 12:52:04 +02:00
Morgan Smith 8aa31b9305
gnu: emacs-doom-modeline: Update to 3.0.0.
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.0.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-08-20 09:19:49 +02:00
Tobias Geerinckx-Rice cdbb0e55c1
gnu: blender: Add colour management support.
* gnu/packages/graphics.scm (blender)[inputs]: Add opencolorio.
2020-08-20 06:20:11 +02:00
Tobias Geerinckx-Rice 2283cf4c1d
gnu: Add opencolorio.
* gnu/packages/image-processing.scm (opencolorio): New public variable.
2020-08-20 06:20:10 +02:00
Tobias Geerinckx-Rice 48d9c7c59a
gnu: wireshark: Update to 3.2.6.
* gnu/packages/networking.scm (wireshark): Update to 3.2.6.
2020-08-20 06:16:46 +02:00
Tobias Geerinckx-Rice cecaa0b383
gnu: libostree: Update to 2020.5.
* gnu/packages/package-management.scm (libostree): Update to 2020.5.
2020-08-20 06:16:45 +02:00
Tobias Geerinckx-Rice b14a139c96
gnu: iperf: Update to 3.9.
* gnu/packages/networking.scm (iperf): Update to 3.9.
2020-08-20 06:16:45 +02:00
Tobias Geerinckx-Rice 77c96b5cb7
gnu: nng: Update to 1.3.2.
* gnu/packages/networking.scm (nng): Update to 1.3.2.
2020-08-20 06:16:44 +02:00
Tobias Geerinckx-Rice ac570f00b0
gnu: mate-power-manager: Update to 1.24.2.
* gnu/packages/mate.scm (mate-power-manager): Update to 1.24.2.
[source]: Hard-code NAME.
2020-08-20 06:16:44 +02:00
Timothy Sample 8d06906017
gnu: agda: Adjust for using shared libraries.
See also 9e5496e0ae.

* gnu/packages/agda.scm (agda)[arguments]: Add a phase that sets
'LD_LIBRARY_PATH'; update the 'configure' phase to match the current
Haskell build system code.
2020-08-19 23:58:47 -04:00
Timothy Sample 856def7bb3
gnu: ganeti: Tell GHC to use shared libraries.
Fixes <https://bugs.gnu.org/42934>.
Reported by Marius Bakke <marius@gnu.org>.

* gnu/packages/virtualization.scm (ganeti)[arguments]: Add a phase
that tells GHC to use shared libraries.
2020-08-19 23:58:47 -04:00
Timothy Sample 991ca49961
gnu: ghc-regex-pcre: Set '#:extra-directories'.
This is a follow-up to commit 54a5fd0791.

* gnu/packages/haskell-xyz.scm (ghc-regex-pcre)[arguments]: Set
'#:extra-directories'.
2020-08-19 23:58:47 -04:00
Timothy Sample a928f35b2c
gnu: ghc-pcre-light: Set '#:extra-directories'.
This is a follow-up to commit 54a5fd0791.

* gnu/packages/haskell-xyz.scm (ghc-pcre-light)[arguments]: Set
'#:extra-directories'.
2020-08-19 23:58:46 -04:00
Tobias Geerinckx-Rice 9c5e3fb6a5
gnu: blender: Update to 2.83.5.
* gnu/packages/graphics.scm (blender): Update to 2.83.5.
2020-08-20 05:14:15 +02:00
Tobias Geerinckx-Rice 9372337f62
gnu: xtl: Update to 0.6.16.
* gnu/packages/cpp.scm (xtl): Update to 0.6.16.
2020-08-20 05:14:15 +02:00
Tobias Geerinckx-Rice c28f242b44
gnu: mailutils: Update to 3.10.
* gnu/packages/mail.scm (mailutils): Update to 3.10.
[arguments]: Patch a failing moderator test.
2020-08-20 05:14:15 +02:00
Mark H Weaver 8502974c34
gnu: linux-libre: Update to 5.7.16.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.16.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.16.
2020-08-19 19:35:03 -04:00
Mark H Weaver 2046529ebc
gnu: linux-libre@5.8: Update to 5.8.2.
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.2.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Update to 5.8.2.
2020-08-19 19:34:04 -04:00
Mark H Weaver 95ff922c3e
gnu: linux-libre@5.4: Update to 5.4.59.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.59.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.59.
2020-08-19 19:33:00 -04:00
Mark H Weaver 0c3799efde
gnu: linux-libre@4.19: Update to 4.19.140.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.140.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.140.
2020-08-19 19:30:42 -04:00
Tobias Geerinckx-Rice 4c7d16c551
gnu: unknown-horizons: Fix build with python@3.8 and python-pytest@5.
* gnu/packages/games.scm (unknown-horizons)[source]: Add patch.
[arguments]: Add a ‘fix-tests-with-pytest>=4’ phase.
[native-inputs]: Add python-distro.
* gnu/packages/patches/unknown-horizons-python-3.8-distro.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-08-19 23:02:26 +02:00
Tobias Geerinckx-Rice 5c83e8ec11
gnu: unknown-horizons: Return #t from all phases.
* gnu/packages/games.scm (unknown-horizons)[arguments]: Return #t from ‘set-HOME’.
2020-08-19 23:02:26 +02:00
Tobias Geerinckx-Rice 6f4d4ccc75
gnu: geocode-glib: Update to 3.26.2.
* gnu/packages/gnome.scm (geocode-glib): Update to 3.26.2.
2020-08-19 20:44:18 +02:00
Tobias Geerinckx-Rice 65b6682ee2
gnu: nuspell: Update to 3.1.2.
* gnu/packages/enchant.scm (nuspell): Update to 3.1.2.
2020-08-19 20:44:18 +02:00
Efraim Flashner e188d2f8aa
gnu: cmh: Update home-page.
* gnu/packages/algebra.scm (cmh)[home-page]: Update to new home-page.
2020-08-19 21:34:41 +03:00
Tobias Geerinckx-Rice 0fa01ccd34
gnu: tslib: Update to 1.22.
* gnu/packages/video.scm (tslib): Update to 1.22.
2020-08-19 20:03:56 +02:00
Tobias Geerinckx-Rice e48c12a3bb
gnu: libopenmpt: Update to 0.5.1.
* gnu/packages/audio.scm (libopenmpt): Update to 0.5.1.
[source]: Hard-code NAME.
2020-08-19 20:03:56 +02:00
Tobias Geerinckx-Rice c96f9178b1
gnu: simple-scan: Update to 3.36.4.
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.4.
2020-08-19 20:03:56 +02:00
Tobias Geerinckx-Rice 2577a0196f
gnu: xf86-video-geode: Remove unnecessary patch.
* gnu/packages/xorg.scm (xf86-video-geode)[source]: Remove patch.
* gnu/packages/patches/xf86-video-geode-glibc-2.20.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-08-19 20:03:55 +02:00
Tobias Geerinckx-Rice b137d320b0
gnu: xf86-video-geode: Update to 2.11.20.
* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.20.
2020-08-19 20:03:55 +02:00
Raghav Gururajan 798441b67d
gnu: gst-plugins-good: Update package definition.
* gnu/packages/gstreamer.scm (gst-plugins-good): Update package definition.
[arguments]<#:glib-or-gtk?>: New argument.
<#:phases>['disable-tests-for-armhf]: Remove phase.
['disable-failing-tests]: Remove phase.
['patch-docbook-xml]: New phase.
['pre-check]: New phase.
[native-inputs]: Add docbook-xml, gettext-minimal, gobject-introspection,
gsettings-desktop-schemas, perl, libxml2 and xorg-server-for-tests.
[inputs]: Add bzip2, glib, glib-networking, glu, libgudev, libx11,
libxdamage, libxfixes, libxext, libxshmfence, mesa and v4l-utils.
Remove gst-plugins-base.
[propagated-inputs]: Add gstreamer and gst-plugins-base.
[synopsis]: Modify.
[description]: Modify.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19 18:22:45 +02:00
Roel Janssen d26bf52948
gnu: virtuoso-use: Remove static libraries.
* gnu/packages/databases.scm (virtuoso-ose): Remove static libraries from
  the build output.
2020-08-19 18:08:00 +02:00
Nicolas Goaziou 2b5b7809b6
gnu: ruby-kramdown: Update to 2.3.0.
* gnu/packages/ruby.scm (ruby-kramdown): Update to 2.3.0.
2020-08-19 17:28:52 +02:00
Nicolas Goaziou 499942227c
gnu: Add ruby-mustache.
* gnu/packages/ruby.scm (ruby-mustache): New variable.
2020-08-19 17:21:09 +02:00
Nicolas Goaziou 901d74298a
gnu: emacs-posframe: Update to 0.8.0.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.0.
[description]: Stick to upstream name.
2020-08-19 16:34:04 +02:00
Efraim Flashner c0153167e8
gnu: fvwm: Use make-desktop-entry-file.
* gnu/packages/fvwm.scm (fvwm)[arguments]: Adjust 'install-xsession to
  use make-desktop-entry-file.
2020-08-19 16:31:59 +03:00
Efraim Flashner 678fdbb37a
gnu: fvwm: Use https.
* gnu/packages/fvwm.scm (fvwm)[home-page]: Use https.
2020-08-19 16:14:57 +03:00
Efraim Flashner 433309d92e
gnu: akonadi: Update home-page.
* gnu/packages/kde-pim.scm (akonadi-calendar, akonadi-contacts,
akonadi-mime, akonadi-notes, akonadi-search)[home-page]: Update to
new home-page.
2020-08-19 16:08:46 +03:00
Tobias Geerinckx-Rice b06dc2bbd1
gnu: lvm2: Default to an HTTPS mirror.
* gnu/packages/linux.scm (lvm2)[source]: Talk HTTPS to sourceware.org.
2020-08-19 12:56:16 +02:00
Ricardo Wurmus 6e5be7ffad
gnu: pigx-chipseq: Update to 0.0.43.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.43.
2020-08-19 12:12:42 +02:00
Raghav Gururajan 3d9fddb268
gnu: graphene: Update package definition.
* gnu/packages/gtk.scm (graphene): Update package definition.
[source]<origin>[method]: Change from url-fetch to git-fetch.
[uri]: Add git-reference.
[sha256]: Modify base32.
[arguments]<#:glib-or-gtk?>: New argument.
[native-inputs]: Add git-minimal and mutest.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19 11:14:10 +02:00
Raghav Gururajan b030bc0c27
gnu: librsvg-next: Update package definition.
* gnu/packages/gnome.scm (librsvg-next): Remove inheritance from librsvg.
[outputs]: Add "doc".
[arguments]<#:phases>['patch-docbook-xml]: New phase.
[arguments]<#:configure-flags>: Add --with-html-dir.
[native-inputs]: Add docbook-xml, python, ruby.
[inputs]: Add fontconfig, freetype, harfbuzz.
[propagated-inputs]: Add cairo, gdk-pixbuf, glib.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19 10:45:10 +02:00
Raghav Gururajan 97787a24df
gnu: gtk-vnc: Update package definition.
* gnu/packages/gnome.scm (gtk-vnc) [version]: Update to 1.0.0.
[source]<origin>[sha256]: Modify base32.
[build-system]: Change from gnu to meson.
[arguments]<#:glib-or-gtk?>: New argument.
[native-inputs]: Add gjs, node and perl.
[inputs]: Add cairo, gdk-pixbuf+svg, libx11 and zlib.
[synopsis]: Modify.
[description]: Modify.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19 10:45:10 +02:00
Efraim Flashner d1a769d68f
gnu: rust-bytemuck-1: Update to 1.3.1.
* gnu/packages/crates-io.scm (rust-bytemuck-1): Update to 1.3.1.
[synopsis]: Appease 'guix lint'.
2020-08-19 11:24:39 +03:00
Efraim Flashner 2f3d23e12a
gnu: waybar: Remove unrecognized configure flag.
* gnu/packages/wm.scm (waybar)[arguments]: Remove field.
2020-08-19 11:05:05 +03:00
Efraim Flashner d2ec1f8ed6
gnu: libfive: Fix build.
* gnu/packages/engineering.scm (libfive)[source]: Remove snippet.
[arguments]: Remove custom phase to find catch's header.
[native-inputs]: Remove catch-framework2.
2020-08-19 11:05:05 +03:00
Brendan Tildesley 56c39a07c8
gnu: waybar: Build documentation.
* gnu/packages/wm.scm (waybar)native-inputs]: Add scdoc.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-19 11:05:02 +03:00
Oleg Pykhalov 75a43e53e1
gnu: emacs-git-auto-commit-mode: Update to 4.6.0-1.23abaff.
* gnu/packages/emacs-xyz.scm
(emacs-git-auto-commit-mode)[version]: Update to 4.6.0-1.23abaff.
[native-inputs]: Add emacs-buttercup and git.
[arguments]: Run tests suite.
2020-08-19 09:44:12 +03:00