me
/
guix
Archived
1
0
Fork 0
Commit Graph

89608 Commits (9ebc9ca070a21ba0aeb3f61202a8071bb250ccc8)

Author SHA1 Message Date
Attila Lendvai 9ebc9ca070
tests: Move keys into ./tests/keys/ and add a third ed25519 key.
The third key will be used in an upcoming commit.

Rename public keys to .pub.

* guix/tests/gnupg.scm (%ed25519-3-public-key-file): New variable.
(%ed25519-3-secret-key-file): New variable.
(%ed25519-2-public-key-file): Renamed from %ed25519bis-public-key-file.
(%ed25519-2-secret-key-file): Renamed from %ed25519bis-secret-key-file.
* tests/keys/ed25519-3.key: New file.
* tests/keys/ed25519-3.sec: New file.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-22 10:53:19 +01:00
Efraim Flashner 5b8ae331f7
gnu: weechat: Update to 3.4.
* gnu/packages/irc.scm (weechat): Update to 3.4.
2021-12-22 10:45:37 +02:00
Efraim Flashner 8554cb2db9
gnu: weechat: Satisfy guix lint.
* gnu/packages/irc.scm (weechat)[native-inputs]: Relabel gettext as
gettext-minimal.
[inputs]: Use default libgcrypt output.
[home-page]: Use upstream home-page.
2021-12-22 10:45:37 +02:00
Efraim Flashner 76c0b2e340
gnu: weechat: Enable tests on all architectures.
* gnu/packages/irc.scm (weechat)[arguments]: Remove test field.
2021-12-22 10:45:37 +02:00
Efraim Flashner e2c4d13233
gnu: weechat: Only build docs on some architectures.
* gnu/packages/irc.scm (weechat)[native-inputs]: Only use
ruby-asciidoctor on architectures supported by GHC.
[arguments]: Only build manpages and docs on some architectures. Only
move documentation when it is built.
2021-12-22 10:45:36 +02:00
Olivier Dion 26b18b0525
gnu: Enable babeltrace Python's bindings.
* gnu/packages/instrumentation.scm (babeltrace)
[tests?]: Set to false.
[configure-flags]: Enable Python's plugins and bindings.
[make-flags]: Add output's /lib to linker rpath.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-22 09:23:56 +01:00
Nathan Dehnel 6fb5459e8b
services: wireguard: Add DNS config field.
* gnu/services/vpn.scm (wireguard-configuration)[dns]: New field.
(wireguard-configuration-file): Honor it.
* doc/guix.texi: Document it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-22 09:07:39 +01:00
Ricardo Wurmus dce3415a74
gnu: strace: Update to 5.15.
* gnu/packages/linux.scm (strace): Update to 5.15.
[arguments]: Remove trailing #T from build phases; disable one more test.
2021-12-22 05:43:02 +01:00
Vinicius Monego c0c878856e
gnu: gimp: Update to 2.10.30.
* gnu/packages/gimp.scm (gimp): Update to 2.10.30.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-12-22 03:07:34 +01:00
Vinicius Monego 0be21b0820
gnu: gegl: Update to 0.4.34.
* gnu/packages/gimp.scm (gegl): Update to 0.4.34.
[source]: Make some cosmetic changes.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-12-22 03:07:34 +01:00
Julien Lepiller 5c093aa5d2
gnu: ocaml-odoc: Update to 2.0.2.
* gnu/packages/ocaml.scm (ocaml-odoc): Update to 2.0.2.
2021-12-22 02:34:17 +01:00
Julien Lepiller 81f36476a0
gnu. ocaml-batteries: Update to 3.4.0.
* gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.4.0.
2021-12-22 02:34:14 +01:00
Julien Lepiller f1078defda
gnu: ocaml-fpath: Update to 0.7.3.
* gnu/packages/ocaml.scm (ocaml-fpath): Update to 0.7.3.
2021-12-22 02:34:11 +01:00
Julien Lepiller 0770201a20
gnu: camlp5: Update to 8.00.02.
* gnu/packages/ocaml.scm (camlp5): Update to 8.00.02.
2021-12-22 02:34:03 +01:00
Julien Lepiller 2317a5e17f
gnu: frama-c: Update to 24.0.
* gnu/packages/maths.scm (frama-c): Update to 24.0.
2021-12-22 02:07:21 +01:00
Julien Lepiller bdf74dad1a
gnu: coq: Update to 8.14.1.
* gnu/packages/coq.scm (coq-core): Update to 8.14.1.
2021-12-22 00:41:57 +01:00
Julien Lepiller bf8e084d1d
gnu: ocaml-findlib: Update to 1.9.1.
* gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.9.1.
2021-12-22 00:05:32 +01:00
Julien Lepiller 0b2d0d1148
gnu: java-log4j-api: Update to 2.17.0.
* gnu/packages/java.scm (java-log4j-api): Update to 2.17.0.
2021-12-22 00:01:10 +01:00
Nicolas Goaziou f7493e1dc8
gnu: Add tlpui.
* gnu/packages/linux.scm (tlpui): New variable.
2021-12-21 22:20:23 +01:00
Vagrant Cascadian 081c07d6a0
gnu: python-sgmllib3k: Fix typo.
* gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix use of
  pluralized "This package".
