me
/
guix
Archived
1
0
Fork 0
Commit Graph

80472 Commits (37ad6d1c7c4bfbf7f2a1a99923ead838f9ab8846)

Author SHA1 Message Date
Mathieu Othacehe 2a49ddb513
tests: rsync: Fix it.
* gnu/tests/rsync.scm ("Test file not copied to read-only share"): This
returns the error code 1 and not 10.
2021-12-23 16:05:13 +01:00
Sharlatan Hellseher 7f6260d9fe
gnu: cl-ana: Update to 0.0.0-2.848185e.
* gnu/packages/lisp-xyz.scm (sbcl-cl-ana): Update to 0.0.0-2.848185e.
  [inputs]: Use new style.
  [native-inputs]: Add openmpi and pkg-config.
  [propagated-inputs]: Add gnuplot.
  [arguments]: Update 'fix-paths' phase.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-12-23 14:41:42 +01:00
Mathieu Othacehe 7682145b9b
tests: reconfigure: Fix it.
* gnu/tests/reconfigure.scm (run-install-bootloader-test): Use a non volatile
VM so that a bootloader configuration file is installed.
2021-12-23 10:54:01 +01:00
Mathieu Othacehe dbd3454c3b
tests: nfs: Fix nfs-root-fs test.
This test has probably never been working. Rename it nfs-full, and test that
an NFS server can be started in a VM and mounted in another VM.

* gnu/tests/nfs.scm (run-nfs-root-fs-test): Rename it ...
(run-nfs-full-test): ... this way.
(%test-nfs-root-fs): Rename it ...
(%test-nfs-full): ... this way.
2021-12-23 10:54:01 +01:00
Mathieu Othacehe 207ee9d9cd
services: nfs: Fix statd and mountd ports.
* gnu/services/nfs.scm (nfs-shepherd-services): Fix rpcstatd-port and
rpcmountd-port arguments.
2021-12-23 10:54:01 +01:00
Mathieu Othacehe 102c360624
tests: docker: Fix it.
The docker tests are broken because the docker overlay doesn't support running
on our own storage overlay. Use the new <virtual-machine> volatile? field to
spawn a VM with a persistent storage and no overlay.

* gnu/tests/docker.scm (run-docker-test): Add the docker-tarball to the gc
roots as the host store is not shared anymore. Spawn a VM without volatile
storage.
(run-docker-system-test): Ditto.
(%test-docker-system): Adapt it to use the image API.
2021-12-23 10:54:01 +01:00
Mathieu Othacehe 05a9d1f378
Remove VM generation dead-code.
This code duplicates the (gnu system image) and (gnu build image) code. Using
VM for image generation is not needed, not portable and really slow. Remove
all the VM image generation code to make sure that only the image API is used.

* gnu/build/vm.scm: Remove it. Move the qemu-command procedure to ...
* gnu/build/marionette.scm: ... here.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adapt it.
* tests/modules.scm: Ditto.
* gnu/tests/install.scm: Ditto.
* gnu/system/vm.scm: Adapt it and remove expression->derivation-in-linux-vm,
qemu-img, system-qemu-image/shared-store and system-docker-image procedures.
* doc/guix.texi (G-Expressions): Adapt it.
2021-12-23 10:54:00 +01:00
Mathieu Othacehe da92479674
system: vm: Use the image API to generate QEMU images.
Also add a volatile? argument to the virtual-machine record. When volatile? is
true generate a QEMU script that mounts an overlay on top of a read only
storage. When volatile? is false, use a persistent, read-write storage.

* gnu/system/vm.scm (common-qemu-options): Add a rw-image? argument to use a
persistent storage.
(system-qemu-image/shared-store-script): Add a volatile? argument and honor
it. Use the image API to build the QEMU image.
(<virtual-machine>)[volatile?]: New field.
(virtual-machine-compiler): Pass the volatile? argument to the
system-qemu-image/shared-store-script procedure.
2021-12-23 10:54:00 +01:00
Mathieu Othacehe 59912117d4
system: image: Add docker support.
* gnu/system/image.scm (docker-image, docker-image-type): New variables.
(system-docker-image): New procedure.
(image->root-file-system): Add docker image support.
(system-image): Ditto.
2021-12-23 10:54:00 +01:00
Mathieu Othacehe dcc843a716
image: Add a shared-network? field.
* gnu/image.scm (<image>)[shared-network?]: New field.
2021-12-23 10:53:59 +01:00
Mathieu Othacehe 594e9428c5
image: Add a shared-store? field.
* gnu/image.scm (<image>)[shared-store?]: New field.
2021-12-23 10:53:59 +01:00
Mathieu Othacehe cc4e8a84f4
build: image: Add optional closure copy support.
* gnu/build/image.scm (initialize-root-partition): Add a closure-copy?
argument and honor it.
2021-12-23 10:53:59 +01:00
Vinicius Monego 258150fd6e
gnu: pre-commit: Update to 2.16.0.
* gnu/packages/version-control.scm (pre-commit): Update to 2.16.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-22 23:52:58 -05:00
Vinicius Monego f700471b1c
gnu: gsequencer: Update to 3.14.5.
* gnu/packages/music.scm (gsequencer): Update to 3.14.5.
[source]<origin>: Update url.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-22 23:52:57 -05:00
Vinicius Monego 5228707781
gnu: gsequencer: Build with libsoup 2.
* gnu/packages/music.scm (gsequencer)[native-inputs]: Use the new style.
[inputs]: Replace libsoup with libsoup-minimal-2 and webkitgtk with
webkitgtk-with-libsoup2. Use the new style.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-22 23:52:57 -05:00
Vinicius Monego bcbe090fbb
gnu: gnome-commander: Update to 1.12.3.1.
* gnu/packages/gnome.scm (gnome-commander): Update to 1.12.3.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-22 23:52:57 -05:00
Vinicius Monego 69fbc885ce
gnu: openexr: Update to 3.1.3.
* gnu/packages/graphics.scm (openexr): Update to 3.1.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-22 23:52:54 -05:00
Marius Bakke f37c999e0a
gnu: libksba: Fix cross-compilation.
* gnu/packages/gnupg.scm (libksba)[native-inputs]: Remove.
2021-12-23 03:07:34 +01:00
Marius Bakke 0ef4da9f09
gnu: qemu-minimal: Actually remove unnecessary native-inputs.
This is a follow-up to commit d64bd1254a.

