Julien Lepiller
bbdc69dcd1
gnu: ocaml-ppx-enumerate: Update to 0.15.0.
...
* gnu/packages/ocaml.scm (ocaml-ppx-enumerate): Update to 0.15.0.
2022-05-01 13:14:51 +02:00
Julien Lepiller
cd19c36509
gnu: ocaml-ppx-string: Update to 0.15.0.
...
* gnu/packages/ocaml.scm (ocaml-ppx-string): Update to 0.15.0.
2022-05-01 13:14:51 +02:00
Julien Lepiller
bff4199e9b
gnu: ocaml-ppx-sexp-message: Update to 0.15.0.
...
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-message): Update to 0.15.0.
2022-05-01 13:14:35 +02:00
Mathieu Othacehe
7b9ee58925
tests: Fix tailon test.
...
This is a follow-up of 73eeeeafbb
.
* gnu/tests/web.scm (run-tailon-test): Wait for the TCP port 8080 instead of
relying on start-service.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-05-01 12:53:53 +02:00
Mathieu Othacehe
b47aae7f85
gnu: tailon: Update to 1.4.3.
...
* gnu/packages/logging.scm (tailon): Update to 1.4.3.
[native-inputs]: Add python-tox, python-wheel.
[inputs]: Use python-pyyaml-5 instead of python-pyyaml.
Relax tornado version requirement.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-05-01 12:51:53 +02:00
Mathieu Othacehe
33366f196e
gnu: Add python-deepmerge.
...
* gnu/packages/python-xyz.scm (python-deepmerge): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-05-01 12:49:32 +02:00
Julien Lepiller
c026db3f46
gnu: ocaml: Update to 4.14.
...
* gnu/packages/ocaml.scm (ocaml-4.14): New variable.
(ocaml-4.13): Remove variable.
(ocaml-down): Update to 0.1.0.
(js-of-ocaml)[arguments]: Disable tests.
2022-04-30 18:01:03 +02:00
Julien Lepiller
39e88fa2c8
gnu: ocaml-dot-merlin: Update to 4.5-414.
...
* gnu/packages/ocaml.scm (ocaml-dot-merlin): Update to 4.5.414.
2022-04-30 18:00:58 +02:00
Julien Lepiller
d0da63c576
gnu: ocaml-num: Fix race condition.
...
* gnu/packages/ocaml.scm (ocaml-num)[arguments]: Fix race condition.
2022-04-30 18:00:43 +02:00
Julien Lepiller
3ee7e8c5b9
gnu: camlp5: Update to 8.00.03.
...
* gnu/packages/ocaml.scm (camlp5): Update to 8.00.03.
2022-04-30 18:00:34 +02:00
Julien Lepiller
fbcd25f5ef
gnu: Add ocaml-camlp-streams.
...
* gnu/packages/ocaml.scm (ocaml-camlp-streams): New variable.
2022-04-30 17:59:41 +02:00
zamfofex
0a64b629ae
gnu: Add Liquid War 6.
...
* gnu/packages/games.scm (liquidwar6): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 23:14:45 +02:00
Ludovic Courtès
b06ecc5751
services: guix-publish: Use socket activation when possible.
...
* gnu/services/base.scm (guix-publish-shepherd-service): Use
'make-systemd-constructor' when it's available and ADVERTISE? is false.
2022-04-29 22:59:08 +02:00
Ludovic Courtès
9eca13094d
gnu: guix: Update to c1719a0
.
...
* gnu/packages/package-management.scm (guix): Update to c1719a0
.
2022-04-29 22:59:07 +02:00
Navid Afkhami
ca831dfa09
gnu: Add r-zlog.
...
* gnu/packages/cran.scm (r-zlog): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-29 18:25:30 +02:00
Navid
325d53d5f6
gnu: Add r-afpt.
...
* gnu/packages/cran.scm (r-afpt): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-29 18:14:37 +02:00
Ludovic Courtès
73eeeeafbb
tests: Avoid starting services to check whether they're running.
...
Fixes a regression introduced in the Shepherd 0.9.0 whereby clients can
start a service that is already being started, leading to two instances
of the process (and usually failure of the second attempt to start it).
Partly fixes <https://issues.guix.gnu.org/54786 >.
Reported by Mathieu Othacehe.
* gnu/tests/version-control.scm (run-cgit-test)
["nginx running", "fcgiwrap running"]: Wail for a file/TCP port instead
of starting the service.
(run-git-http-test)["nginx running"]: Likewise.
(run-gitile-test)["nginx running"]: Likewise.
2022-04-29 18:07:17 +02:00
Peter Polidoro
1bb177d084
gnu: Add python-flatten-json.
...
* gnu/packages/python-xyz.scm (python-flatten-json): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 18:07:17 +02:00
Petr Hodina
6ce8d9be43
gnu: Add envytools.
...
* gnu/packages/hardware.scm (envytools): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 18:07:16 +02:00
Andrew Tropin
606ba14480
gnu: zsh: Build and install info pages.
...
* gnu/packages/shells.scm (zsh)[arguments]: Add 'make-info' and
'install-info' phases.
[native-inputs]: Add TEXINFO.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 18:07:16 +02:00
John Kehayias
ccd682cb98
gnu: lensfun: Update to 0.3.3.
...
* gnu/packages/photo.scm (lensfun): Update to 0.3.3.
[source, homepage]: Update URLs as the project has moved.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 18:07:16 +02:00
Bastien Rivière
2c408520f5
home: shells: Migrate fish to xdg-configuration-files.
...
* gnu/home/services/shells.scm (home-fish-service-type): Use new
xdg-configuration-files-service-type service.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 18:07:16 +02:00
Ludovic Courtès
9d7248cd87
services: Add missing 'description' fields.
...
* gnu/services/databases.scm (postgresql-service-type)[description]: New field.
(memcached-service-type)[description]: New field.
(mysql-service-type)[description]: New field.
(redis-service-type)[description]: New field.
* gnu/services/desktop.scm (geoclue-service-type)[description]: New
field.
(udisks-service-type)[description]: New field.
(elogind-service-type)[description]: New field.
(account-service-type)[description]: New field.
* gnu/services/kerberos.scm (krb5-service-type)[description]: New field.
(pam-krb5-service-type)[description]: New field.
* gnu/services/lirc.scm (lirc-service-type)[description]: New field.
* gnu/services/mail.scm (dovecot-service-type)[description]: New field.
(opensmtpd-service-type)[description]: New field.
(mail-aliases-service-type)[description]: New field.
(exim-service-type)[description]: New field.
* gnu/services/monitoring.scm (zabbix-server-service-type)[description]:
New field.
(zabbix-agent-service-type)[description]: New field.
* gnu/services/nfs.scm (rpcbind-service-type)[description]: New field.
(pipefs-service-type)[description]: New field.
(gss-service-type)[description]: New field.
(idmap-service-type)[description]: New field.
* gnu/services/spice.scm (spice-vdagent-service-type)[description]: New field.
* gnu/services/sysctl.scm (sysctl-service-type)[description]: New field.
* gnu/services/virtualization.scm (libvirt-service-type)[description]:
New field.
(virtlog-service-type)[description]: New field.
* gnu/services/vpn.scm (openvpn-server-service-type)[description]: New field.
(openvpn-client-service-type)[description]: New field.
(wireguard-service-type)[description]: New field.
* gnu/services/web.scm (httpd-service-type)[description]: New field.
(fcgiwrap-service-type)[description]: New field.
(agate-service-type)[description]: New field.
[name]: Fix.
2022-04-29 18:07:16 +02:00
Guillaume Le Vaillant
653eef9b41
gnu: Add urh.
...
* gnu/packages/radio.scm (urh): New variable.
Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
2022-04-29 14:36:37 +02:00
Efraim Flashner
03f660027c
gnu: font-gnu-unifont: Update to 14.0.03.
...
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 14.0.03.
2022-04-29 02:55:05 +03:00
Efraim Flashner
c00906b1dd
gnu: gama: Update to 2.19.
...
* gnu/packages/gps.scm (gama): Update to 2.19.
2022-04-29 01:47:48 +03:00
Pier-Hugues Pellerin
313ae43f51
gnu: Add Avizo.
...
* gnu/packages/wm.scm (avizo): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 00:42:08 +02:00
Alexey Abramov
4d3c142e0b
gnu: openssh: Trust Guix store directory
...
* gnu/local.mk (dist_patch_DATA): Add the patch
* gnu/packages/patches/openssh-trust-guix-store-directory.patch: Patch it
* gnu/packages/ssh.scm (openssh[source]): Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 00:33:53 +02:00
Maya
f2eb0d3922
home: services: fish: Fix incorrect ".config" file name.
...
This is a followup to 5832d9fb60
.
* gnu/home/services/shells.scm (fish-files-service): Change "config/"
to ".config/".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 00:33:45 +02:00
Ludovic Courtès
09fcd191e1
gnu: rust-pyo3: Allow compilation with Criterion 0.3.5.
...
Fixes a regression introduced in
2703daf6eb
.
* gnu/packages/crates-io.scm (rust-pyo3-0.15)[modules, snippet]: New
fields.
2022-04-28 23:54:59 +02:00
Zhu Zihao
f785299af1
gnu: flatpak: Do not leak GDK_PIXBUF_MODULE_FILE into the sandbox.
...
Fixes <https://issues.guix.gnu.org/54784 >.
* gnu/packages/patches/flatpak-unset-gdk-pixbuf-for-sandbox.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add corresponding entry.
* gnu/packages/package-management.scm (flatpak)[source]: Use patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-28 16:49:08 +02:00
Zhu Zihao
b01622f57d
gnu: flatpak: Use G-expressions.
...
* gnu/packages/package-management.scm (flatpak): Fix indentation.
[arguments]: Use G-expressions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-28 16:48:32 +02:00
Ricardo Wurmus
882cacc1bb
gnu: Add r-guix-install.
...
* gnu/packages/cran.scm (r-guix-install): New variable.
2022-04-28 11:11:16 +02:00
jgart
f1d08be7af
gnu: mercury: Selectively import match-lambda from ice9 module.
...
* gnu/packages/mercury.scm (mercury): Use #:select instead of a
comment string for importing match-lambda.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-04-27 22:34:35 -04:00
Leo Famulari
a814b8ff9c
gnu: linux-libre 4.9: Update to 4.9.312.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.312.
(linux-libre-4.9-pristine-source): Update hash.
2022-04-27 21:19:55 -04:00
Leo Famulari
fe5f27c127
gnu: linux-libre 4.14: Update to 4.14.277.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.277.
(linux-libre-4.14-pristine-source): Update hash.
2022-04-27 21:19:55 -04:00
Leo Famulari
5af06b95e2
gnu: linux-libre 4.19: Update to 4.19.240.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.240.
(linux-libre-4.19-pristine-source): Update hash.
2022-04-27 21:19:55 -04:00
Leo Famulari
bd2e507f44
gnu: linux-libre 5.4: Update to 5.4.191.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.191.
(linux-libre-5.4-pristine-source): Update hash.
2022-04-27 21:19:55 -04:00
Leo Famulari
90334038f8
gnu: linux-libre 5.10: Update to 5.10.113.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.113.
(linux-libre-5.10-pristine-source): Update hash.
2022-04-27 21:19:55 -04:00
Leo Famulari
43cb0d4064
gnu: linux-libre 5.15: Update to 5.15.36.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.36.
(linux-libre-5.15-pristine-source): Update hash.
2022-04-27 21:19:54 -04:00
Leo Famulari
e180b9bc5a
gnu: linux-libre: Update to 5.17.5.
...
* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.5.
(linux-libre-5.17-pristine-source): Update hash.
2022-04-27 21:19:51 -04:00
zimoun
919a7412d3
gnu: conan: Use python-pyyaml@5.
...
* gnu/packages/package-management.scm (conan)[propagated-inputs]: Replace
python-pyyaml by python-yyaml-5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-27 23:23:48 +02:00
zimoun
4ed48f587e
gnu: docker-compose: Use python-pyyaml@5.
...
* gnu/packages/docker.scm (docker-compose)[inputs]: Replace python-pyyaml by
python-pyyaml-5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-27 23:23:44 +02:00
zimoun
bf10421a67
gnu: python-pyyaml: Reintroduce 5.4.
...
* gnu/packages/python-xyz.scm (python-pyyaml-5): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-04-27 23:22:43 +02:00
Wamm K. D
ff12cf5e07
gnu: Add hyfetch.
...
* gnu/packages/admin.scm (hyfetch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-27 23:18:37 +02:00
Wamm K. D
7ed87432e3
gnu: Add python-hypy-utils.
...
* gnu/packages/python-xyz.scm (python-hypy-utils): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-27 23:15:51 +02:00
Mădălin Ionel Patrașcu
31c9f0e301
gnu: Add r-agilp.
...
* gnu/packages/bioconductor.scm (r-agilp): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-27 16:35:06 +02:00
Mădălin Ionel Patrașcu
37f584592a
gnu: Add r-aggregatebiovar.
...
* gnu/packages/bioconductor.scm (r-aggregatebiovar): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-27 16:29:20 +02:00
Mădălin Ionel Patrașcu
73fe0dab50
gnu: Add r-agdex.
...
* gnu/packages/bioconductor.scm (r-agdex): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-27 16:24:55 +02:00
Mădălin Ionel Patrașcu
be2ead3073
gnu: Add r-affyrnadegradation.
...
* gnu/packages/bioconductor.scm (r-affyrnadegradation): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-27 16:18:27 +02:00
Mădălin Ionel Patrașcu
851770312f
gnu: Add r-affixcan.
...
* gnu/packages/bioconductor.scm (r-affixcan): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-27 16:07:58 +02:00
Mădălin Ionel Patrașcu
43dc50a5c7
gnu: Add r-adsplit.
...
* gnu/packages/bioconductor.scm (r-adsplit): New variable.
2022-04-27 16:03:22 +02:00
Mădălin Ionel Patrașcu
a45dfa8a73
gnu: Add r-adimpute.
...
* gnu/packages/bioconductor.scm (r-adimpute): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-27 15:50:53 +02:00
Mădălin Ionel Patrașcu
b7cb4e2822
gnu: Add r-saver.
...
* gnu/packages/cran.scm (r-saver): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-27 15:50:53 +02:00
Zhu Zihao
4fb6ef6636
gnu: git: Update to 2.36.0 [fixes CVE-2022-24765].
...
See: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24765 .
* gnu/packages/version-control.scm (git): Update to 2.36.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-27 11:31:19 +02:00
Vincent Prat
de61e49085
gnu: Add python-mike.
...
* gnu/packages/python-xyz.scm (python-mike): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-27 11:28:37 +02:00
Foo Chuan Wei
090b3823b8
gnu: Add worklog.
...
* gnu/packages/task-management.scm (worklog): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-27 11:23:09 +02:00
Foo Chuan Wei
b840c50b3f
gnu: Add wtime.
...
* gnu/packages/task-management.scm (wtime): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-27 11:20:00 +02:00
Vinicius Monego
b147a4a2f3
gnu: shotcut: Update to 22.04.25.
...
* gnu/packages/video.scm (shotcut): Update to 22.04.25.
2022-04-27 00:42:14 -03:00
Vinicius Monego
fb2c136eb3
gnu: emacs-elpher: Update to 3.3.3.
...
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.3.3.
2022-04-26 23:32:22 -03:00
Vinicius Monego
659effc707
gnu: emacs-org-roam: Update to 2.2.2.
...
* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.2.
2022-04-26 23:32:21 -03:00
Vinicius Monego
48f0e98f2d
gnu: emacs-org-re-reveal: Update to 3.13.0.
...
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.13.0.
2022-04-26 23:32:21 -03:00
Vinicius Monego
b1ab688b9e
gnu: emacs-vertico: Update to 0.23.
...
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.23.
2022-04-26 23:32:21 -03:00
Vinicius Monego
359c88a465
gnu: emacs-consult: Update to 0.17.
...
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.17.
2022-04-26 23:32:21 -03:00
Vinicius Monego
4809f290ab
gnu: emacs-corfu: Add new phase after unpack.
...
* gnu/packages/emacs-xyz.scm (emacs-corfu)[arguments]<#:phases>: After the
unpack phase add a move-source-files phase.
2022-04-26 23:32:15 -03:00
jgart
a27804a353
gnu: emacs-corfu: Update to 0.22.
...
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.22.
Signed-off-by: Vinicius Monego <monego@posteo.net>
2022-04-26 22:33:59 -03:00
Mădălin Ionel Patrașcu
936f23a654
gnu: Add r-adamgui.
...
* gnu/packages/bioconductor.scm (r-adamgui): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-04-26 23:47:54 +02:00
Ricardo Wurmus
1c3c00a8a1
gnu: Add bart.
...
* gnu/packages/image-processing.scm (bart): New variable.
2022-04-26 16:50:32 +02:00
Luis Felipe
58f3727767
gnu: gfeeds: Make it start.
...
This change patches the version of WebKit required by the program to a
version available in Guix, so that the program actually starts.
* gnu/packages/syndication.scm (gfeeds)[arguments]: Require WebKit2
4.1 instead of 4.0, which is not available.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-26 11:07:51 +02:00
Zhu Zihao
30ff557bd7
gnu: rtl8821ce-linux-module: Update to 0.0.0-5-dce62b9.
...
Fixes the broken build with linux-libre 5.17.x.
* gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-5-dce62b9.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-26 11:04:53 +02:00
Brian Cully
9c4398acdf
gnu: zfs: Update to 2.1.4.
...
* gnu/packages/file-systems.scm (zfs): Update to 2.1.4.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-26 11:02:17 +02:00
Paul A. Patience
ee89bbb5ed
gnu: nomad-optimizer: Disable failing test.
...
* gnu/packages/maths.scm (nomad-optimizer)[arguments]: Disable the
examples/advanced/library/PSDMads test.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-26 10:45:42 +02:00
Ricardo Wurmus
33fe027f91
gnu: Add r-giotto.
...
* gnu/packages/bioinformatics.scm (r-giotto): New variable.
2022-04-26 09:48:14 +02:00
Ricardo Wurmus
b79431b5e9
gnu: Add r-lfa.
...
* gnu/packages/bioconductor.scm (r-lfa): New variable.
2022-04-26 09:48:13 +02:00
Ricardo Wurmus
190830bd80
gnu: Add r-dbscan.
...
* gnu/packages/cran.scm (r-dbscan): New variable.
2022-04-26 09:48:13 +02:00
Mădălin Ionel Patrașcu
2902adfc7e
gnu: Add r-adam.
...
* gnu/packages/bioconductor.scm (r-adam): New variable.
2022-04-26 09:48:13 +02:00
Michael Rohleder
6309131949
gnu: emacs-scratch-el: Update to 1.4.
...
* gnu/packages/emacs-xyz.scm (emacs-scratch-el): Update to 1.4.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-26 09:31:06 +02:00
Michael Rohleder
473676dd66
gnu: nethogs: Update to 0.8.7.
...
* gnu/packages/networking.scm (nethogs): Update to 0.8.7.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-26 09:30:53 +02:00
Michael Rohleder
55f98184f1
gnu: xfce4-panel: Update to 4.16.4.
...
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.4.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-26 09:30:41 +02:00
Michael Rohleder
c4f402f191
gnu: xfce4-terminal: Update to 1.0.1.
...
* gnu/packages/xfce.scm (xfce4-terminal): Update to 1.0.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-26 09:30:30 +02:00
Feng Shu
d762e1c88c
gnu: Add grsync.
...
* gnu/packages/backup.scm (grsync): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-26 09:24:08 +02:00
Attila Lendvai
5c450082f7
gnu: guile-srfi-189: Build from upstream sources.
...
* gnu/packages/guile-xyz.scm (guile-srfi-189): Retarget git-reference to the
official repo, and increase revision by one.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-26 09:20:04 +02:00
Christopher Baines
fa1b772fb3
gnu: nginx-lua-module: Fix builder.
...
Probably broken by the changes to the nginx package in
4079cd9ba3
.
* gnu/packages/web.scm (nginx-lua-module)[arguments]: Make the modify-phases
part a gexp, and move #:configure-flags to the end of the list.
2022-04-25 18:34:19 +01:00
Christopher Baines
a14c635266
gnu: nginx-rtmp-module: Fix builder.
...
Probably broken by changes to the nginx package in
4079cd9ba3
.
* gnu/packages/web.scm (nginx-rtmp-module)[arguments]: Make the modify-phases
part a gexp, and move #:configure-flags to the end of the list.
2022-04-25 18:33:00 +01:00
Mathieu Othacehe
d0f6b8d7b0
gnu: Add emacs-bitbake-modes.
...
* gnu/packages/emacs-xyz.scm (emacs-bitbake-modes): New variable.
2022-04-25 15:55:39 +02:00
Paul A. Patience
5183ff2b91
gnu: Add cl-formgrep.
...
* gnu/packages/lisp-xyz.scm (sbcl-formgrep, cl-formgrep,
ecl-formgrep): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-25 10:09:03 +02:00
Efraim Flashner
03d0f7cca1
gnu: stockfish: Add support for more architectures.
...
* gnu/packages/games.scm (stockfish)[arguments]: Add ARCH matches for
more architectures. Add EXTRALDFLAGS for powerpc-linux. Add phase to
remove '-m' compiler flags.
2022-04-24 17:32:42 +03:00
Greg Hogan
9cf812f601
gnu: stockfish: Update to 15.
...
* gnu/packages/games.scm (stockfish): Update to 15.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-04-24 16:02:01 +03:00
Jelle Licht
0a815a08d3
gnu: emacs-el-patch: Update to 3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-el-patch): Update to 3.0.
[arguments]<phases>: Re-enable validate-compiled-autoloads.
2022-04-24 13:17:09 +02:00
Jelle Licht
77b6fca67a
gnu: emacs-message-view-patch: Update home-page.
...
* gnu/packages/emacs-xyz.scm (emacs-message-view-patch)[home-page]: Update to
redirected home-page.
2022-04-24 12:59:39 +02:00
Paul A. Patience
d13c7e905c
gnu: Add cl-boost-lexer.
...
* gnu/packages/lisp-xyz.scm (sbcl-boost-lexer, cl-boost-lexer,
ecl-boost-lexer): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-24 12:08:16 +02:00
Paul A. Patience
5e343e3570
gnu: Add cl-boost-re.
...
* gnu/packages/lisp-xyz.scm (sbcl-boost-re, cl-boost-re,
ecl-boost-re): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-24 12:08:16 +02:00
Paul A. Patience
3ab9bd0778
gnu: Add cl-boost-parse.
...
* gnu/packages/lisp-xyz.scm (sbcl-boost-parse, cl-boost-parse,
ecl-boost-parse): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-24 12:08:16 +02:00
Leo Famulari
b6b2de2a0d
gnu: Remove linux-libre 5.16.
...
This kernel series is no longer supported upstream.
* gnu/packages/linux.scm (linux-libre-5.16-version,
linux-libre-5.16-gnu-revision, deblob-scripts-5.16, linux-libre-5.16-source,
linux-libre-headers-5.16, linux-libre-5.16): Remove variables.
(linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source,
linux-libre-source, linux-libre, linux-libre-with-bpf): Use linux-libre 5.17.
* gnu/packages/aux-files/linux-libre/5.16-arm.conf,
gnu/packages/aux-files/linux-libre/5.16-arm64.conf,
gnu/packages/aux-files/linux-libre/5.16-i686.conf,
gnu/packages/aux-files/linux-libre/5.16-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
2022-04-23 13:45:46 -04:00
Dhruvin Gandhi
3363f2c878
gnu: go-github-com-spf13-cobra: Update to 1.4.0.
...
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.4.0.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-04-23 11:30:45 -04:00
Guillaume Le Vaillant
d53e05d3b8
gnu: Add soapyaudio.
...
* gnu/packages/radio.scm (soapyaudio): New variable.
2022-04-23 15:03:16 +02:00
Clément Lassieur
3299082360
gnu: emacs-rg: Update to 2.2.0-0.444a8cc.
...
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.2.0-0.444a8cc.
Make sure default-directory is set when searching from result buffer. See
https://github.com/dajva/rg.el/issues/139 .
2022-04-23 11:10:21 +02:00
Paul A. Patience
df27a92b8d
gnu: cl-trivia: Update to 0.1-0.8b406c3.
...
* gnu/packages/lisp-xyz.scm (sbcl-trivia.trivial): Update to
0.1-0.8b406c3. (The version listed in the .asd files was always 0.1,
not 0.0.0.)
[arguments]: Delete trivia.fset.asd file in 'fix-build' phase.
(sbcl-trivia)[inputs]: Add sbcl-fset.
[arguments]<#:asd-systems>: Add trivia.fset.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-23 10:46:49 +02:00
Paul A. Patience
9ddc9448d9
gnu: cl-trivia: Remove trailing booleans.
...
* gnu/packages/lisp-xyz.scm (sbcl-trivia.trivial,
sbcl-trivia)[arguments]: Remove trailing booleans.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-23 10:44:07 +02:00
Paul A. Patience
56353b72df
gnu: cl-trivia: Remove input labels.
...
* gnu/packages/lisp-xyz.scm (sbcl-trivia.trivial)[inputs]: Remove
labels.
(sbcl-trivia)[native-inputs, inputs]: Remove labels.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-23 10:42:44 +02:00
Paul A. Patience
a58734e7fe
gnu: Add cl-bobbin.
...
* gnu/packages/lisp-xyz.scm (sbcl-bobbin, cl-bobbin, ecl-bobbin): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-23 10:06:18 +02:00
Paul A. Patience
7134a10813
gnu: Add cl-plump-sexp.
...
* gnu/packages/lisp-xyz.scm (sbcl-plump-sexp, cl-plump-sexp,
ecl-plump-sexp): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-23 10:00:36 +02:00
Christopher Baines
e32cc011bb
services: nar-herder: Allow specifying the log level.
...
* gnu/services/guix.scm (nar-herder-configuration-log-level): New procedure.
(nar-herder-shepherd-services): Pass the log-level to the nar-herder process.
* doc/guix.texi (Nar Herder): Document configuring the log-level.
2022-04-22 15:31:42 +01:00
Christopher Baines
cd9ed85b17
gnu: nar-herder: Update to 0-5.e046f8a.
...
* gnu/packages/package-management.scm (nar-herder): Update to 0-5.e046f8a.
[native-inputs, propagated-inputs]: Add guile-prometheus.
[arguments]: Wrap with guile-prometheus.
2022-04-22 15:30:25 +01:00
Christopher Baines
770b7dafb3
gnu: guix-build-coordinator: Update to 0-51.fff7454.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-51.fff7454.
2022-04-22 15:29:28 +01:00
Leo Famulari
eb34ff16cc
gnu: linux-libre 4.9: Update to 4.9.311.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.311.
(linux-libre-4.9-pristine-source): Update hash.
2022-04-21 00:16:34 -04:00
Leo Famulari
87f525dc59
gnu: linux-libre 4.14: Update to 4.14.276.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.276.
(linux-libre-4.14-pristine-source): Update hash.
2022-04-21 00:16:33 -04:00
Leo Famulari
b09de8d560
gnu: linux-libre 4.19: Update to 4.19.239.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.239.
(linux-libre-4.19-pristine-source): Update hash.
2022-04-21 00:16:33 -04:00
Leo Famulari
36b2e0ad84
gnu: linux-libre 5.4: Update to 5.4.190.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.190.
(linux-libre-5.4-pristine-source): Update hash.
2022-04-21 00:16:33 -04:00
Leo Famulari
c8b19d9783
gnu: linux-libre 5.10: Update to 5.10.112.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.112.
(linux-libre-5.10-pristine-source): Update hash.
2022-04-21 00:16:33 -04:00
Leo Famulari
ca307517b6
gnu: linux-libre 5.15: Update to 5.15.35.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.35.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
2022-04-21 00:16:33 -04:00
Leo Famulari
c9bb210598
gnu: linux-libre 5.17: Update to 5.17.4.
...
* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.4.
(linux-libre-5.17-pristine-source, deblob-scripts-5.17): Update hashes.
2022-04-21 00:16:33 -04:00
Vinicius Monego
5ca029d0c4
gnu: homebank: Update to 5.5.5.
...
* gnu/packages/finance.scm (homebank): Update to 5.5.5.
2022-04-20 23:40:44 -03:00
Vinicius Monego
144d803c76
gnu: gsequencer: Update to 3.18.2.
...
* gnu/packages/music.scm (gsequencer): Update to 3.18.2.
2022-04-20 23:40:44 -03:00
Vinicius Monego
54e0745703
gnu: pre-commit: Update to 2.18.1.
...
* gnu/packages/version-control.scm (pre-commit): Update to 2.18.1.
2022-04-20 23:40:34 -03:00
Vinicius Monego
d656ff473e
gnu: shotcut: Update to 22.03.30.
...
* gnu/packages/video.scm (shotcut): Update to 22.03.30.
2022-04-20 23:39:11 -03:00
Vinicius Monego
866f306cf5
gnu: mlt: Update to 7.6.0.
...
* gnu/packages/video.scm (mlt): Update to 7.6.0.
2022-04-20 23:39:11 -03:00
Ludovic Courtès
dd2ab92d9d
home: shepherd: Redirect input port to /dev/null.
...
Suggested by Aleksandr Vityazev <avityazev@posteo.org>.
* gnu/home/services/shepherd.scm (home-shepherd-configuration-file):
Redirect input port to /dev/null.
2022-04-21 00:02:21 +02:00
Ludovic Courtès
bc867b2ab0
home: shepherd: "shepherd.conf" returns one value.
...
Fixes <https://issues.guix.gnu.org/54779 >.
Reported by Aleksandr Vityazev <avityazev@posteo.org>
and Nicolas Graves <ngraves@ngraves.fr>.
* gnu/home/services/shepherd.scm (home-shepherd-configuration-file):
Return one value.
2022-04-21 00:00:14 +02:00
Fredrik Salomonsson
cd5c31d192
gnu: Add emacs-cpreproc.
...
* gnu/packages/emacs-xyz.scm (emacs-cpreproc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:45 +02:00
pukkamustard
ed2e797750
gnu: Add pikchr.
...
* gnu/packages/pikchr.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:45 +02:00
Greg Hogan
bd6e9be532
gnu: aws-sdk-cpp: Update to 1.9.236.
...
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.236.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:45 +02:00
Greg Hogan
c542d084c0
gnu: aws-crt-cpp: Update to 0.17.27.
...
* gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.17.27.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:45 +02:00
Greg Hogan
fe75dc2552
gnu: aws-c-mqtt: Update to 0.7.10.
...
* gnu/packages/c.scm (aws-c-mqtt): Update to 0.7.10.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:45 +02:00
Greg Hogan
4773664eb8
gnu: aws-c-s3: Update to 0.1.38.
...
* gnu/packages/c.scm (aws-c-s3): Update to 0.1.38.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:44 +02:00
Greg Hogan
d2cb3f9905
gnu: aws-c-auth: Update to 0.6.11.
...
* gnu/packages/c.scm (aws-c-auth): Update to 0.6.11.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:44 +02:00
Greg Hogan
fbf1435587
gnu: aws-c-http: Update to 0.6.13.
...
* gnu/packages/c.scm (aws-c-http): Update to 0.6.13.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:44 +02:00
Greg Hogan
4bd4c53aac
gnu: Add aws-c-sdkutils.
...
* gnu/packages/c.scm (aws-c-sdkutils): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:44 +02:00
Greg Hogan
139970c806
gnu: aws-c-cal: Update to 0.5.17.
...
* gnu/packages/c.scm (aws-c-cal): Update to 0.5.17.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:44 +02:00
Greg Hogan
7c45af91f4
gnu: aws-c-io: Update to 0.10.20.
...
* gnu/packages/c.scm (aws-c-io): Update to 0.10.20.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:44 +02:00
Greg Hogan
f796dc9207
gnu: aws-c-common: Update to 0.6.20.
...
* gnu/packages/c.scm (aws-c-common): Update to 0.6.20.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:44 +02:00
Greg Hogan
25a1c60b1c
gnu: aws-lc: Update to 1.0.2.
...
* gnu/packages/tls.scm (aws-lc): Update to 1.0.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:43 +02:00
Greg Hogan
bc3e32454f
gnu: s2n: Update to 1.3.10.
...
* gnu/packages/tls.scm (s2n): Update to 1.3.10.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:43 +02:00
Greg Hogan
a82b0741a3
gnu: folly: Update to 2022.04.11.00.
...
* gnu/packages/cpp.scm (folly): Update to 2022.04.11.00.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:43 +02:00
Greg Hogan
a1362e674f
gnu: cxxopts: Update to 3.0.0.
...
* gnu/packages/cpp.scm (cxxopts): Update to 3.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:43 +02:00
Attila Lendvai
8852f911ff
git-download: Set locale to deal with Unicode in git metadata.
...
Without this the git-fetch GEXP is run in an environment that uses ASCII
character encoding when strings are crossing the Guile - C boundary. It means
that e.g. tag names that have Unicode chars in them will cause problems,
e.g. when walking and deleting the .git directory.
An example in the wild: https://github.com/klauspost/pgzip/tags
Fixes <https://issues.guix.gnu.org/54893 >.
* guix/git-download.scm (git-fetch): Call 'setenv' and 'setlocale' to
set it to en_US.utf8.
* gnu/packages/commencement.scm (glibc-utf8-locales-final): Make public.
Add 'properties' field.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-04-20 23:46:43 +02:00
Marius Bakke
8540c2d86c
gnu: ungoogled-chromium: Update to 100.0.4896.127-1.
...
* gnu/packages/chromium.scm (%chromium-version): Set to 100.0.4896.127-1.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2022-04-20 18:26:56 +02:00
Eric Bavier
0cf1178a65
gnu: idris: Update to 1.3.4.
...
* gnu/packages/patches/idris-build-with-haskeline-0.8.patch,
gnu/packages/patches/idris-build-with-megaparsec-9.patch,
gnu/packages/patches/idris-disable-test.patch: Delete patches.
* gnu/local.mk (dist_patch_DATA): Unregister them.
* gnu/packages/idris.scm (idris): Update to 1.3.4.
[source]: Use git-fetch. Adjust patches.
Co-authored-by: Attila Lendvai <attila@lendvai.name>
2022-04-20 08:35:48 -05:00
Eric Bavier
ae6cd99573
gnu: idris: Use cc-for-target.
...
* gnu/packages/idris.scm (idris)[arguments]: Use cc-for-target in place of
"gcc".
2022-04-20 08:35:48 -05:00
Eric Bavier
b2a66e1071
gnu: idris: Remove trailing #t.
...
* gnu/packages/idris.scm (idris)[arguments]: Remove trailing #t.
2022-04-20 08:35:48 -05:00
Thomas Albers Raviola
101edbe63a
gnu: Add cl-just-getopt-parser.
...
* gnu/packages/lisp-xyz.scm (sbcl-just-getopt-parser,
ecl-just-getopt-parser, cl-just-getopt-parser): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-04-20 13:31:28 +02:00
Efraim Flashner
ffb616b69d
gnu: vcflib: Update to 1.0.3.
...
* gnu/packages/bioinformatics.scm (vcflib): Update to 1.0.3.
[source]: Remove trailing #t.
[arguments]: Remove trailing #t from phases.
2022-04-19 21:56:50 +03:00
Liliana Marie Prikler
0b681c5896
gnu: komikku: Update to 0.38.0.
...
* gnu/packages/gnome.scm (komikku): Update to 0.38.0.
2022-04-19 20:28:01 +02:00
Liliana Marie Prikler
6b4d37760e
gnu: openttd: Use new package style.
...
* gnu/packages/games.scm (openttd)[arguments]: Convert to list of
G-Expressions.
<install-data>: Use search paths to find ‘/share/games/openttd’ input
directories.
[native-inputs]: Use modify-inputs.
2022-04-19 20:28:01 +02:00
Liliana Marie Prikler
5376f3d058
gnu: openttd-openmsx: Use new package style.
...
* gnu/packages/games.scm (openttd-openmsx)[arguments]: Convert to list of
G-Expressions.
[native-inputs]: Drop labels.
2022-04-19 20:28:01 +02:00
Liliana Marie Prikler
4df82befc9
gnu: openttd-opensfx: Use new package style.
...
* gnu/packages/games.scm (openttd-opensfx)[arguments]: Convert to list of
G-Expressions. Drop trailing ‘#t’s.
[native-inputs]: Drop labels.
2022-04-19 20:28:01 +02:00
Liliana Marie Prikler
2bae85d39b
gnu: openttd-gfx: Use new package style.
...
* gnu/packages/games.scm (openttd-gfx)[arguments]: Convert to list of
G-Expressions.
[native-inputs]: Drop labels.
2022-04-19 20:28:01 +02:00
Liliana Marie Prikler
a1acec2fe9
gnu: openttd-engine: Drop labels from inputs.
...
* gnu/packages/games.scm (openttd-engine)[inputs]: Drop labels.
2022-04-19 20:28:00 +02:00
Liliana Marie Prikler
f044d951b0
gnu: openttd: Let the music play.
...
* gnu/packages/games.scm (openttd)[inputs]: Remove timidity++.
Add fluidsynth and freepats-gm.
[#:phases]<patch-sources>: New phase.
2022-04-19 20:28:00 +02:00
Liliana Marie Prikler
e597612bf3
gnu: Add freepats-gm.
...
* gnu/packages/audio.scm (freepats-gm): New variable.
2022-04-19 20:28:00 +02:00