2021-12-21 12:03:27 -08:00
Mathieu Othacehe d2f9578a9f
services: static-networking: Enable multicast by default.
Fixes: <https://issues.guix.gnu.org/52520>.

* gnu/services/base.scm (network-set-up/linux): Enable it.
2021-12-21 20:37:39 +01:00
Efraim Flashner 8f85e4f9aa
gnu: go-1.17: Build with gcc:lib on arm* architectures.
* gnu/packages/golang.scm (go-1.17)[arguments]: Add phase on arm*
architectures to link to gcc:lib.
[inputs]: When building for arm* don't remove gcc:lib.
2021-12-21 18:24:01 +02:00
Efraim Flashner 7ccfec3065
gnu: go-1.17: Simplify native-inputs.
* gnu/packages/golang.scm (go-1.17)[native-inputs]: Remove unnecessary
quoting.
2021-12-21 18:24:00 +02:00
Ludovic Courtès 3b3bef3e4e
tests: rsync: Define several modules.
* gnu/tests/rsync.scm (run-rsync-test)["Test file not copied to
read-only share", "Test file correctly received from read-only share"]:
New tests.
(%rsync-os): Define two modules.
2021-12-21 15:47:04 +01:00
Ludovic Courtès c9d92409d4
services: rsync: Allow configuring several rsync "modules".
Until now the rsync service would export a single module, named
"files".  This allows users to specify as many modules as they want, in
line with rsyncd.conf(5).

* gnu/services/rsync.scm (warn-share-field-deprecation): New procedure.
(<rsync-configuration>)[modules]: New field.
[share-path, share-comment, read-only?, timeout]: Mark as deprecated.
(<rsync-module>): New record type.
(%default-modules): New variable.
(rsync-configuration-modules): New procedure.
(rsync-activation): Create the directory of each module.
(rsync-config-file): Generate configuration for each module.
(rsync-service-type)[description]: New field.
* doc/guix.texi (Networking Services): Adjust documentation.  Augment
example.
2021-12-21 15:47:03 +01:00
Efraim Flashner 9834ff5d32
gnu: binutils-gold: Skip gold testsuite on some architectures.
* gnu/packages/base.scm (binutils-gold)[arguments]: Add a phase on some
architecturest to skip the gold testsuite.
2021-12-21 16:22:51 +02:00
Efraim Flashner 49546b6b8c
gnu: Add vim-gnupg.
* gnu/packages/vim.scm (vim-gnupg): New variable.
2021-12-21 16:22:51 +02:00
Efraim Flashner 2c067089d7
gnu: python-statsmodels: Remove cythonized files from tarball.
* gnu/packages/statistics.scm (python-statsmodels)[source]: Add snippet
to remove cythonized files.
2021-12-21 16:22:51 +02:00
Efraim Flashner 8e213a15d3
Revert "gnu: python-pingouin: Update to 0.5.0."
This reverts commit f2ad33bc39.

python-pingouin after 0.3.12 needs newer versions of all the python
science libraries.
2021-12-21 16:22:50 +02:00
Christopher Baines 87e5502d40
gnu: guix-build-coordinator: Update to 0-41.6b6218d.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-41.6b6218d.
2021-12-21 11:20:01 +00:00
Christopher Baines 6f76678cb7
gnu: Add nar-herder.
* gnu/packages/package-management.scm (nar-herder): New variable.
2021-12-21 11:07:30 +00:00
Ricardo Wurmus 21219307fe
gnu: opencv: Fix installation.
This is a follow-up to commit 5894b1210d.

* gnu/packages/image-processing.scm (opencv)[arguments]: Add build phase
'do-not-install-3rdparty-file.
2021-12-21 10:27:34 +01:00
Nicolas Goaziou 2bbc3864c3
gnu: emacs-geiser: Update to 0.20.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.20.1.
2021-12-21 09:34:19 +01:00
Nicolas Goaziou 96d0d61a9b
gnu: Add fsearch.
* gnu/packages/search.scm (fsearch): New variable.
2021-12-21 08:29:54 +01:00
Efraim Flashner 3eb90b03b4
gnu: tuir: Skip sanity-check.
* gnu/packages/syndication.scm (tuir)[arguments]: Remove 'sanity-check.
2021-12-21 08:46:10 +02:00
Efraim Flashner dc4a2ef5d1
gnu: qutebrowser: Remove unnecessary input.
* gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Remove
python-importlib-resources.
2021-12-21 08:46:08 +02:00
Leo Famulari 632bfda5bb
gnu: WebKitGTK: Update to 2.34.3 [fixes CVE-2021-{30809,30887,30890}].
* gnu/packages/webkit.scm (webkitgtk): Update to 2.34.3.
2021-12-20 18:41:17 -05:00
Nicolas Goaziou 7be1ea33ff
gnu: parlatype: Update to 3.1.
* gnu/packages/gnome.scm (parlatype): Update to 3.1.
[native-inputs]: Remove labels.
2021-12-21 00:31:19 +01:00
Nicolas Goaziou b2b926856e
gnu: axel: Update to 2.17.11.
* gnu/packages/networking.scm (axel): Update to 2.17.11.
2021-12-21 00:26:18 +01:00
Nicolas Goaziou b1ea223930
gnu: emacs-geiser-guile: Update to 0.20.
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.20.
2021-12-21 00:24:11 +01:00
Nicolas Goaziou 866af86b1b
gnu: emacs-geiser: Update to 0.20.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.20.
[propagated-inputs]: Add emacs-transient.
2021-12-21 00:22:02 +01:00
Nicolas Goaziou 5e1b3520ed
gnu: emacs-xml-rpc: Update to 1.0.5.
* gnu/packages/emacs-xyz.scm (emacs-xml-rpc): Update to 1.0.5.
2021-12-21 00:14:42 +01:00
Ricardo Wurmus 5894b1210d
gnu: opencv: Update to 4.5.4.
* gnu/packages/patches/opencv-fix-build-of-grfmt_jpeg2000.cpp.patch: Delete file.
* gnu/packages/patches/opencv-rgbd-aarch64-test-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove patches.
* gnu/packages/image-processing.scm (opencv): Update to 4.5.4.
[source]: Remove patch; keep bundled quirc.
[arguments]: Build without ade; update build phase 'disable-broken-tests;
remove build phase 'add-ilmbase-include-path.
[native-inputs]: Update source hashes for opencv-contrib and opencv-extra.
[inputs]: Use new style; add imath and openblas; replace openexr-2 with
openexr.
[description]: Reformat first paragraph.
2021-12-20 23:23:40 +01:00
Ricardo Wurmus b934d88514
gnu: opencv: Remove trailing #T from snippet.
* gnu/packages/image-processing.scm (opencv)[source]: Remove #T at the end of
the snippet.
2021-12-20 23:23:40 +01:00
Ricardo Wurmus 500d734b63
gnu: leveldb: Remove --no-rtti flag.
* gnu/packages/databases.scm (leveldb)[arguments]: Patch CMakeLists.txt in
'allow-RTTI phase.
2021-12-20 23:23:40 +01:00
Ricardo Wurmus cbb7d81638
gnu: ceph: Simplify source snippet.
* gnu/packages/storage.scm (ceph)[source]: Simplify snippet.
2021-12-20 23:23:40 +01:00
Ricardo Wurmus 7c2786af1e
gnu: ceph: Update to 16.2.7.
* gnu/packages/storage.scm (ceph): Update to 16.2.7.
2021-12-20 23:23:40 +01:00
Ricardo Wurmus 0a17eee8eb
gnu: Add bash-with-syslog.
* gnu/packages/bash.scm (bash-with-syslog): New variable.
2021-12-20 23:23:40 +01:00
Ricardo Wurmus 62d2c36e77
gnu: sortmerna: Update to 4.3.4.
* gnu/packages/bioinformatics.scm (sortmerna): Update to 4.3.4.
[build-system]: Use cmake-build-system.
[arguments]: Disable tests; add configure flags; add phase
'find-concurrentqueue-headers; update 'install phase.
[inputs]: Add concurrentqueue, gflags, rapidjson, and rocksdb.
[native-inputs]: Add pkg-config.
2021-12-20 23:23:40 +01:00
Ricardo Wurmus f7139ce79f
gnu: rocksdb: Update to 6.26.1.
* gnu/packages/databases.scm (rocksdb): Update to 6.26.1.
[build-system]: Use cmake-build-system.
[arguments]: Disable tests for all architectures; update configure-flags to
new build system; remove build phase customization; add two phases:
'build-generically and 'patch-CMakeLists.txt.
2021-12-20 23:23:39 +01:00