* gnu/packages/virtualization.scm (qemu-minimal)[native-inputs]: Filter static
outputs and remove "gettext-minimal" instead of "gettext".
2021-12-23 03:07:34 +01:00
Marius Bakke 57f011818e
gnu: seabios: Build vgabios targets.
* gnu/packages/firmware.scm (seabios)[arguments]: Add new phase to build
various vgabiosen.  While at it, create a "bios-256k.bin" as expected by
QEMU.
2021-12-23 03:07:34 +01:00
Marius Bakke b7719d81cf
gnu: seabios: Encode version information in the binary.
...to make the build deterministic.

* gnu/packages/firmware.scm (seabios)[arguments]:  Create a ".version" file as
expected by the build system.  While at it, set EXTRAVERSION as recommended by
upstream.
2021-12-23 03:07:34 +01:00
Marius Bakke e839bbc880
gnu: seabios: Update to 1.15.0.
* gnu/packages/firmware.scm (seabios): Update to 1.15.0.
[arguments]: Remove trailing #t's.
[native-inputs]: Remove label.
2021-12-23 03:07:34 +01:00
Marius Bakke 91918e9405
gnu: gcl: Avoid referencing GCC from the top-level.
* gnu/packages/lisp.scm (gcl)[arguments]: Use SEARCH-INPUT-FILE instead of
referencing the GCC variable.
2021-12-23 03:07:34 +01:00
Marius Bakke c0c9912b44
gnu: rsync: Remove 3.1.3.
* gnu/packages/rsync.scm (rsync-next): Remove variable.
(rsync): Update to 3.2.3.  While at it, remove input labels.
2021-12-23 03:07:34 +01:00
Marius Bakke a89d65eec1
chromium-extension: Avoid another usage of the store-mapped /tmp.
* gnu/build/chromium-extension.scm (make-crx): Use a Chromium profile relative
to the build directory instead of /tmp.  While here, remove obsolete comment.
2021-12-23 03:07:34 +01:00
Jelle Licht 867c33d3d7
gnu: emacs-eldev: Adjust to changes in emacs-build-system.
* gnu/packages/emacs-xyz.scm (emacs-eldev)[install-eldev-executable]: Use
elpa-directory for ELDEV_LOCAL.
2021-12-23 00:48:46 +01:00
Leo Famulari 0751451ae3
gnu: xorg-server: Update to 21.1.2 [security fixes].
Fixes CVE-2021-4008, CVE-2021-4009, CVE-2021-4010, and CVE-2021-4011.

* gnu/packages/xorg.scm (xorg-server): Update to 21.1.2.
(xorg-server-for-tests): Use version 21.1.1.
2021-12-22 18:37:27 -05:00
Timothy Sample 488f1c589d
services: dbus: Wait 1 minute for elogind to get ready.
Fixes <https://issues.guix.gnu.org/issue/52051>.

