Commit graph

69383 commits

Author SHA1 Message Date
Brett Gilio c9c608bdd3
gnu: Remove python2-ujson-1.
* gnu/packages/python-xyz.scm (python2-ujson-1): Remove variable.

This variable was superceded and no longer needed as a dependency for
any package at this version.
2020-11-25 20:05:36 -06:00
Brett Gilio ffe6b73a3c
gnu: Remove python-ujson-1.
* gnu/packages/python-xyz.scm (python-ujson-1): Remove variable.

This variable was superceded and no longer needed as a dependency for
any package at this version.
2020-11-25 20:04:47 -06:00
Carlo Holl d482954c99
gnu: ghc-cassava-megaparsec: Downgrade to 2.0.1.
* gnu/packages/haskell-xyz.scm (ghc-cassava-megaparsec): Downgrade to 2.0.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 21:02:17 -05:00
Carlo Holl 1b12261573
gnu: hledger: Downgrade to 1.14.2.
* gnu/packages/finance.scm (hledger): Downgrade to 0.14.2.
[inputs, native-inputs]: Replace with what is generated by guix import.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 21:02:16 -05:00
Carlo Holl 1112b916a5
gnu: ghc-hledger-lib: Downgrade to 0.14.1.
* gnu/packages/haskell-xyz.scm (ghc-hledger-lib): Downgrade to 0.14.1.
[inputs]: Replace with what is generated by guix import.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 21:02:16 -05:00
Carlo Holl f1e73a5caf
gnu: Add ghc-easytest.
* gnu/packages/haskell-check.scm (ghc-easytest): New variable

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 21:02:16 -05:00
Carlo Holl df0e411373
gnu: ghc-doctest: Downgrade to 0.16.2.
* gnu/packages/haskell-xyz.scm (ghc-doctest): Downgrade to 0.16.2.
[inputs]: Replace with what is generated by guix import.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 21:02:16 -05:00
Carlo Holl 4e3b6235a4
gnu: ghc-tabular: Downgrade to 0.2.2.7.
* gnu/packages/haskell-xyz.scm (ghc-tabular): Downgrade to 0.2.2.7.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 21:02:15 -05:00
Leo Famulari 2853dadb3e
gnu: OpenSC: Update to 0.21.0 [fixes CVE-2020-{26570,26571,26572}].
* gnu/packages/security-token.scm (opensc): Update to 0.21.0.
2020-11-25 20:28:44 -05:00
Ryan Prior via Guix-patches via 6a062ca176
gnu: oil: Update to 0.8.5.
* gnu/packages/shells.scm (oil): Update to 0.8.5.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 19:30:27 -05:00
Marius Bakke f36bee1416
gnu: dav1d: Add a source file name.
* gnu/packages/video.scm (dav1d)[source](file-name): New field.
2020-11-26 01:06:56 +01:00
Brett Gilio 3387508a1f
gnu: python-transient: Update to 0.11.
* gnu/packages/virtualization.scm (python-transient): Update to 0.11.
2020-11-25 17:57:50 -06:00
Vinicius Monego 6a5da0d034
gnu: Add python-opentsne.
* gnu/packages/machine-learning.scm (python-opentsne): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 18:38:00 -05:00
Vinicius Monego 8cd10a76b8
gnu: Add python-pynndescent.
* gnu/packages/machine-learning.scm (python-pynndescent): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 18:38:00 -05:00
Marius Bakke 402ebffe19
etc: Add more SELinux permissions for the daemon.
* etc/guix-daemon.cil.in (guix_daemon): Permit file appending, setattr,
read/write UDP sockets, access to tmpfs and hugetlbfs, and connecting to
PostgreSQL.
2020-11-26 00:31:47 +01:00
Marius Bakke 9b9c6f2594
gnu: xf86-video-intel: Update to 2.99.917-17.ad5540f.
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-17.ad5540f.
2020-11-26 00:31:47 +01:00
Ludovic Courtès ae902124c1
news: Add entry for LVM support.
* etc/news.scm: Add entry.
2020-11-26 00:06:42 +01:00
Ludovic Courtès c350a99bea
doc: Tweak LVM-related info.
* doc/guix.texi (Limitations): Remove LVM support.
(Mapped Devices): Add link the to LVM web site.  Tweak wording.
2020-11-26 00:05:39 +01:00
Mikhail Tsykalov a9a2fdaabc
mapped-devices: Add 'lvm-device-mapping'.
* gnu/system/mapped-devices.scm (lvm-device-mapping, open-lvm-device,
close-lvm-device): New variables.

