Maciej Kalandyk
45c173b3c8
gnu: Add emacs-prism.
...
* gnu/packages/emacs-xyz.scm (emacs-prism): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-05-25 22:19:37 +02:00
Nicolas Goaziou
0f8b84b390
gnu: emacs-inspector: Update to 0.31.
...
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.31.
[arguments]: Do not load "tree-inspector-tests.el", which was moved to another repository.
[propagated-inputs]: Remove EMACS-TREEVIEW.
2023-05-25 22:19:37 +02:00
Nicolas Goaziou
1c87d1507a
gnu: Add emacs-tree-inspector.
...
* gnu/packages/emacs-xyz.scm (emacs-tree-inspector): New variable.
2023-05-25 22:19:36 +02:00
Christopher Baines
f36b8a9763
gnu: guix-build-coordinator: Fix source hash.
...
The previous commit has the wrong hash, I think I ended up building the data
service instead for some reason and didn't set the hash of this package
correctly.
* gnu/packages/package-management.scm (guix-build-coordinator)[source]: Fix
hash.
2023-05-25 20:22:11 +01:00
Navid Afkhami
9f37dc3be3
gnu: Add python-tensorly.
...
* gnu/packages/machine-learning.scm (python-tensorly): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-05-25 17:19:29 +02:00
Maxim Cournoyer
99fc7e5dd3
tests: Fix the Jami service system tests.
...
This fixes a regression introduced with commit a09c7da
("tests: Fork and exec
a new Guile for the marionette REPL.") and only partially fixed with the
follow-up commit f518882
(" tests: Add missing module imports for
marionette-evaluated code.").
* gnu/tests/telephony.scm (run-jami-test): Remove extraneous module imports.
Move the setting of the DBUS_SESSION_BUS_ADDRESS environment variable inside
the first marionette-eval'd setup test.
["service can be stopped"]: Add missing (gnu build dbus-service) module.
2023-05-25 10:17:32 -04:00
Greg Hogan
db883ed5d7
gnu: xeyes: Update to 1.2.0.
...
* gnu/packages/xdisorg.scm (xeyes): Update to 1.2.0.
[inputs]: Add libxi.
Signed-off-by: jgart <jgart@dismail.de>
2023-05-25 09:09:27 -05:00
Ricardo Wurmus
0c662d570e
gnu: ekho: Update to 8.6.
...
* gnu/packages/speech.scm (ekho): Update to 8.6.
2023-05-25 15:59:33 +02:00
Ricardo Wurmus
de926f43b8
gnu: python-vosk: Update for Python 3.10.
...
* gnu/packages/machine-learning.scm (python-vosk)[arguments]: Replace 3.9 with
3.10.
2023-05-25 15:37:39 +02:00
Ricardo Wurmus
7f79dabc96
gnu: kaldi-for-vosk: Update to 0-0.a25f216.
...
* gnu/packages/machine-learning.scm (kaldi-for-vosk): Update to 0-0.a25f216.
[inputs]: Replace jack-1 with jack-2.
[arguments]: Disable cu-array-test.
2023-05-25 15:37:39 +02:00
Ricardo Wurmus
a9c91a1cb1
gnu: kaldi-for-vosk: Adjust style.
...
* gnu/packages/machine-learning.scm (kaldi-for-vosk)[inputs]: Remove spurious
semicolon.
[arguments]: Use LIST instead of double quoting; replace LET* with LET; adjust
indentation.
2023-05-25 15:37:39 +02:00
Ivan Gankevich
a9cde26133
gnu: Add mouseloupe.
...
* gnu/packages/accessibility.scm (mouseloupe): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-25 12:51:16 +02:00
Aleksandr Vityazev
0d320a10bf
gnu: tinyproxy: Update to 1.11.1.
...
* gnu/packages/web.scm (tinyproxy): Update to 1.11.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-25 12:51:16 +02:00
Dominik Delgado Steuter
e7ab908e0a
gnu: Add dialect.
...
* gnu/packages/gnome.scm (dialect): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-25 12:51:16 +02:00
Dominik Delgado Steuter
1af79a0615
gnu: yt-dlp: Fix substitution for ffmpeg path.
...
The old expression did not work; ffmpeg was not found
when using the --add-metadata flag.
* gnu/packages/video.scm (yt-dlp)
[arguments]: Adjust substitution in custom 'default-to-the-ffmpeg-input phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-25 12:51:16 +02:00
Ivan Vilata i Balaguer
ca5696b1a3
gnu: encfs: Depend on OpenSSL v1.1 to fix test segfault.
...
[[PGP Signed Part:No public key for 3DECC105F5DD2382 created at 2023-05-19T19:45:47+0200 using RSA]]
Fixes <https://issues.guix.gnu.org/63280 >.
* gnu/packages/crypto.scm (encfs): Update to 1.9.
[inputs]: Replace openssl with openssl-1.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-25 12:51:16 +02:00
Christopher Baines
0b0c2ef638
gnu: guix-build-coordinator: Update to 0.0.1-41.6885006.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0.0.1-41.6885006.
2023-05-25 09:55:15 +01:00
Christopher Baines
e5184ba434
gnu: valgrind: Mark as not supported for armhf-linux.
...
From the build log:
checking for a supported CPU... no (arm)
configure: error: Unsupported host architecture. Sorry
* gnu/packages/valgrind.scm (valgrind)[supported-systems]: Remove armhf-linux.
2023-05-25 09:45:02 +01:00
Ricardo Wurmus
495d2b3960
gnu: gaupol: Update to 1.12.
...
* gnu/packages/video.scm (gaupol): Update to 1.12.
2023-05-24 23:58:30 +02:00
Ricardo Wurmus
86f853c4a3
gnu: gaupol: Use pyproject-build-system.
...
* gnu/packages/video.scm (gauplo)[build-system]: Use pyproject-build-system.
[arguments]: Delete custom 'install phase.
2023-05-24 23:58:30 +02:00
Ricardo Wurmus
0243d5fa1a
gnu: gaupol: Drop input labels.
...
* gnu/packages/video.scm (gaupol)[native-inputs]: Remove package labels.
2023-05-24 23:58:30 +02:00
Ricardo Wurmus
b06b841e57
gnu: gaupol: Delete sanity check phase.
...
The sanity check fails because there is no graphical display.
* gnu/packages/video.scm (gaupol)[arguments]: Delete 'sanity-check phase.
2023-05-24 23:58:30 +02:00
Vagrant Cascadian
a1323e97e1
gnu: librecast: Update to 0.6.1.
...
* gnu/packages/networking.scm (librecast): Update to 0.6.1.
Reviewed-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24 14:07:33 -07:00
Efraim Flashner
1be6baed2b
gnu: opensbi: Remove input labels.
...
* gnu/packages/firmware.scm (make-opensbi-package)[native-inputs]:
Remove input labels.
2023-05-24 19:16:38 +03:00
Efraim Flashner
d17ac233ee
gnu: opensbi: Update to 1.2.
...
* gnu/packages/firmware.scm (make-opensbi-package): Update to 1.2.
[native-inputs]: Add python.
[arguments]: Remove trailing #t from phases.
2023-05-24 19:16:34 +03:00
David Thompson
9fca95b263
gnu: guile-chickadee: Update to 0.10.0.
...
* gnu/packages/game-development.scm (guile-chickadee): Update to 0.10.0.
2023-05-24 11:53:03 -04:00
Morgan Smith
6d0571215d
gnu: isync: Add patch to improve openssl-3 compatibility.
...
* gnu/packages/patches/isync-openssl3-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (isync): Use patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov
b5a85e31dd
gnu: guile-png: Update to 0.4.1.
...
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.4.1.
[arguments]: Remove extra phases.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov
99a61391d7
gnu: guile-png: Fix cross-building.
...
* gnu/packages/guile-xyz.scm (guile-png)[native-inputs]: Add guile-3.0,
guile-lib, guile-zlib and guile-smc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov
8b1b9334e4
gnu: guile-png: Update to 0.4.0.
...
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.4.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov
350a65cd65
gnu: guile-ics: Update to 0.5.0.
...
* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.5.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov
da39980b79
gnu: guile-ini: Fix cross-building.
...
* gnu/packages/guile-xyz.scm (guile-ini)[native-inputs]: Add guile-3.0,
guile-lib and guile-smc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov
10888f26e0
gnu: guile-ini: Update to 0.5.3.
...
* gnu/packages/guile-xyz.scm (guile-ini): Update to 0.5.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov
761d78ea95
gnu: guile-smc: Fix cross-building.
...
* gnu/packages/guile-xyz.scm (guile-smc)[native-inputs]: Add guile-3.0 and
guile-lib.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:01 +02:00
Artyom V. Poptsov
0a5998941a
gnu: guile-smc: Update to 0.6.0.
...
* gnu/packages/guile-xyz.scm (guile-smc): Update to 0.6.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:00 +02:00
Denis 'GNUtoo' Carikli
0c521c81fa
gnu: fakeroot: Update to 1.31.
...
* gnu/packages/linux.scm (fakeroot): Update to 1.31.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-24 15:04:00 +02:00
Ludovic Courtès
e54d574add
gnu: guix: Depend on 'graphviz-minimal'.
...
* gnu/packages/package-management.scm (guix)[arguments]: Add
'set-font-path' phase.
[native-inputs]: Change GRAPHVIZ to GRAPHVIZ-MINIMAL. Add
FONT-GHOSTSCRIPT.
(guix-daemon)[native-inputs]: Remove "font-ghostscript".
[arguments]: Delete 'set-font-path' phase.
2023-05-24 15:04:00 +02:00
Ludovic Courtès
d5ca1a7243
gnu: graphviz: Add "minimal" variant.
...
* gnu/packages/graphviz.scm (graphviz-minimal): New variable.
2023-05-24 15:04:00 +02:00
Ludovic Courtès
689460f82a
services: guix: Depend on 'avahi-daemon' when 'discover?' is set.
...
Previously, with shepherd 0.10.0, guix-daemon would start quickly,
possibly before avahi-daemon is running. Consequently, its "guix
discover" child process would exit immediately with a warning saying
"Avahi daemon is not running".
* gnu/services/base.scm (guix-shepherd-service): When DISCOVER? is true,
add 'avahi-daemon' to 'requirement'.
2023-05-24 15:04:00 +02:00
Ludovic Courtès
8b18fa7e07
gnu: python-mpi4py: Update to 3.1.4.
...
* gnu/packages/mpi.scm (python-mpi4py): Update to 3.1.4.
2023-05-24 15:03:59 +02:00
Andy Tai
514644c102
gnu: ddd: Update to 3.4.0
...
* gnu/packages/debug.scm (ddd): Update to 3.4.0
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-24 20:43:08 +08:00
kiasoc5
0b6bcc747d
gnu: lolcat: Update to 1.4.
...
* gnu/packages/toys.scm (lolcat): Update to 1.4.
[version]: Switch to release tag.
[arguments]: Use G-expressions. Remove trailing #t.
<#:phases>: Replace assoc-ref with #$output.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-24 20:35:31 +08:00
Janneke Nieuwenhuizen
c57693846c
home: services: ssh: Do not empty ~/.ssh/authorized_keys by default.
...
The default was an empty list which would remove any ~/.ssh/authorized_keys
file and replace it with a symlink to an empty file. On some systems, notably
Ubuntu 22.10, the guix home generated ~/.ssh/authorized_keys file does not
allow login.
* doc/guix.texi (Secure Shell): Update, describe default #false value.
* gnu/home/services/ssh.scm (<home-openssh-configuration>)
[authorized-keys]: Change default to #f.
(openssh-configuration-files): Cater for default #f value: Do not register
"authorized_keys".
2023-05-24 11:56:12 +02:00
Artyom Bologov
0d82148858
gnu: Update sbcl-njson to 1.1.0.
...
* gnu/packages/lisp-xyz.scm (sbcl-njson): Update to 1.1.0.
[inputs]: Add sbcl-jzon.
[arguments]: Add njson/jzon to 'asd-systems'.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-24 11:20:36 +02:00
Artyom Bologov
233d3bae95
gnu: Update sbcl-nactivitypub to 0.0.5.
...
* gnu/packages/lisp-xyz.scm (sbcl-nactivitypub): Update to 0.0.5.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-05-24 11:06:49 +02:00
Andre A. Gomes
ae7a7d76d6
gnu: nyxt: Update to 3.0.0.
...
* gnu/packages/web-browsers.scm (nyxt): Update to 3.0.0.
Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
2023-05-24 10:48:50 +02:00
Andre A. Gomes
556e9db251
gnu: sbcl-nasdf: Update to 0.1.5.
...
* gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.5.
Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
2023-05-24 10:48:50 +02:00
Pierre Neidhardt
27a94b21b7
gnu: sbcl-nfiles: Update to 1.1.3.
...
* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 1.1.3.
2023-05-24 10:48:50 +02:00
Pierre Neidhardt
a882b4856a
gnu: sbcl-serapeum: Update to 20230524.
...
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20230524.
2023-05-24 10:48:50 +02:00
Edison Ibáñez
fc79528ae3
gnu: xonsh: Update to 0.14.0.
...
* gnu/packages/shells.scm (xonsh): Update to 0.14.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24 11:41:50 +03:00
André Batista
9026600df2
gnu: prosody: Update to 0.12.3.
...
* gnu/packages/messaging.scm (prosody): Update to 0.12.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24 11:07:03 +03:00
Alex Devaure
d905fbfce6
gnu: libfprint: Fix building with newer meson.
...
* gnu/packages/freedesktop.scm (libfprint)[arguments]: Adjust
configure-flags to explicitly link to nss.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24 10:57:07 +03:00
Andy Tai
b4cfeda3a6
gnu: icewm: Update to 3.3.4.
...
* gnu/packages/wm.scm (icewm): Update to 3.3.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24 10:46:07 +03:00
Arne Babenhauserheide
6d3169af64
gnu: htmlcxx: add --std=c++11 to configure flags.
...
* gnu/packages/web.scm (htmlcxx): add CXXFLAGS to configure-flag. C++17
removed dynamic exception specifications.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-24 10:41:33 +03:00
Efraim Flashner
b02e7504b0
gnu: xygrib: Build with newer proj.
...
* gnu/packages/geo.scm (xygrib)[source]: Add upstream patch to build
with newer version of proj.
[inputs]: Replace proj-7 with proj.
* gnu/packages/patches/xygrib-newer-proj.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2023-05-24 10:14:02 +03:00
Efraim Flashner
24f18482d3
gnu: xygrib: Fix building with newer openjpeg.
...
* gnu/packages/geo.scm (xygrib)[source]: Adjust snippet to also search
for newer openjpeg versions.
2023-05-24 10:12:50 +03:00
Efraim Flashner
007b156a3e
gnu: font-gnu-unifont: Remove more pre-generated files.
...
* gnu/packages/fonts.scm (font-gnu-unifont)[source]: Adjust the snippet
to remove more pre-generated files.
2023-05-24 09:49:25 +03:00
muradm
e02584b456
services: cups: Add cups PAM service.
...
Fixes <https://issues.guix.gnu.org/63198 >.
Have the CUPS service extend pam-root-service-type providing minimal
configuration to authenticate users. Since PAM authentication is provided,
the regular cups package can be used as default instead of the minimal,
PAM-lacking variant.
* gnu/services/cups.scm (cups-configuration)
[cups]: Replace cups-minimal with cups.
[allow-empty-password?]: PAM service configuration permitting empty passwords.
(opaque-cups-configuration): Likewise.
(cups-pam-service): New procedure.
(cups-service-type): Extend pam-root-service-type with cups-pam-service.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-05-23 20:26:19 -04:00
Antero Mejr
297ba5c15a
gnu: Add python-vulture.
...
* gnu/packages/python-check.scm (python-vulture): New variable.
Signed-off-by: jgart <jgart@dismail.de>
2023-05-23 12:29:48 -05:00
Remco van 't Veer
cb193c0dd1
gnu: ruby-2.7-fixed: Upgrade to 2.7.8 [fixes CVE-2023-{28755, 28756}]
...
Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and
CVE-2023-28756 (ReDoS vulnerability in Time).
* gnu/packages/ruby.scm (ruby-2.7-fixed): Update to 2.7.8.
(ruby-2.7)[replacement]: Graft.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-05-23 16:37:04 +02:00
Andreas Enge
8927b20ba1
gnu: cm: Update to 0.4.2.
...
* gnu/packages/algebra.scm (cm): Update to 0.4.2.
2023-05-23 16:32:26 +02:00
Rikard Nordgren
36ea29115c
gnu: Add python-crcmod.
...
* gnu/packages/python-crypto.scm (python-crcmod): New variable.
Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: jgart <jgart@dismail.de>
2023-05-23 08:55:02 -05:00
Christopher Baines
6783f558fa
gnu: guix-data-service: Update to 0.0.1-41.6885006.
...
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-41.6885006.
2023-05-23 12:44:53 +01:00
Christopher Baines
841fda77a2
gnu: nar-herder: Update to 0-19.efaf8fa.
...
* gnu/packages/package-management.scm (nar-herder): Update to 0-19.efaf8fa.
2023-05-23 12:42:35 +01:00
Christopher Baines
d15cf71d24
gnu: guix-build-coordinator: Update to 0-83.c79f455.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-83.c79f455.
2023-05-23 12:40:38 +01:00
Efraim Flashner
3c33f7072a
gnu: vim-guix-vim: Update to 0.4.0.
...
* gnu/packages/vim.scm (vim-guix-vim): Update to 0.4.0.
[source]: Download from new upstream URL.
[home-page]: Use new home-page.
2023-05-23 12:30:31 +03:00
Efraim Flashner
73646b740b
gnu: alacritty: Update to 0.12.1.
...
* gnu/packages/terminals.scm (alacritty): Update to 0.12.1.
2023-05-23 10:55:07 +03:00
jgart
3a776c5896
gnu: python-zope-schema: Update to 7.0.1.
...
* gnu/packages/python-web.scm (python-zope-schema): Update to 7.0.1.
2023-05-23 01:20:20 -05:00
jgart
87d75d9151
gnu: python-lazr-restfulclient: Add missing inputs.
...
* gnu/packages/python-web.scm (python-lazr-restfulclient)
[propagated-inputs]: Add python-pyparsing and python-six.
2023-05-23 01:18:06 -05:00
Ivan Vilata-i-Balaguer
34ff453029
gnu: python-zope-exceptions: Update to 4.6.
...
* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.6.
2023-05-23 00:05:41 -05:00
Jelle Licht
e3d3501f73
gnu: kanshi: Update to 1.3.1.
...
* gnu/packages/wm.scm (kanshi): Update to 1.3.1.
2023-05-22 22:38:11 +02:00
Leo Famulari
f447400264
gnu: linux-libre-with-bpf: Describe the package.
...
* gnu/packages/linux.scm (linux-libre-with-bpf)[synopsis, description]: New fields.
2023-05-22 16:32:30 -04:00
Leo Famulari
1638d1f0ce
gnu: linux-libre: Update to 6.3.3.
...
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre,
linux-libre-with-bpf): Update to linux-libre 6.3.
2023-05-22 15:42:52 -04:00
Leo Famulari
e5f034d83b
gnu: tremc: Fix compatibility with Transmission 4.0.
...
This version is not released upstream, but it does fix compatibility
with Transmission 4.0 and works for me.
* gnu/packages/bittorrent.scm: Update to 0.9.3-0.6c15e3f.
2023-05-22 15:36:50 -04:00
Felix Gruber
dff1689bb3
gnu: oil: Update to 0.15.0.
...
* gnu/packages/shells.scm (oil): Update to 0.15.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22 17:05:22 +02:00
Juliana Sims
6ee8b5316c
gnu: python-txtorcon: Update to 23.0.0.
...
* gnu/packages/python-crypto.scm (python-txtorcon): Update to 23.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22 17:05:22 +02:00
Juliana Sims
daeafac0c4
gnu: python-txtorcon: Run guix style.
...
* gnu/packages/python-crypto.scm (python-txtorcon): Run guix style.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22 17:05:22 +02:00
Juliana Sims
75ae763b4e
gnu: python-txtorcon: Fix failing build.
...
Oops, I forgot to add a copyright line - this version fixes that.
* gnu/packages/python-crypto.scm (python-txtorcon): Fix failing build.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22 17:05:22 +02:00
fanquake
ef58616936
gnu: homebank: Update to 5.6.3.
...
* gnu/packages/finance.scm (homebank): Update to 5.6.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22 17:05:22 +02:00
Andy Tai
c6f379e7ac
gnu: Add opensycl.
...
* gnu/packages/sycl.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-05-22 17:05:22 +02:00
Ludovic Courtès
88a2871d8f
gnu: lcov: Patch reference to 'find' command.
...
Fixes <https://issues.guix.gnu.org/63517 >.
Reported by Luca Cirrottola <luca.cirrottola@inria.fr>.
* gnu/packages/code.scm (lcov)[arguments]: Rename 'patch-pwd' phase to
'patch-references-to-commands', and patch reference to 'find'.
2023-05-22 17:05:18 +02:00
Timotej Lazar
849286ba66
gnu: dos2unix: Update to 7.5.0.
...
* gnu/packages/textutils.scm (dos2unix): Update to 7.5.0.
2023-05-21 23:42:40 -05:00
Felix Gruber
3abcf1663b
gnu: python-sqlite-utils: Update to 3.32.1.
...
* gnu/packages/databases.scm (python-sqlite-utils): Update to 3.32.1.
Co-authored-by: jgart <jgart@dismail.de>
2023-05-21 23:28:21 -05:00
Giovanni Biscuolo
c5bc698e89
gnu: dia: Update to 0.97.3-4.b903dd8
...
* gnu/packages/gnome.scm (dia): Update to 0.97.3-4.b903dd8
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21 22:18:46 +02:00
Liliana Marie Prikler
9d77f6562b
gnu: geary: Update to 43.0.
...
* gnu/packages/gnome.scm (geary): Update to 43.0.
[arguments]<#:phases>: Drop ‘disable-failing-tests’ and ‘generate-vapis’.
Rename ‘disable-postinstall-script’ to ‘skip-gtk-update-icon-cache’ and adjust
accordingly.
[inputs]: Replace folks-with-libsoup2 with folks.
Replace gnome-online-accounts-3.44 with gnome-online-accounts.
Replace webkitgtk-with-libsoup2 with webkitgtk.
[native-inputs]: Replace vala-0.52 with vala.
Add gnutls.
2023-05-21 22:18:46 +02:00
Juliana Sims
1310286dc6
gnu: geary: Remove redundant native-inputs.
...
* gnu/packages/gnome.scm (geary)[native-inputs]: Remove glib, gmime,
and gsettings-desktop-schemas.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21 22:18:46 +02:00
Juliana Sims
7bcb72b331
gnu: geary: Use G-Expressions.
...
* gnu/packages/gnome.scm (geary)[arguments]: Convert to list of
G-Expressions.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21 22:18:46 +02:00
Juliana Sims
8a21c038ef
gnu: geary: Fix build failure.
...
* gnu/packages/gnome.scm (geary)[arguments]: Disable failing test.
[native-inputs]: Use vala-0.52 instead of vala.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-21 22:18:46 +02:00
Christopher Baines
26b71e1982
gnu: emacs-keycast: Fix propagated-inputs.
...
Change emacs-keycast to emacs-compat, as I think this was what was intended in
87d5754107
.
Having emacs-keycast being a propagated input of emacs-keycast causes problems
when trying to compute the derivation for the package, as well as all
operations that involve this (guix weather, guix pull package cache, ...).
* gnu/packages/emacs-xyz.scm (emacs-keycast)[propagated-inputs]: Change
emacs-keycast to emacs-compat.
2023-05-21 19:42:37 +01:00
Nicolas Goaziou
e499cb2c12
gnu: emacs-with-editor: Update to 3.3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.3.0.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-21 14:51:16 +02:00
Nicolas Goaziou
4fa72c6553
gnu: emacs-transient: Update to 0.4.0.
...
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.4.0.
2023-05-21 14:51:15 +02:00
Nicolas Goaziou
a48157b1b0
gnu: emacs-terraform-mode: Update to 1.0.1.
...
* gnu/packages/emacs-xyz.scm (emacs-terraform-mode): Update to 1.0.1.
2023-05-21 14:51:14 +02:00
Nicolas Goaziou
c05bcf8353
gnu: emacs-solarized-theme: Update to 2.0.1.
...
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.1.
2023-05-21 14:51:12 +02:00
Nicolas Goaziou
0bd272f47e
gnu: emacs-paren-face: Update to 1.1.0.
...
* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.1.0.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-21 14:51:10 +02:00
Nicolas Goaziou
bd89aafdf9
gnu: emacs-orglink: Update to 1.2.1.
...
* gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.1.
[propagated-inputs]: Add EMACS-COMPAT.
2023-05-21 14:51:08 +02:00
Nicolas Goaziou
f2e98587ec
gnu: emacs-org: Update to 9.6.6.
...
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.6.
2023-05-21 14:51:06 +02:00
Nicolas Goaziou
980f5c2776
gnu: emacs-orgit: Update to 1.9.0.
...
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.9.0.
2023-05-21 14:51:04 +02:00
Nicolas Goaziou
ea34c09bc2
gnu: emacs-org-inline-pdf: Improve package style.
...
* gnu/packages/emacs-xyz.scm (emacs-org-inline-pdf)[arguments]: Use
G-expressions. Use SEARCH-INPUT-FILE.
2023-05-21 14:51:02 +02:00
Nicolas Goaziou
03de9b587a
gnu: emacs-org-inline-pdf: Update to 0.3.
...
* gnu/packages/emacs-xyz.scm (emacs-org-inline-pdf): Update to 0.3.
2023-05-21 14:51:00 +02:00
Nicolas Goaziou
2eff87d91e
gnu: emacs-ol-notmuch: Update to 2.0.1.
...
* gnu/packages/emacs-xyz.scm (emacs-ol-notmuch): Update to 2.0.1.
2023-05-21 14:50:58 +02:00