* gnu/services/dbus.scm (dbus-configuration-directory): Set a 60 second
authentication timeout in the D-Bus configuration.
2021-12-22 18:33:07 -05:00
Nicolas Goaziou a296b5fff9
gnu: emacs-evil-collection: Update to 0.0.7.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.7.
2021-12-22 23:33:53 +01:00
Nicolas Goaziou 956cacd271
gnu: emacs-cider: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.2.0.
2021-12-22 23:31:37 +01:00
Nicolas Goaziou d571302dee
gnu: emacs-geiser-guile: Update to 0.20.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.20.1.
2021-12-22 23:29:34 +01:00
Nicolas Goaziou dab9881ec7
gnu: emacs-geiser: Update to 0.21.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.21.
2021-12-22 23:25:27 +01:00
Petr Hodina b850fe6ec8
gnu: Add sugar-light-sddm-theme.
* gnu/packages/display-manager.scm (sugar-light-sddm-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-22 23:23:17 +01:00
Petr Hodina d124f94d18
gnu: Add sugar-dark-sddm-theme.
* gnu/packages/display-manager.scm (sugar-dark-sddm-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-22 23:23:17 +01:00
Foo Chuan Wei 72a5895b7e
gnu: Add xblackjack.
* gnu/packages/games.scm (xblackjack): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-22 23:23:17 +01:00
Nicolas Goaziou 4c2af58b0f
gnu: emacs-posframe: Update to 1.1.3.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.1.3.
2021-12-22 23:20:48 +01:00
Nicolas Goaziou 6fe740021f
gnu: emacs-pyim: Update to 3.9.6.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.6.
2021-12-22 23:20:25 +01:00
Efraim Flashner e8c1562599
gnu: python-scipy: Update to 1.7.3.
* gnu/packages/python-science.scm (python-scipy): Update to 1.7.3.
[native-inputs]: Add python-pydata-sphinx-theme, python-sphinx-panels.
[arguments]: Add phase to build without python-pythran. Remove
trailing #t from phases.
* gnu/packages/sphinx.scm (python-pydata-sphinx-theme)[native-inputs]:
Remove python-plotly.
2021-12-22 21:17:19 +02:00
Efraim Flashner 4614387807
gnu: Add python-sphinx-panels.
* gnu/packages/sphinx.scm (python-sphinx-panels): New variable.
2021-12-22 21:17:18 +02:00
Efraim Flashner 8efa775653
gnu: python-pydata-sphinx-theme: Fix build.
* gnu/packages/sphinx.scm (python-pydata-sphinx-theme)[native-inputs]:
Replace python-docutils with python-docutils-0.15. Remove duplicate
entries.
2021-12-22 21:17:18 +02:00
Efraim Flashner 8cc1aa7d1e
gnu: python-statsmodels: Update to 0.13.1.
* gnu/packages/statistics.scm (python-statsmodels): Update to 0.13.1.
2021-12-22 21:17:18 +02:00
Arun Isaac e97197cccb
gnu: python-pingouin: Update to 0.5.0.
* gnu/packages/python-science.scm (python-pingouin): Update to 0.5.0.
2021-12-22 21:17:16 +02:00
Timothy Sample 35ce3e5de6
gnu: disarchive: Update to 0.4.0.
* gnu/packages/backup.scm (disarchive)[source]: Update to 0.4.0.
[native-inputs, inputs]: Add guile-lzma.
* gnu/packages/package-management.scm (guix)[arguments]: Include
guile-lzma in the 'wrap-program' phase.
[inputs]: Add guile-lzma.
2021-12-22 11:35:06 -05:00
Timothy Sample eaa7ead41c
gnu: Add guile-lzma.
* gnu/packages/guile.scm (guile-lzma): New variable.
2021-12-22 11:35:06 -05:00
Christopher Baines 0f859051dc
gnu: guix-build-coordinator: Update to 0-42.9f5b8b7.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-42.9f5b8b7.
[native-inputs,inputs,propagated-inputs]: Update style.
2021-12-22 12:16:36 +00:00
Tobias Geerinckx-Rice 6eb5bd3741
gnu: knot: Update to 3.1.5.
* gnu/packages/dns.scm (knot): Update to 3.1.5.
2021-12-22 12:02:54 +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
Ricardo Wurmus 5828c7df1e
gnu: Add concurrentqueue.
* gnu/packages/cpp.scm (concurrentqueue): New variable.
2021-12-20 23:23:39 +01:00
Leo Famulari a34a13c9b4
gnu: Apache httpd: Update to 2.4.52 [fixes CVE-2021-{44224,44790}].
* gnu/packages/web.scm (httpd): Update to 2.4.52.
2021-12-20 13:02:03 -05:00
Jelle Licht 84fe3a8817
gnu: python-lsp-server: Update to 1.3.3.
* gnu/packages/python-xyz.scm (python-lsp-server): Update to 1.3.3.
[home-page]: Update to new location.
2021-12-20 18:33:00 +01:00
Foo Chuan Wei b2ec14a7da
gnu: Add tkrev.
* gnu/packages/version-control.scm (tkrev): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:41 +01:00
Michael Rohleder 2a3027143c
gnu: bpytop: Fix build.
* gnu/packages/admin.scm (bpytop)[arguments]: Delete 'sanity-check phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:41 +01:00
Aleksandr Vityazev cc9b1a291c
gnu: ghc-microlens: Update home page.
* gnu/packages/haskell-xyz.scm (ghc-microlens)[home-page]: Use new home page.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:41 +01:00
Foo Chuan Wei c9930b1fde
gnu: Add rcshist.
* gnu/packages/version-control.scm (rcshist): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:41 +01:00
Foo Chuan Wei 442b2d9d7d
gnu: rcs: Install man page for rcsfreeze.
* gnu/packages/version-control.scm (rcs)[arguments]: Install man page
  for rcsfreeze.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:40 +01:00
Artyom V. Poptsov 85e3ed2bbc
gnu: Add udpcast
* gnu/packages/admin.scm (udpcast): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:40 +01:00
(unmatched-parenthesis caf5ed61bf
gnu: vlang: Update to 0.2.4.
* gnu/packages/vlang.scm (vlang): Update to 0.2.4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:40 +01:00
Ludovic Courtès d077579681
gnu: rust-rayon@1.5: Update dependencies.
Previous versions of rust-rand and rust-rand-xorshift were too old,
leading cargo to error out.

Regression most likely introduced in
a2b7abb99b.

* gnu/packages/crates-io.scm (rust-rayon-1)[arguments]: Depend on
RUST-RAND-0.8 and RUST-RAND-XORSHIFT-0.3.
2021-12-20 16:21:40 +01:00
Ludovic Courtès 4df584aeac
services: static-networking: Sanitize <network-address> values.
This makes sure users do not mistakenly configuring a network with "/0"
as its netmask.

* gnu/services/base.scm (assert-valid-address): New procedure.
(<network-address>)[value]: Add it as 'sanitize'.
2021-12-20 16:21:40 +01:00
BonfaceKilz b9e5e93342
gnu: Move csvdiff to (gnu packages textutils).
* gnu/packages/golang.scm (go-github-com-aswinkarthik-csvdiff): Add deprecated
alias. Move to ...
* gnu/packages/textutils (csvdiff): ... here.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-12-20 10:58:21 +05:30
Tobias Geerinckx-Rice 67c72c8c70
gnu: acpica: Update to 20211217.
* gnu/packages/admin.scm (acpica): Update to 20211217.
2021-12-20 03:26:20 +01:00
Tobias Geerinckx-Rice 82ae16b7b8
gnu: vhba-module: Update to 20211218.
* gnu/packages/linux.scm (vhba-module): Update to 20211218.
2021-12-20 03:26:20 +01:00
Tobias Geerinckx-Rice 8b214fc065
gnu: cdemu-daemon: Update to 3.2.6.
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.6.
2021-12-20 03:26:20 +01:00
Tobias Geerinckx-Rice 0aee20aab0
gnu: libmirage: Update to 3.2.6.
* gnu/packages/cdrom.scm (libmirage): Update to 3.2.6.
2021-12-20 03:26:20 +01:00
Tobias Geerinckx-Rice 265e2d6fb0
gnu: fio: Update to 3.29.
* gnu/packages/benchmark.scm (fio): Update to 3.29.
2021-12-20 03:26:19 +01:00
Tobias Geerinckx-Rice b472fd8911
gnu: libeatmydata: Update to 130.
* gnu/packages/file-systems.scm (libeatmydata): Update to 130.
2021-12-20 03:26:19 +01:00
Tobias Geerinckx-Rice efc0056fb5
gnu: libeatmydata: Fix Texinfo typo in description.
* gnu/packages/file-systems.scm (libeatmydata)[description]:
Remove stray ‘}’ and use @file{} over @code{}.
2021-12-20 03:26:19 +01:00
John Kehayias 99f290bf5b
gnu: syncthing-gtk: Remove librsvg input
* gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove LIBRSVG as GTK+
propagates LIBRSVG-BOOTSTRAP. This fixes a startup error due to two LIBRSVG
being in GI_TYPELIB_PATH.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-19 20:07:29 -05:00
Tobias Geerinckx-Rice 24cc38ec8e
gnu: bcachefs-tools-static: Remove input labels.
* gnu/packages/file-systems.scm (bcachefs-tools/static)[inputs]:
Remove input labels.
2021-12-20 02:04:50 +01:00
Tobias Geerinckx-Rice a86a6fb6fc
gnu: bcachefs-tools-static: Fix build.
* gnu/packages/crypto.scm (keyutils)[arguments]: Do build the static
library, but move it to the :static output in a new 'install:static
phase.
* gnu/packages/file-systems.scm (bcachefs-tools/static)[inputs]:
Add this keyutils:static.
2021-12-20 02:04:50 +01:00
Tobias Geerinckx-Rice 83197fdf05
gnu: bcachefs-tools: Update to 0.1-13.b19d9f9.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-13.b19d9f9.
2021-12-20 02:04:50 +01:00
Tobias Geerinckx-Rice 3657015d89
gnu: bcachefs-tools: Remove input labels.
* gnu/packages/file-systems.scm (bcachefs-tools)[inputs]:
Remove input labels.
2021-12-20 02:04:50 +01:00
Tobias Geerinckx-Rice 036a503942
gnu: keyutils: Gexp arguments.
* gnu/packages/crypto.scm (keyutils)[arguments]:
Rewrite as a keyword/gexp list.
2021-12-20 02:04:50 +01:00
Denis 'GNUtoo' Carikli 9c42d1fa00
doc: Add group configuration example
* gnu/system/examples/desktop.tmpl: Add group configuration example.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-19 23:39:55 +01:00
Andrew Tropin ed818c66d3
home: Add gexp-compiler for home-environments.
* gnu/home.scm (home-environment-compiler): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-19 23:39:55 +01:00
Ludovic Courtès 7e5ed08844
gnu: gnome-dictionary: Simplify inputs.
* gnu/packages/gnome.scm (gnome-dictionary)[native-inputs]: Simplify.
2021-12-19 23:39:55 +01:00
Ludovic Courtès 939fa6a3b1
gnu: gnome-dictionary: Build with Meson 0.59.
* gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Pass #:meson.
2021-12-19 23:39:55 +01:00
Leo Famulari 0f4c68ecc8
gnu: video-contact-sheet: Use the new style.
* gnu/packages/video.scm (video-contact-sheet)[arguments]: Use the new style.
2021-12-19 17:34:07 -05:00
Liliana Marie Prikler 9b38d9b3b3
gnu: buku: Fix build.
* gnu/packages/web.scm (buku)[origin]: Drop file-name.
[arguments]: Drop sanity-check.
[inputs]: Add python-flask.
2021-12-19 22:17:20 +01:00
Liliana Marie Prikler 78bfbfb5a7
gnu: cglm: Use meson-build-system.
The CMake-based builds fail to correctly encode the version, leading to build
failures in dependencies.  See <https://bugs.gnu.org/52663>.

* gnu/packages/maths.scm (cglm)[build-system]: Change to meson-build-system.
[arguments]: Adjust #:configure-flags accordingly.
2021-12-19 21:46:31 +01:00
Liliana Marie Prikler 42b43c59a5
gnu: cglm: Update to 0.8.4.
* gnu/packages/maths.scm (cglm): Update to 0.8.4.
2021-12-19 21:46:30 +01:00
Nicolas Goaziou fa5a4fb797
gnu: lagrange: Fix build.
* gnu/packages/web-browsers.scm (lagrange)[argument]<#:phases>: Add phase to
fix build.

Fixes <https://issues.guix.gnu.org/52664>.
2021-12-19 21:38:20 +01:00
Leo Famulari c4da95cad3
gnu: opustags: Use the new style.
* gnu/packages/music.scm (opustags)[arguments]: Use the new style.
2021-12-19 15:28:43 -05:00
Nicolas Goaziou ee3f56915e
gnu: wslay: Fix build.
* gnu/packages/web.scm (wslay)[argument]<#:phases>: Add phase to fix Sphinx
error.

Fixes <https://issues.guix.gnu.org/52661>.
2021-12-19 21:11:17 +01:00
Nicolas Goaziou 4d57891027
gnu: emacs-rust-mode: Update to 1.0.3.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.3.
2021-12-19 20:58:53 +01:00
Leo Famulari ee2e023334
gnu: Add opustags.
* gnu/packages/music.scm (opustags): New variable.
2021-12-19 12:10:45 -05:00
Tobias Geerinckx-Rice 4424fff4dc
gnu: lxpanel: Update to 0.10.1.
This fixes the build with gdk-pixbuf@2.42.4.

* gnu/packages/lxde.scm (lxpanel): Update to 0.10.1.
2021-12-19 16:26:24 +01:00
Mathieu Othacehe 95511f0de1
gnu: obs: Add qtwayland.
* gnu/packages/video.scm (obs)[inputs]: Add qtwayland.
2021-12-19 13:17:30 +01:00
Josselin Poiret c7ebbd5b53
gnu: flameshot: Update to 0.10.2.
* gnu/packages/image.scm (flameshot): Update it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:17:30 +01:00
Josselin Poiret 360c10ba7e
gnu: xdg-desktop-portal-wlr: Add binary dependencies.
* gnu/packages/patches/xdg-desktop-portal-wlr-harcoded-length.patch:
Add it.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Add
dependencies on bash-minimal, grim and slurp, and hardcode the paths
in source.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:17:30 +01:00
Josselin Poiret 5a507c0080
gnu: xdg-desktop-portal-wlr: Use new input style.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Refactor it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:17:28 +01:00
Josselin Poiret 367e67ec78
gnu: xdg-desktop-portal-wlr: Update to 0.5.0.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Update it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:15:02 +01:00
Josselin Poiret 6961c8368c
gnu: Add wireplumber.
* gnu/packages/linux.scm (wireplumber): Add it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:14:55 +01:00
Josselin Poiret 869729ddf5
gnu: pipewire-0.3: Update to 0.3.41.
* gnu/packages/linux.scm (pipewire-0.3): Update it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:14:51 +01:00
Josselin Poiret 10660cf5a4
gnu: pipewire-0.3: Use new input style.
* gnu/packages/linux.scm (pipewire-0.3): Refactor it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:14:46 +01:00
Tobias Geerinckx-Rice 2607ff0b9c
gnu: galera: Update to 26.4.10.
* gnu/packages/databases.scm (galera): Update to 26.4.10.
[source]: Use Git tag.
2021-12-19 06:59:30 +01:00
Tobias Geerinckx-Rice 2b7cd75f4c
gnu: leveldb: Update to 1.23.
* gnu/packages/databases.scm (leveldb): Update to 1.23.
[arguments]: Rewrite as a keyword/gexp list.  Add a new
'unpack-third_party-sources phase.  Add #:configure-flags to prevent
these from being installed to the output.
2021-12-19 06:59:29 +01:00
Tobias Geerinckx-Rice 7c8dddb16f
gnu: ccache: Gexp arguments.
* gnu/packages/ccache.scm (ccache)[arguments]: Rewrite as a keyword/gexp list.
2021-12-19 06:59:29 +01:00
Tobias Geerinckx-Rice f2e0e576d9
gnu: ccache: Update to 4.5.1.
* gnu/packages/ccache.scm (ccache): Update to 4.5.1.
2021-12-19 06:59:29 +01:00
Tobias Geerinckx-Rice b3a0db7a0e
gnu: diffoscope: Remove input labels.
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]:
Remove input labels.
2021-12-19 00:48:40 +01:00
Tobias Geerinckx-Rice 62085c36fa
gnu: keyutils: Omit static library.
* gnu/packages/crypto.scm (keyutils)[arguments]:
Add "NO_ARLIB=1" to #:make-flags.
2021-12-19 00:48:40 +01:00
Tobias Geerinckx-Rice e207412e71
gnu: keyutils: Update to 1.6.3.
* gnu/packages/crypto.scm (keyutils): Update to 1.6.3.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Don't explicitly return #t from phases.
2021-12-19 00:48:40 +01:00
Tobias Geerinckx-Rice 2f5f658d70
gnu: i3status-rust: Fix build.
* gnu/packages/rust-apps.scm (i3status-rust)[arguments]: Actually use
the requested OUTPUTS phase keywords instead of the obsolete %OUTPUTS.

Reported by vldn[m] on #guix.
2021-12-19 00:48:19 +01:00
Tobias Geerinckx-Rice 9c426e19cf
gnu: bear: Respect TESTS?.
* gnu/packages/build-tools.scm (bear)[arguments]: Accept and respect a
TESTS? keyword in the 'check phase.
2021-12-19 00:36:29 +01:00
Tobias Geerinckx-Rice de01d08bdf
gnu: bear: Update to 3.0.17.
* gnu/packages/build-tools.scm (bear): Update to 3.0.17.
[source]: Remove patch, and…
[arguments]: …replace it with a new 'disable-TEST_BEFORE_INSTALL phase.
Don't explicitly return #t from other phases.
* gnu/packages/patches/bear-disable-preinstall-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2021-12-19 00:36:29 +01:00
Tobias Geerinckx-Rice a035acc652
gnu: inxi-minimal: Update to 3.3.11-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.11-1.
2021-12-19 00:36:28 +01:00
Tobias Geerinckx-Rice 7492d2fb25
gnu: minisign: Update to 0.10.
* gnu/packages/crypto.scm (minisign): Update to 0.10.
2021-12-19 00:36:28 +01:00
Tobias Geerinckx-Rice 5620360cf6
gnu: minisign: Fetch source from Git.
* gnu/packages/crypto.scm (minisign)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2021-12-19 00:36:28 +01:00
Konrad Hinsen a5c24f6511
gnu: go-ipfs: Update to 0.11.0.
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.11.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18 22:51:55 +01:00
Remco van 't Veer 08b0f5c2a5
gnu: sssd: Fix build with glibc-2.33
* gnu/packages/patches/sssd-collision-with-external-nss-symbol.patch: Commit from sssd repo
* gnu/packages/sssd.scm: Add patch

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18 22:51:54 +01:00
Foo Chuan Wei 59362e928e
gnu: Add xfoil.
* gnu/packages/engineering.scm (xfoil): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18 22:51:54 +01:00
Ludovic Courtès 8da63c2c23
gnu: babeltrace, lttng-tools: Simplify inputs.
* gnu/packages/instrumentation.scm (babeltrace, lttng-tools): Simplify
inputs.
2021-12-18 22:51:54 +01:00
Olivier Dion 72437be528
gnu: Move instrumentation tools to instrumentation module.
* gnu/packages/linux.scm (lttng-ust, lttng-tools, babeltrace): Move to ...
* gnu/packages/instrumentation.scm: ... here.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18 22:51:54 +01:00
Olivier Dion 2068e3ccd9
gnu: Add Dyninst.
* gnu/packages/instrumentation.scm: New file
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18 22:51:54 +01:00
Ludovic Courtès e0139158db
gnu: Add Guile-Plotutils.
* gnu/packages/plotutils.scm (guile-plotutils): New variable.
2021-12-18 22:51:54 +01:00
Leo Famulari cfcfda54b3
gnu: barcode: Fix build with GCC 10.
Reported by bdju on #guix.

* gnu/packages/aidc.scm (barcode)[arguments]: Build with -fcommon.
2021-12-18 16:32:44 -05:00
Nicolas Goaziou 3625cbc3fe
gnu: emacs-org-super-agenda: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:tests?>:
Ignore tests.
2021-12-18 22:22:11 +01:00
Nicolas Goaziou 1ae0141903
gnu: mgba: Update to 0.9.3.
* gnu/packages/emulators.scm (mgba): Update to 0.9.3.
2021-12-18 21:52:56 +01:00
Nicolas Goaziou ed41cae4c3
gnu: texmacs: Update to 2.1.1.
* gnu/packages/text-editors.scm (texmacs): Update to 2.1.1.
[build-system]: Use cmake instead of gnu.
[inputs]: Add libjpeg-turbo and sqlite.  Remove labels.
[arguments]<#:phases>: Remove unnecessary phase.
2021-12-18 21:37:17 +01:00
Ryan Prior fcb5b3176c
gnu: visidata: Update to 2.8.
* gnu/packages/spreadsheet.scm (visidata): Update to 2.8.
[inputs, native-inputs]: Migrate inputs to new style.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-18 15:12:00 -05:00
Tobias Geerinckx-Rice 04c1dabfab
gnu: diffoscope: Update to 197.
* gnu/packages/diffoscope.scm (diffoscope): Update to 197.
2021-12-18 19:36:32 +01:00
Tobias Geerinckx-Rice 366e35c843
gnu: freeciv: Update to 2.6.6.
* gnu/packages/games.scm (freeciv): Update to 2.6.6.
2021-12-18 19:36:32 +01:00
Tobias Geerinckx-Rice 286da74b80
gnu: nvc: Update to 1.5.3.
* gnu/packages/fpga.scm (nvc): Update to 1.5.3.
2021-12-18 19:36:32 +01:00
Tobias Geerinckx-Rice 484fcf09fd
gnu: fheroes2: Update to 0.9.10.
* gnu/packages/games.scm (fheroes2): Update to 0.9.10.
2021-12-18 19:36:32 +01:00
Tobias Geerinckx-Rice 094313032a
gnu: qtox: Remove input labels.
* gnu/packages/messaging.scm (qtox)[native-inputs]: Remove input labels.
[arguments]: Gexp, use SEARCH-INPUT-DIRECTORY, and don't explicitly
return #t from phases.
2021-12-18 17:35:48 +01:00
Tobias Geerinckx-Rice a8633f71cb
gnu: qtox: Update to 1.17.4.
* gnu/packages/messaging.scm (qtox): Update to 1.17.4.
2021-12-18 17:35:48 +01:00
Tobias Geerinckx-Rice 7986acd993
gnu: imv: Remove unused inputs.
They aren't needed and probably never were.

* gnu/packages/image-viewers.scm (imv)[native-inputs]: Remove cmocka and git.
2021-12-18 17:35:48 +01:00
Tobias Geerinckx-Rice a63a35daa6
gnu: imv: Remove input labels.
* gnu/packages/image-viewers.scm (imv)[native-inputs]:
Remove input labels.
2021-12-18 17:35:48 +01:00
Tobias Geerinckx-Rice c1f364a2d2
gnu: imv: Update to 4.3.1.
* gnu/packages/image-viewers.scm (imv): Update to 4.3.1.
[arguments]: Don't explicitly return #t from phases.
[source, home-page]: Update URL.
2021-12-18 17:35:47 +01:00
Tobias Geerinckx-Rice 1eee548892
gnu: mtools: Update to 4.0.36.
* gnu/packages/mtools.scm (mtools): Update to 4.0.36.
2021-12-18 17:35:47 +01:00
Tobias Geerinckx-Rice ebfbc46bc2
gnu: rofi: Remove input labels.
* gnu/packages/xdisorg.scm (rofi)[native-inputs, inputs]:
Remove input labels.
2021-12-18 17:35:47 +01:00
Tobias Geerinckx-Rice 5686e4aedf
gnu: rofi: Update to 1.7.2.
* gnu/packages/xdisorg.scm (rofi): Update to 1.7.2.
[arguments]: Don't explicitly return #t from phases.
2021-12-18 17:35:47 +01:00
Tobias Geerinckx-Rice 5101dcfb15
gnu: qd: Omit static library.
* gnu/packages/multiprecision.scm (qd)[arguments]:
Add "--disable-static" to #:configure-flags.
2021-12-18 17:35:47 +01:00
Tobias Geerinckx-Rice e3ede6fdad
gnu: qd: Update to 2.3.23.
* gnu/packages/multiprecision.scm (qd): Update to 2.3.23.
2021-12-18 17:35:47 +01:00
Tobias Geerinckx-Rice 478362c949
gnu: pgpdump: Remove bogus DESTDIR usage.
* gnu/packages/gnupg.scm (pgpdump)[arguments]: Gexp.
Remove custom #:configure-flags, and DESTDIR from #:make-flags.
2021-12-18 17:35:47 +01:00
Tobias Geerinckx-Rice 38085f0fbf
gnu: pgpdump: Update to 0.34.
* gnu/packages/gnupg.scm (pgpdump): Update to 0.34.
2021-12-18 17:35:46 +01:00
Tobias Geerinckx-Rice 7c6f0b4249
gnu: restinio: Update to 0.6.14.
* gnu/packages/networking.scm (restinio): Update to 0.6.14.
[arguments]: Don't explicitly return #t from phases.
2021-12-18 17:35:46 +01:00
Tobias Geerinckx-Rice 564f1b448c
gnu: microcom: Update to 2019.01.0.
* gnu/packages/microcom.scm (microcom): Update to 2019.01.0.
2021-12-18 17:35:46 +01:00
Nicolas Goaziou 3aef0e7ee6
gnu: emacs-geiser-chez: Update to 0.17.
* gnu/packages/emacs-xyz.scm (emacs-geiser-chez): Update to 0.17.
2021-12-18 16:37:15 +01:00
Nicolas Goaziou f80b5c3d2f
gnu: gcompris-qt: Update to 2.0.
* gnu/packages/education.scm (gcompris-qt): Update to 2.0.
[arguments]: Remove trailing #T.
[native-inputs, inputs]: Remove labels.
[license]: Change license from gpl3+ to agpl3+.
2021-12-18 16:16:49 +01:00
Hartmut Goebel d4ecdc3328
gnu: trytond: Ensure all modules are found.
If the python package matching trytond is not installed alongside to trytond,
PYTHONPATH is not set (or pointing to a wrong version) and trytond (and the
trytond tools) would not find the trytond modules.

This change introduces a new native-search-path GUIX_TRYTOND_MODULES_PATH.
Trytond gets patched to honor this environment variable.

Thanks to Maxim Cournoyer, whose code for guix-pythonpath-search-path
was the template for guix-trytonpath-search-path.

* gnu/packages/patches/trytond-add-guix_trytond_path.patch: New file.
* gnu/local.mk: (dist_patch_DATA): Add it.
* gnu/packages/tryton.scm (trytond): Use it.
  [native-search-paths]: New element.
  (guix-trytonpath-search-path): New function.
2021-12-18 15:13:57 +01:00
Hartmut Goebel 939e3813d0
gnu: trytond: Fix import of trytond modules.
For adding modules, trytond uses entry-points, anyhow relying on the
modules being named "trytond.modules.xxx" and being placed in the same
filesystem path as "trytond.modules".

The package "trytond.modules" is not a namespace module, anyhow trytond
modules must be sub-modules of "trytond.modules". This works well if all
packages are installed into the same filesystem path "…/trytond/modules":
The Python importer will find all sub_modules at this place.

Anyhow, in Guix, modules don't share the same filesystem path and the
Python importer will not find them.

Solution is to add all trytond module's locations to
"trytond.modules._path__". This will make "trytond.module" behave much
like a namespace module and the importer pick up the module.

* gnu/packages/patches/trytond-add-egg-modules-to-path.patch: New file.
* gnu/packages/tryton.scm (trytond): Use it.
* gnu/local.mk (dist_patch_DATA): Add it
2021-12-18 15:13:56 +01:00
Hartmut Goebel 6eba17043a
gnu: python-stdnum: Update to 1.17.
* gnu/packages/finance.scm (python-stdnum): Update to 1.17.
2021-12-18 15:13:56 +01:00
Raghav Gururajan 00a42ee749
gnu: gajim: Add d-bus support.
* gnu/packages/messaging.scm (gajim)[inputs]: Add python-dbus.
2021-12-18 08:17:44 -05:00
Liliana Marie Prikler 6061540e30
gnu: polari: Add missing newline to Exec line.
This is a follow-up to 572cf0818c.

* gnu/packages/polari.scm (fix-desktop-file): Add missing newline.
2021-12-18 10:58:56 +01:00
Tobias Geerinckx-Rice 3b2b42034c
gnu: mpd-mpc: Update to 0.34.
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.34.
[arguments]: Add a new 'remove-bogus-rsync-requirement phase.
2021-12-18 05:42:07 +01:00
Tobias Geerinckx-Rice 287c404c7f
gnu: ncmpc: Remove input labels.
* gnu/packages/mpd.scm (ncmpc)[native-inputs]:
Remove input labels.
2021-12-18 05:42:06 +01:00
Tobias Geerinckx-Rice a208a9d2b7
gnu: ncmpc: Update to 0.46.
* gnu/packages/mpd.scm (ncmpc): Update to 0.46.
[arguments]: Remove obsolete #:configure-flags.
2021-12-18 05:42:06 +01:00
Tobias Geerinckx-Rice b241485033
gnu: mpd: Update to 0.23.5.
* gnu/packages/mpd.scm (mpd): Update to 0.23.5.
2021-12-18 05:42:06 +01:00
Tobias Geerinckx-Rice de22cfcce1
gnu: fswatch: Omit static library.
* gnu/packages/monitoring.scm (fswatch)[arguments]:
Add "--disable-static" to #:configure-flags.
2021-12-18 05:41:57 +01:00
Tobias Geerinckx-Rice 4c3a1f0399
gnu: fswatch: Update to 1.16.0.
* gnu/packages/monitoring.scm (fswatch): Update to 1.16.0.
2021-12-18 05:41:57 +01:00
Tobias Geerinckx-Rice 556f7302d0
gnu: guix: Update to 1.3.0-16.10ceb3e.
This follows up on commit a526f7336c.

* gnu/packages/package-management.scm (guix): Update to 1.3.0-16.10ceb3e.
2021-12-18 04:12:30 +01:00