* gnu/tests/install.scm (%lvm-separate-home-os,
%lvm-separate-home-os-source, %lvm-separate-home-installation-script,
%test-lvm-separate-home-os): New variables.

* gnu/system/linux-initrd.scm (raw-initrd): Add (srfi srfi-1) to initrd expression.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-11-26 00:05:39 +01:00
Mikhail Tsykalov 788df2ecd6
mapped-devices: Allow target to be list of strings.
* gnu/system/mapped-devices.scm (<mapped-device>): Rename constructor to
%mapped-device.
[target]: Remove field.
[targets]: New field. Adjust users.
(mapped-device-compatibility-helper, mapped-device): New macros.
(mapped-device-target): New deprecated procedure.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-11-26 00:05:39 +01:00
Ludovic Courtès 0a1da4652d
gnu: guile-bytestructures: Update to 1.0.9.
Fixes <https://bugs.gnu.org/44000>.

* gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.9.
[source]: Adjust tag to no longer include "v" prefix.
2020-11-26 00:05:39 +01:00
Ludovic Courtès 305eefc062
gnu: hwloc: Add "doc" output.
* gnu/packages/mpi.scm (hwloc-1)[outputs]: Add "doc".
[arguments]: Add 'move-man3-pages' phase.
2020-11-26 00:05:39 +01:00
EuAndreh d6d5a67e75
gnu: Add git-open.
* gnu/packages/version-control.scm (git-open): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 18:04:26 -05:00
Tobias Geerinckx-Rice 21abfe1935
gnu: perl-cairo: Update to 1.108.
* gnu/packages/gtk.scm (perl-cairo): Update to 1.108.
2020-11-25 23:56:30 +01:00
Tobias Geerinckx-Rice 264335acd1
gnu: youtube-dl: Update to 2020.11.26.
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.26.
2020-11-25 23:56:30 +01:00
Tobias Geerinckx-Rice 09306c74fa
gnu: lmdb: Update to 0.9.27.
* gnu/packages/databases.scm (lmdb): Update to 0.9.27.
2020-11-25 23:56:29 +01:00
Tobias Geerinckx-Rice 8da64e9bf9
gnu: volk: Remove static library.
* gnu/packages/engineering.scm (volk)[arguments]: Add a
'remove-static-libraries phase.
2020-11-25 23:56:29 +01:00
Tobias Geerinckx-Rice 6a18f4c5dc
gnu: volk: Update to 2.4.0.
* gnu/packages/engineering.scm (volk): Update to 2.4.0.
[source]: Clone recursively.
2020-11-25 23:56:29 +01:00
Tobias Geerinckx-Rice 4c76af04e0
gnu: libaudec: Update to 0.2.4.
* gnu/packages/audio.scm (libaudec): Update to 0.2.4.
[arguments]: Use a newer #:meson.
2020-11-25 23:56:28 +01:00
Tobias Geerinckx-Rice fc14661c7b
gnu: volk: Fetch from git repository.
* gnu/packages/engineering.scm (volk)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2020-11-25 23:56:28 +01:00
Brett Gilio 8b928a3931
gnu: mercury: Update to 20.06.1.
* gnu/packages/mercury.scm (mercury): Update to 20.06.1.
2020-11-25 16:40:29 -06:00
Brett Gilio 4b4fa892cb
gnu: mercury-minimal: Update to 20.06.1.
* gnu/packages/mercury.scm (mercury-minimal): Update to 20.06.1.
2020-11-25 16:40:01 -06:00
Marius Bakke d64e0261d0
etc: Add more SELinux permissions for the daemon.
This is needed for some package test suites.

* etc/guix-daemon.cil.in (guix_daemon): Permit unix_dgram_socket operations.
2020-11-25 23:24:52 +01:00
Timotej Lazar cbcd520e1a
gnu: Add qpdfview.
* gnu/packages/pdf.scm (qpdfview): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 15:37:40 -05:00
Leo Famulari b6404ffe00
gnu: dav1d: Update to 0.8.0.
* gnu/packages/video.scm (dav1d): Update to 0.8.0.
[source]: Use GIT-FETCH, because there is no tarball for 0.8.0.
2020-11-25 15:11:01 -05:00
Tobias Geerinckx-Rice caf526773c
gnu: bind: Update to 9.16.9.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.9.
2020-11-25 20:31:32 +01:00
Tobias Geerinckx-Rice ef8222a9f3
gnu: font-gnu-unifont: Always download source over HTTPS.
* gnu/packages/fonts.scm (font-gnu-unifont)[source]: Use HTTPS everywhere.
2020-11-25 20:31:31 +01:00
Tobias Geerinckx-Rice 980028d0e8
gnu: font-gnu-unifont: Update to 13.0.04.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.04.
2020-11-25 20:31:31 +01:00
Tobias Geerinckx-Rice 5a3d6ad141
gnu: uget: Update to 2.2.1.
* gnu/packages/bittorrent.scm (uget): Update to 2.2.1.
2020-11-25 20:31:31 +01:00
Tobias Geerinckx-Rice 170dc2102c
gnu: ceph: Update to 14.2.15.
* gnu/packages/storage.scm (ceph): Update to 14.2.15.
2020-11-25 20:31:31 +01:00
Leo Famulari e9f5dfc004
gnu: Mutt: Update to 2.0.2 [fixes CVE-2020-28896].
* gnu/packages/mail.scm (mutt): Update to 2.0.2.
* gnu/packages/patches/mutt-store-references.patch: Adjust to changes in
Mutt 2.0.2.
2020-11-25 13:29:00 -05:00
Brett Gilio f85490869e
gnu: grpc: Update to 1.33.2.
* gnu/packages/rpc.scm (grpc): Update to 1.33.2.

[arguments]: Use system (re2) provided package.
[inputs]: Add re2.
[native-inputs]: Add pkg-config.
2020-11-25 12:02:04 -06:00
Brett Gilio ef1bc77676
gnu: re2: Update to 2020-11-01.
* gnu/packages/regex.scm (re2): Update to 2020-11-01.
2020-11-25 12:01:51 -06:00
Mathieu Othacehe d5901789f4
gnu: cuirass: Update to 0.0.1-55.fd432b8.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-55.fd432b8.
2020-11-25 17:37:40 +01:00
Brett Gilio e16fbddf2b
gnu: et: Deprecate package.
* gnu/packages/terminals.scm (et): Deprecate in favor of
eternalterminal.
2020-11-25 08:28:53 -06:00
Brett Gilio 435739ff48
gnu: et: Work around recursive module imports.
* gnu/packages/ssh.scm (et): Remove.
* gnu/packages/terminals.scm (et): Add et.
2020-11-25 08:24:55 -06:00
Brett Gilio 02312f7bbe
gnu: eternalterminal: Update to 6.0.13.
* gnu/packages/terminals.scm (eternalterminal): Update to 6.0.13.
2020-11-25 08:11:11 -06:00
Brett Gilio a90cf89654
gnu: protobuf: Update to 3.14.0.
* gnu/packages/protobuf.scm (protobuf): Update to 3.14.0.
2020-11-25 08:10:47 -06:00
Michael Rohleder 933ddba223
gnu: gst-plugins-bad: Enable webrtc module.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Enable webrtc module.
[inputs]: Add libnice and webrtc-audio-processing.
[arguments]: Add substitution of failing tests.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-11-25 14:03:30 +01:00
Kyle Meyer 7f1d093eae
gnu: git-annex: Update to 8.20201116.
If ghc-torrent isn't available, git-annex will fall back to custom legacy
code.  However, this older code path has a build failure in the 8.20201116
release, and in general it'd be better to rely on the preferred, more
exercised code path.

* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201116.
[inputs]: Add ghc-torrent.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-11-25 13:43:35 +01:00