conses
511ae8325d
home: services: Add home-xmodmap-service-type.
...
* gnu/home/services/desktop.scm (home-xmodmap-service-type)
(home-xmodmap-configuration): New variables;
(serialize-xmodmap-configuration)
(xmodmap-shepherd-service): New procedures;
* doc/guix.texi (Desktop Services): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-17 23:20:36 +01:00
Vivien Kraus
97a759769d
gnu: guile-gnutls: Do not expect gnulib shebangs to work.
...
* gnu/packages/tls.scm (guile-gnutls) [phase patch-more-shebangs]: Fix how
autogen.sh invokes gnulib-tool, and how configure.ac invokes git-version-gen,
so as not to rely on shebangs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-17 23:20:35 +01:00
Vivien Kraus
25cad45639
gnu: gnulib: Restore shebangs.
...
* gnu/packages/build-tools.scm (gnulib)[arguments]: Add
'restore-shebangs' phase.
[inputs, native-inputs]: Add bash-minimal.
[phase let-autogen-execute-gnulib-tool]: Specify a shell to execute
gnulib-tool from autogen.sh.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-17 23:20:35 +01:00
Ludovic Courtès
b5a70370f5
services: console-font: 'stop' method always returns #f.
...
The 'stop' method of Shepherd services is supposed to return #f on
success.
* gnu/services/base.scm (console-font-shepherd-services): 'stop' method
returns #f.
2023-03-17 23:20:35 +01:00
Maxim Cournoyer
2dc2722dc0
gnu: ccextractor: Update to 0.94 and fix build.
...
* gnu/packages/gstreamer.scm (ccextractor): Update to 0.94.
[source]: Apply patches. Add FIXME comment.
[build-system]: Switch to gnu-build-system.
[arguments]: Delete #tests? argument. Delete trailing #t and use gexps.
Adjust configure flags accordingly, removing WITH_SHARING (doesn't exist for
Autoconf) and adding '--without-rust'. Override check phase.
[native-inputs]: Remove labels. Remove python-wrapper and perl.
[propagated-inputs]: Remove labels. Remove nanomsg and zlib. Replace
leptonica with leptonica-1.80. replace tesseract-ocr with tesseract-ocr-4.
* gnu/packages/patches/ccextractor-add-missing-header.patch: New file.
* gnu/packages/patches/ccextractor-autoconf-tesseract.patch: Likewise.
* gnu/packages/patches/ccextractor-fix-ocr.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register them.
2023-03-17 10:40:02 -04:00
Maxim Cournoyer
8832acc24e
gnu: Add tesseract-ocr-4.
...
* gnu/packages/ocr.scm (tesseract-ocr-4): New variable.
2023-03-17 10:29:50 -04:00
Maxim Cournoyer
13539334ec
gnu: Add leptonica-1.80.
...
* gnu/packages/image.scm (leptonica-1.80): New variable.
2023-03-17 10:29:50 -04:00
Jan (janneke) Nieuwenhuizen
2714c9ef2d
home: services: ssh-agent: Handle setting of SSH_AUTH_SOCK.
...
* gnu/home/services/ssh.scm (home-ssh-agent-environment-variables): New
procedure.
(home-ssh-agent-service-type): Use it as ahome-environment-service type
extension.
* doc/guix.texi (Secure Shell): Remove advice about, and examples of setting
SSH_AUTH_SOCK.
2023-03-17 12:44:33 +01:00
Zhu Zihao
65f5398dfb
gnu: tdlib: Remove version 1.8.0.
...
emacs-telega no longer depends on this package.
* gnu/packages/messaging.scm (tdlib-1.8.0): Remove variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-17 19:06:03 +08:00
Z572
c41bc99650
gnu: gamin: Fix cross-compilation to riscv64.
...
* gnu/packages/gnome.scm (gamin)
[arguments]<#:phases>: Apply 'replace-config.sub for riscv64 too.
[native-inputs]: Add config for riscv64 too.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-17 18:55:05 +08:00
Z572
84a70d7c15
gnu: m17n-lib: Fix cross-compile.
...
* gnu/packages/emacs.scm (m17n-lib)
[source]: Add m17n-lib-1.8.0-use-pkg-config-for-freetype.patch.
[native-inputs]: When cross-compile add pkg-config, libtool, gettext-minimal,
autoconf, automake.
[arguments]: When cross-compile, add phase to fix rpl_malloc undefined references.
* gnu/packages/patches/m17n-lib-1.8.0-use-pkg-config-for-freetype.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-17 18:33:38 +08:00
Z572
bf2c66b44e
gnu: m17n-db: Fix cross-compile.
...
* gnu/packages/emacs.scm (m17n-db)
[inputs]: Move gettext-minimal to ...
[native-inputs]: ... here.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-17 18:33:38 +08:00
Peter Polidoro
00b12c65c4
gnu: kicad: Update to 7.0.1.
...
* gnu/packages/engineering.scm (kicad): Update to 7.0.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-17 11:24:59 +01:00
宋文武
5dd0a6214f
gnu: retroarch: Update to 1.15.0.
...
* gnu/packages/emulators.scm (retroarch): Update to 1.15.0.
[source]: Remove upstreamed patch.
[arguments]<#:phases>: Remove not needed changes for 'true' and 'zlib'.
Remove "--disable-builtinminiupnpc" from configure flags.
Add "--disable-builtinzlib" to configure flags.
[inputs]: Remove miniupnpc, which is not used any more.
* gnu/packages/patches/retroarch-LIBRETRO_DIRECTORY: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2023-03-17 18:19:31 +08:00
Nicolas Goaziou
3893758dac
gnu: emacs-pyim: Update to 5.3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.3.1.
2023-03-17 09:22:50 +01:00
Simon Streit
0c2eef25c5
gnu: emacs-bash-completion: Update to 3.1.1-1.b38f9bc.
...
* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to
3.1.1-1.b38f9bc.
Fix an issue <https://github.com/szermatt/emacs-bash-completion/issues/63 >
where in a new shell completion would break and cancel the whole shell process
with it.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-17 09:22:50 +01:00
conses
156aac1b36
gnu: emacs-helpful: Update to 0.19-1.1c98f6f.
...
* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.19-1.1c98f6f.
[source]: Remove fix-docstring-test.patch.
[propagated-inputs]: Remove EMACS-SHUT-UP.
* gnu/packages/patches/emacs-helpful-fix-docstring-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Apply removal.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-17 09:22:49 +01:00
conses
1b64641955
gnu: Add emacs-srht.
...
* gnu/packages/emacs-xyz.scm (emacs-srht): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-17 09:22:49 +01:00
Nicolas Goaziou
ec2788f077
gnu: Add texlive-onedown.
...
* gnu/packages/tex.scm (texlive-onedown): New variable.
2023-03-17 09:22:49 +01:00
Bruno Victal
c27da3241c
gnu: Add dropwatch.
...
* gnu/packages/networking.scm (dropwatch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-16 23:03:18 +01:00
Ludovic Courtès
8f219e658d
home: services: kodi, znc, ssh-agent: Use 'match-record'.
...
* gnu/home/services/media.scm (home-kodi-services): Use 'match-record'
instead of 'match'.
* gnu/home/services/messaging.scm (home-znc-services): Likewise.
* gnu/home/services/ssh.scm (home-ssh-agent-services): Likewise.
2023-03-16 23:03:17 +01:00
Jonathan Brielmaier
9cb1746467
gnu: icedove: Update to 102.9.0.
...
* gnu/packages/gnuzilla.scm (%icedove-version): Update to 102.9.0.
(%icedove-build-id, thunderbird-comm-l10n): Update accordingly.
2023-03-16 21:40:19 +01:00
Z572
1820dc7ce6
gnu: graphene: Fix cross-compilation.
...
* gnu/packages/gtk.scm (graphene)[arguments]<#:configure-flags>: Use
'disabled' replace 'false' with introspection option.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-16 18:37:01 +00:00
Bruno Victal
3c12e40dca
gnu: guile-lib: Fix description.
...
* gnu/packages/guile-xyz.scm (guile-lib)[description]: Delete garbage characters.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-16 18:37:01 +00:00
Wamm K. D
e97ab7fff7
gnu: Add python-rollbar.
...
* gnu/packages/python-xyz.scm (python-rollbar): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-16 18:37:01 +00:00
Nicolas Goaziou
b79187ab50
gnu: xmoto: Improve package style.
...
* gnu/packages/games.scm (xmoto)[snippet]: Remove trailing #T.
[arguments]: Use G-expressions. Remove trailing #T in phases.
[native-inputs]: Remove labels.
[inputs]: Remove labels.
2023-03-16 18:08:44 +01:00
Ludovic Courtès
c68648a8a5
home: services: znc: Remove host-side use of (shepherd support).
...
This is a followup to 193f547ca3
, which
inadvertently pulled in (shepherd support) on the host side.
* gnu/home/services/messaging.scm (home-znc-services): Change 'command' and
'log-file' to gexps. Add 'modules' field to 'shepherd-service'.
2023-03-16 17:29:03 +01:00
Ludovic Courtès
6afd1fd6bc
home: services: kodi: Remove host-side use of (shepherd support).
...
This is a followup to 70056b1b2b
, which
inadvertently pulled in (shepherd support) on the host side.
* gnu/home/services/media.scm (home-kodi-services): Change 'command' and
'logfile' to gexps. Add 'modules' field to 'shepherd-service'.
2023-03-16 17:23:51 +01:00
Ludovic Courtès
be7e2bf7eb
home: services: ssh-agent: Remove host-side use of (shepherd support).
...
This is a followup to 2c2f382e75
, which
inadvertently pulled in (shepherd support) on the host side.
* gnu/home/services/ssh.scm (<home-ssh-agent-configuration>)[socket-directory]:
Change value to a gexp.
(home-ssh-agent-services): Change 'socket-file' and 'command' to a
gexp. Add 'modules' field to 'shepherd-service'.
* doc/guix.texi (Secure Shell): Adjust accordingly.
2023-03-16 17:09:46 +01:00
Paul A. Patience
b9d891140a
gnu: Add cl-hypergeometrica.
...
* gnu/packages/lisp-xyz.scm (sbcl-hypergeometrica, cl-hypergeometrica):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:30 +01:00
Sharlatan Hellseher
9b2f14a756
gnu: cl-zr-utils: Fix build by disabling tests.
...
* gnu/packages/lisp-xyz.scm (sbcl-zr-utils): Disable tests.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:30 +01:00
Sharlatan Hellseher
bd248fc709
gnu: cl-trial: Update to 1.2.0-2.db4e98e.
...
* gnu/packages/lisp-xyz.scm (sbcl-trial): Update to 1.2.0-2.db4e98e.
[arguments]{asd-systems}: Enable trial-alloy, trial-animation,
trial-assimp, trial-gif, trial-glfw, trial-gltf, trial-jpeg,
trial-notify, tiral-png, trial-sdl2, trial-terragen, trial-tga,
trial-tiff, trial-workbench.
[inputs]: Sort list alphabetically and add sbcl-3d-quaternions,
sbcl-3d-transforms, sbcl-alloy, sbcl-atomics, sbcl-cl-glfw3,
sbcl-cl-gltf, sbcl-classimp, sbcl-dns-client, sbcl-file-notify,
sbcl-glop, sbcl-jzon, sbcl-language-codes, sbcl-promise, sbcl-sdl2,
sbcl-simple-tasks, sbcl-system-locale,
sbcl-trivial-extensible-sequences, sbcl-trivial-main-thread.
Remove sbcl-jsow.
(ecl-trial): Disable this while upstream issue is in review.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
12b2507295
gnu: Add cl-dns-client.
...
* gnu/packages/lisp-xyz.scm (cl-dns-client, ecl-dns-client,
sbcl-dns-client): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
37b70cfece
gnu: Add cl-gltf.
...
* gnu/packages/lisp-xyz.scm (cl-gltf, sbcl-cl-gltf): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
7a218a5b01
gnu: cl-jzon: Fix build by disabling tests on ECL.
...
* gnu/packages/lisp-xyz.scm (ecl-jzon): Disable tests.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
ff37557bc3
gnu: cl-alloy: Update to 0.0.0-3.628974d.
...
* gnu/packages/lisp-xyz.scm (sbcl-alloy): Upate to 0.0.0-3.628974d.
[arguments]{asd-systems}: Sort them alphabetically.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
9b623ba6b2
gnu: cl-3b-bmfont: Update to 0.0.1-3.332c226.
...
* gnu/packages/lisp-xyz.scm (sbcl-3b-bmfont): Upate to 0.0.1-3.332c226.
[arguments]{asd-systems}: Sort them alphabetically.
[inputs]: Remove labels. Add sbcl-parse-number.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
d02badac85
gnu: cl-gamepad: Update to 3.0.0-2.647f6ee.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-gamepad): Update to 3.0.0-2.647f6ee.
[arguments]{phases}: Use search-input-file in patch-evdev-path phase.
[inputs]: Remove labels.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
a79ebed51b
gnu: cl-glsl-toolkit: Update to 1.0.0-2.4c4889e.
...
* gnu/packages/lisp-xyz.scm (sbcl-glsl-toolkit): Update to 1.0.0-2.4c4889e.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
8db1fe3f9f
gnu: cl-pathname-utils: Update to 1.1.0-2.13189c0.
...
* gnu/packages/lisp-xyz.scm (sbcl-pathname-utils): Update to 1.1.0-2.13189c0.
[inputs]: Add sbcl-trivial-features.
(ecl-pathname-utils): Disable tests.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
c2f1ebc770
gnu: cl-parachute: Update to 1.5.0-1.bd072b0.
...
* gnu/packages/lisp-check.scm (sbcl-parachute): Update to 1.5.0-1.bd072b0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
4ec1589a43
gnu: Add cl-promise.
...
* gnu/packages/lisp-xyz.scm (cl-promise, ecl-promise, sbcl-promise): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
df6edddc5c
gnu: Add cl-trivial-extensible-sequences.
...
* gnu/packages/lisp-xyz.scm (cl-trivial-extensible-sequences,
sbcl-trivial-extensible-sequences): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
92db5a79db
gnu: Add cl-3d-transforms.
...
* gnu/packages/lisp-xyz.scm (cl-3d-transforms, sbcl-3d-transforms): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
ff7649d379
gnu: Add cl-3d-quaternions.
...
* gnu/packages/lisp-xyz.scm (cl-3d-quaternions, sbcl-3d-quaternions):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
edfe8554c1
gnu: cl-3d-matrices: Update to 1.0.0-2.b4f5a58.
...
* gnu/packages/lisp-xyz.scm (sbcl-3d-matrices): Update to 1.0.0-2.b4f5a58.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:29 +01:00
Sharlatan Hellseher
2fb2a4c086
gnu: cl-3d-vectors: Update to 3.1.0-2.2579694.
...
* gnu/packages/lisp-xyz.scm (sbcl-3d-vectors): Update to 3.1.0-2.2579694.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-16 15:50:28 +01:00
Jan (janneke) Nieuwenhuizen
70056b1b2b
gnu: home: services: Add home-kodi-service-type.
...
* gnu/home/services/media.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* po/guix/POTFILES.in: Likewise.
* doc/guix.texi (Media Home Services): Document it in new subsection.
2023-03-16 14:33:16 +01:00
Jan (janneke) Nieuwenhuizen
193f547ca3
gnu: home: services: Add home-znc-service-type.
...
* gnu/home/services/messaging.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* po/guix/POTFILES.in: Likewise.
* doc/guix.texi (Messaging Home Services): Document it in new subsection.
2023-03-16 14:32:50 +01:00
Jan (janneke) Nieuwenhuizen
2c2f382e75
gnu: home: services: Add home-ssh-agent-service-type.
...
* gnu/home/services/ssh.scm: (<home-ssh-agent-configuration>): New type.
(home-ssh-agent-services): New procedure.
(home-ssh-agent-service-type): New variable.
* doc/guix.texi (Secure Shell): Document it.
2023-03-16 14:26:34 +01:00
Evgeny Pisemsky
076fa659ef
gnu: cat-avatar-generator: Update to 1-1.9360ea3.
...
* gnu/packages/web.scm (cat-avatar-generator): Update to 1-1.9360ea3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-16 12:37:03 +01:00
Bruno Victal
93918c67c5
services: etc-service: Deprecate etc-service procedure.
...
* gnu/services.scm (etc-service): Deprecate procedure.
* gnu/system.scm (operating-system-etc-service): Replace etc-service
with etc-service-type.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-16 12:37:03 +01:00
conses
837e179e00
home: services: Add home-unclutter-service-type.
...
* gnu/home/services/desktop.scm (home-unclutter-configuration)
(home-unclutter-service-type): New variables;
(home-unclutter-shepherd-service): New procedure;
* doc/guix.texi (Desktop Services): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-16 12:37:03 +01:00
Ludovic Courtès
797461e16c
gnu: nip2: Remove input labels.
...
* gnu/packages/image-processing.scm (nip2)[inputs]: Remove labels.
2023-03-16 12:37:02 +01:00
Björn Höfling
7636c49b45
gnu: openjdk10: Build from hg.
...
* gnu/packages/java.scm (openjdk10)[source]: Use HG-DOWNLOAD.
This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62071 >
for OpenJDK 10.
2023-03-16 09:52:19 +01:00
Björn Höfling
b29954509f
gnu: openjdk9: Build from hg.
...
* gnu/packages/java.scm (openjdk9)[source]: Use HG-DOWNLOAD.
[homepage]: Update.
This fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62071 >
for OpenJDK 9.
2023-03-16 09:52:18 +01:00
Maxim Cournoyer
923d23a23c
gnu: efibootmgr: Update to 18.
...
* gnu/packages/linux.scm (efibootmgr): Update to 18.
[source]: Delete snippet, modules and patches fields.
* gnu/packages/patches/efibootmgr-remove-extra-decl.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
2023-03-15 22:56:10 -04:00
Sharlatan Hellseher
9f3a929828
gnu: thc-ipv6: Update to 3.8.
...
* gnu/packages/networking.scm (thc-ipv6): Update to 3.8.
[source]: Use version tag instead of commit.
[arguments]: Use Gexps.
<make-flags>: Use cc-for-target as it's commented out in Makefile.
<phases>: Combine the phases 'use-source-date-epoch-in-manpages' and
'patch-paths' into a new 'patch-makefile' phase. Simplify 'install-more-docs'
phase.
[inputs]: Add libnetfilter-queue and libnfnetlink.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-15 21:18:43 -04:00
Leo Famulari
fe445aa9f4
gnu: linux-libre 4.14: Update to 4.14.309.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.309.
(linux-libre-4.14-pristine-source): Update hash.
2023-03-15 19:35:19 -04:00
Leo Famulari
fed9db5e72
gnu: linux-libre 4.19: Update to 4.19.277.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.277.
(linux-libre-4.19-pristine-source): Update hash.
2023-03-15 19:35:19 -04:00
Leo Famulari
db08ccedde
gnu: linux-libre 5.4: Update to 5.4.236.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.236.
(linux-libre-5.4-pristine-source): Update hash.
2023-03-15 19:35:18 -04:00
Leo Famulari
8d22cbf3a1
gnu: linux-libre 5.10: Update to 5.10.174.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.174.
(linux-libre-5.10-pristine-source): Update hash.
2023-03-15 19:35:18 -04:00
Leo Famulari
fe8f1317aa
gnu: linux-libre 5.15: Update to 5.15.102.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.102.
(linux-libre-5.15-pristine-source): Update hash.
2023-03-15 19:35:18 -04:00
Leo Famulari
4c5b0d0c15
gnu: linux-libre 6.1: Update to 6.1.19.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.19.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
2023-03-15 19:35:18 -04:00
Leo Famulari
4533e49635
gnu: linux-libre: Update to 6.2.6.
...
* gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.6.
(linux-libre-6.2-pristine-source, deblob-scripts-6.2): Update hashes.
2023-03-15 19:35:12 -04:00
Sharlatan Hellseher
e36a914878
gnu: Add python-poliastro.
...
* gnu/packages/astronomy.scm (python-poliastro): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-16 00:16:07 +01:00
Sharlatan Hellseher
1c0056876c
gnu: python-plotly: Fix version detection.
...
* gnu/packages/graph.scm (python-plotly): Apply new package style.
[arguments]: Add new fix-version phase.
[arguments]{phases}: chdir phase, remove trailing #f from lambda.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-16 00:10:59 +01:00
Sharlatan Hellseher
0689a84271
gnu: Add python-czml3.
...
* gnu/packages/astronomy.scm (python-czml3): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-16 00:10:58 +01:00
Nicolas Goaziou
021bc8567d
gnu: xmoto: Update to 0.6.2.
...
* gnu/packages/games.scm (xmoto): Update to 0.6.2.
[arguments]<#:phases>: Follow SDL2 switch.
[inputs]: Delete LUA-5.1, SDL, SDL-MIXER, SDL-NET and SDL-TTF. Add LUA, SDL2,
SDL2-mixer, SDL2-NET and SDL2-TTF.
2023-03-16 00:10:58 +01:00
Parnikkapore via Guix-patches via
a148da0125
gnu: lagrange: Update to 1.15.4.
...
* gnu/packages/web-browsers.scm (lagrange): Update to 1.15.4.
[native-search-paths]: Add share to XDG_DATA_DIRS.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-16 00:10:58 +01:00
Nicolas Goaziou
04b773ad9b
gnu: emacs-jsonrpc: Update to 1.0.17.
...
* gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.17.
2023-03-16 00:10:57 +01:00
Nicolas Goaziou
c4c67bc888
gnu: emacs-yaml: Update to 0.5.2.
...
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.2.
2023-03-16 00:10:57 +01:00
Nicolas Goaziou
ba4a8b675c
gnu: emacs-zenburn-theme: Update to 2.8.0.
...
* gnu/packages/emacs-xyz.scm (emacs-zenburn-theme): Update to 2.8.0.
2023-03-16 00:10:56 +01:00
Nicolas Goaziou
d8bb82a0c7
gnu: emacs-vertico: Update to 1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 1.2.
2023-03-16 00:10:56 +01:00
Nicolas Goaziou
987e35b3df
gnu: emacs-package-lint: Update to 0.17.
...
* gnu/packages/emacs-xyz.scm (emacs-package-lint): Update to 0.17.
2023-03-16 00:10:56 +01:00
Nicolas Goaziou
b6b8d032c1
gnu: emacs-inspector: Update to 0.28.
...
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.28.
[arguments]<#:phases>: Remove unnecessary phase.
2023-03-16 00:10:55 +01:00
Nicolas Goaziou
c261638e85
gnu: emacs-consult: Update to 0.33.
...
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.33.
2023-03-16 00:10:55 +01:00
Nicolas Goaziou
2232666e19
gnu: emacs-ef-themes: Update to 0.11.0.
...
* gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 0.11.0.
2023-03-16 00:10:55 +01:00
Nicolas Goaziou
9b12dd9dda
gnu: emacs-citar: Run tests.
...
* gnu/packages/emacs-xyz.scm (emacs-citar)[arguments]: Run tests.
2023-03-16 00:10:54 +01:00
Nicolas Goaziou
179eaf02c4
gnu: emacs-citar: Update to 1.2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.2.0.
2023-03-16 00:10:54 +01:00
Nicolas Goaziou
511225c661
gnu: emacs-xref: Update to 1.6.3.
...
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.6.3.
2023-03-16 00:10:53 +01:00
Nicolas Goaziou
858feeb801
gnu: emacs-eglot: Update to 1.13.
...
* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.13.
2023-03-16 00:10:53 +01:00
Nicolas Goaziou
2a3d773cbb
gnu: emacs-subed: Update to 1.2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.0.
2023-03-16 00:10:53 +01:00
Nicolas Graves via Guix-patches via
6cc350ed0d
gnu: emacs-julia-snail: Update propagated-inputs.
...
* gnu/packages/emacs-xyz.scm (emacs-julia-snail)[propagated-inputs]: Add
JULIA-TOKENIZE and JULIA-CSTPARSER.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-16 00:10:52 +01:00
Nicolas Graves via Guix-patches via
6993977548
gnu: Add julia-cstparser.
...
* gnu/packages/julia-xyz.scm (julia-cstparser): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-16 00:10:52 +01:00
Nicolas Graves via Guix-patches via
96801c11c8
gnu: Add julia-tokenize.
...
* gnu/packages/julia-xyz.scm (julia-tokenize): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-16 00:10:51 +01:00
Nicolas Graves via Guix-patches via
834440f65a
gnu: emacs-julia-snail: Update include list.
...
* gnu/packages/emacs-xyz.scm (emacs-julia-snail): Update include list.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-16 00:10:51 +01:00
Rostislav Svoboda
41849eae78
gnu: Add emacs-ac-php.
...
* gnu/packages/emacs-xyz.scm (emacs-ac-php): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-16 00:10:51 +01:00
Rostislav Svoboda
28bf6720e7
gnu: Add emacs-xcscope.
...
* gnu/packages/emacs-xyz.scm (emacs-xcscope): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-16 00:10:50 +01:00
Ricardo Wurmus
4496ff34a3
gnu: Add r-conqur.
...
* gnu/packages/bioinformatics.scm (r-conqur): New variable.
2023-03-15 18:31:23 +01:00
Ricardo Wurmus
8309556cf3
gnu: Add r-cqrreg.
...
* gnu/packages/cran.scm (r-cqrreg): New variable.
2023-03-15 18:25:57 +01:00
Ricardo Wurmus
eb467fe231
gnu: Add r-fastdummies.
...
* gnu/packages/cran.scm (r-fastdummies): New variable.
2023-03-15 18:25:09 +01:00
Ricardo Wurmus
953d808d28
gnu: r-biocthis: Update to 1.8.3.
...
* gnu/packages/bioconductor.scm (r-biocthis): Update to 1.8.3.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
81697789df
gnu: r-chromvar: Update to 1.20.2.
...
* gnu/packages/bioconductor.scm (r-chromvar): Update to 1.20.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
d9f29e0342
gnu: r-fishpond: Update to 2.4.1.
...
* gnu/packages/bioconductor.scm (r-fishpond): Update to 2.4.1.
[propagated-inputs]: Remove r-rcpp.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
0d90a01416
gnu: r-s4vectors: Update to 0.36.2.
...
* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.36.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
400c046942
gnu: r-biocviews: Update to 1.66.3.
...
* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.66.3.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
b21a06353a
gnu: r-bioccheck: Update to 1.34.3.
...
* gnu/packages/bioconductor.scm (r-bioccheck): Update to 1.34.3.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
2731b5a58c
gnu: r-variancepartition: Update to 1.28.7.
...
* gnu/packages/bioconductor.scm (r-variancepartition): Update to 1.28.7.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
5d800ec66b
gnu: r-circrnaprofiler: Update to 1.12.2.
...
* gnu/packages/bioconductor.scm (r-circrnaprofiler): Update to 1.12.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
78fbd6f666
gnu: r-cicero: Update to 1.16.2.
...
* gnu/packages/bioconductor.scm (r-cicero): Update to 1.16.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
20300ca9c1
gnu: r-rsubread: Update to 2.12.3.
...
* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.12.3.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
9ee316a7e4
gnu: r-iclusterplus: Update to 1.34.3.
...
* gnu/packages/bioconductor.scm (r-iclusterplus): Update to 1.34.3.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
01911fa0a4
gnu: r-rbowtie2: Update to 2.4.2.
...
* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 2.4.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
ab6909adf0
gnu: r-motifbreakr: Update to 2.12.3.
...
* gnu/packages/bioconductor.scm (r-motifbreakr): Update to 2.12.3.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
e952be7fb2
gnu: r-clusterexperiment: Update to 2.18.2.
...
* gnu/packages/bioconductor.scm (r-clusterexperiment): Update to 2.18.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
7f7e39b89b
gnu: r-clusterprofiler: Update to 4.6.2.
...
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.6.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
0e1edb67ae
gnu: r-sigpathway: Update to 1.66.2.
...
* gnu/packages/bioconductor.scm (r-sigpathway): Update to 1.66.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
f8c823274d
gnu: r-linnorm: Update to 2.22.2.
...
* gnu/packages/bioconductor.scm (r-linnorm): Update to 2.22.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
969e7f1c4f
gnu: r-glmgampoi: Update to 1.10.2.
...
* gnu/packages/bioconductor.scm (r-glmgampoi): Update to 1.10.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
590897d28f
gnu: r-diffbind: Update to 3.8.4.
...
* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.8.4.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
af9bcbe90f
gnu: r-scmap: Update to 1.20.2.
...
* gnu/packages/bioconductor.scm (r-scmap): Update to 1.20.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
8c8930691c
gnu: r-mutationalpatterns: Update to 3.8.1.
...
* gnu/packages/bioconductor.scm (r-mutationalpatterns): Update to 3.8.1.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
364d9b7c17
gnu: r-muscat: Update to 1.12.1.
...
* gnu/packages/bioconductor.scm (r-muscat): Update to 1.12.1.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
586d2bb696
gnu: r-limma: Update to 3.54.2.
...
* gnu/packages/bioconductor.scm (r-limma): Update to 3.54.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
810a8e5060
gnu: r-lfa: Update to 1.28.2.
...
* gnu/packages/bioconductor.scm (r-lfa): Update to 1.28.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
20b1ef8047
gnu: r-genomicalignments: Update to 1.34.1.
...
* gnu/packages/bioconductor.scm (r-genomicalignments): Update to 1.34.1.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
7f9346c031
gnu: r-annotationdbi: Update to 1.60.2.
...
* gnu/packages/bioconductor.scm (r-annotationdbi): Update to 1.60.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
b9af764895
gnu: r-infercnv: Update to 1.14.2.
...
* gnu/packages/bioconductor.scm (r-infercnv): Update to 1.14.2.
2023-03-15 17:40:42 +01:00
Ricardo Wurmus
b28eff5aec
gnu: r-bandits: Update to 1.14.2.
...
* gnu/packages/bioconductor.scm (r-bandits): Update to 1.14.2.
2023-03-15 17:40:41 +01:00
Ricardo Wurmus
eeece329e8
gnu: r-bambu: Update to 3.0.8.
...
* gnu/packages/bioconductor.scm (r-bambu): Update to 3.0.8.
2023-03-15 17:40:41 +01:00
Ricardo Wurmus
fee92975a2
gnu: r-atena: Update to 1.4.1.
...
* gnu/packages/bioconductor.scm (r-atena): Update to 1.4.1.
[propagated-inputs]: Add r-matrixstats.
2023-03-15 17:40:41 +01:00
Ricardo Wurmus
9df1de70e1
gnu: r-alpsnmr: Update to 4.0.4.
...
* gnu/packages/bioconductor.scm (r-alpsnmr): Update to 4.0.4.
[propagated-inputs]: Add r-cli.
2023-03-15 17:40:41 +01:00
Ricardo Wurmus
accebcfce5
gnu: r-biocpkgtools: Update to 1.16.1.
...
* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.16.1.
[source]: Add snippet to remove bundled minified JavaScript files.
[native-inputs]: Add esbuild, js-bootstrap, js-d3, js-jquery, and
js-underscore.
[arguments]: Add build phase 'process-javascript.
2023-03-15 17:40:41 +01:00
Ricardo Wurmus
db17611dc9
gnu: r-mast: Update to 1.24.1.
...
* gnu/packages/bioconductor.scm (r-mast): Update to 1.24.1.
[source]: Delete minified JavaScript.
[arguments]: Add build phase 'process-javascript.
[native-inputs]: Add esbuild and js-jquery-sticky-kit.
2023-03-15 17:40:38 +01:00
Pierre Neidhardt
cacd7b6768
gnu: sbcl-nclasses: Update to 0.3.0.
...
* gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.3.0.
2023-03-15 17:33:16 +01:00
jgart
8a47949463
gnu: Add sbcl-stumpwm-hostname.
...
* gnu/packages/wm.scm (sbcl-stumpwm-hostname): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-15 15:49:20 +01:00
jgart
2c58713241
gnu: sbcl-mcclim: Update project urls.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim)[source]: Update source url.
[home-page]: Update project home page.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-03-15 15:46:13 +01:00
Vagrant Cascadian
a4f6a8a2cf
gnu: reprotest: Update to 0.7.23.
...
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.23.
[phases] Update adjust-locales.
2023-03-15 15:39:14 +01:00
Vagrant Cascadian
84ce4459f1
gnu: diffoscope: Update to 238.
...
* gnu/packages/diffoscope.scm (diffoscope): Update to 238.
[native-inputs]: Switch from poppler to poppler-next.
2023-03-15 15:39:10 +01:00
Andrew Tropin
201251b1ff
gnu: emacs-org-modern: Update to 0.9.
...
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.9.
2023-03-15 12:22:03 +04:00
Ricardo Wurmus
d37b467631
gnu: r-rhandsontable: Move to (gnu packages cran).
...
* gnu/packages/bioinformatics.scm (r-rhandsontable): Move this variable from
here...
* gnu/packages/cran.scm (r-rhandsontable): ...to here.
2023-03-14 17:58:28 +01:00
Navid Afkhami
204c51cac4
gnu: Add r-premessa.
...
* gnu/packages/bioinformatics.scm (r-premessa): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
2023-03-14 17:58:28 +01:00
Mark H Weaver
4ebc36206b
gnu: icecat: Update to 102.9.0-guix0-preview1 [security fixes].
...
Includes fixes for CVE-2023-25751, CVE-2023-25752, CVE-2023-28162,
CVE-2023-28163, CVE-2023-28164, and CVE-2023-28176.
* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2023-03-14 12:51:20 -04:00
Ricardo Wurmus
27c8ab4bf3
gnu: Add r-rhandsontable.
...
* gnu/packages/bioinformatics.scm (r-rhandsontable): New variable.
Co-authored-by: Navid Afkhami <navid.afkhami@mdc-berlin.de>
2023-03-14 17:48:14 +01:00
Navid Afkhami
633c935e0a
gnu: r-tidyverse: Update to 2.0.0.
...
* gnu/packages/cran.scm (r-tidyverse): Update to 2.0.0.
[propagated-inputs]: Remove r-crayon; add r-conflicted and r-ragg.
2023-03-14 14:15:33 +01:00
Ricardo Wurmus
8fb1edcceb
gnu: pcb-rnd: Update to 3.1.0.
...
* gnu/packages/engineering.scm (pcb-rnd): Update to 3.1.0.
[inputs]: Add librnd.
[arguments]: Use gexp; set LIBRND_PREFIX.
2023-03-14 14:15:33 +01:00
Ricardo Wurmus
eacd68aa44
gnu: Add librnd.
...
* gnu/packages/engineering.scm (librnd): New variable.
2023-03-14 14:15:33 +01:00
Ricardo Wurmus
42bb34e21a
gnu: pcb: Remove eudev.
...
* gnu/packages/engineering.scm (pcb)[inputs]: Remove eudev as it is no longer
necessary to add it for mesa.
2023-03-14 14:15:33 +01:00
Ricardo Wurmus
e7dc5681a6
gnu: pcb: Drop input labels.
...
* gnu/packages/engineering.scm (pcb)[inputs, native-inputs]: Remove package
labels.
2023-03-14 14:15:33 +01:00
Ricardo Wurmus
c2ff0e2d13
gnu: pcb: Update to 4.3.0.
...
* gnu/packages/engineering.scm (pcb): Update to 4.3.0.
[arguments]: Remove obsolete build phases.
2023-03-14 14:15:33 +01:00
Ricardo Wurmus
6822730c8d
gnu: pcb: Use gexp.
...
* gnu/packages/engineering.scm (pcb)[arguments]: Use gexp and drop trailing #T
from build phases.
2023-03-14 14:15:33 +01:00
Ricardo Wurmus
c20e80b102
gnu: lepton-eda: Adjust format.
...
* gnu/packages/engineering.scm (lepton-eda): Move arguments above inputs, and
reformat source field.
2023-03-14 14:15:33 +01:00
Ricardo Wurmus
753fb6a54d
gnu: lepton-eda: Use gexp for arguments.
...
* gnu/packages/engineering.scm (lepton-eda)[arguments]: Use gexp.
2023-03-14 14:15:33 +01:00
Ricardo Wurmus
1c5ef6bd3c
gnu: lepton-eda: Drop input labels.
...
* gnu/packages/engineering.scm (lepton-eda)[native-inputs, inputs]: Do not use
redundant package labels.
2023-03-14 14:15:33 +01:00
Christopher Baines
a6009e0bf8
gnu: guix-build-coordinator: Update to 0-73.7c1eedf.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-73.7c1eedf.
2023-03-14 10:36:32 +00:00
Yovan Naumovski
476e1b270e
gnu: mruby: Update to 3.2.0.
...
* gnu/packages/ruby.scm (mruby): Update to 3.2.0.
[arguments]: Remove unnecessary substitutions in the 'disable-broken-tests
phase.
[description]: Update.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-14 10:36:32 +00:00
Bruno Victal
056f743718
gnu: autokey: Update to 0.96.0.
...
* gnu/packages/python-xyz.scm (autokey): Update to 0.96.0.
[source]: Patch tests.
[arguments]: Enable tests. Prefer PATH over substitute* in phase 'fix-paths.
Add phase 'setup-env-vars. Rename 'wrap-autokey-gi to 'wrap-autokey and set PATH.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-pytest-cov and python-pyhamcrest.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-14 10:36:32 +00:00
kiasoc5
3a3231322a
gnu: tesseract-ocr: Update to 5.3.0.
...
* gnu/packages/ocr.scm (tesseract-ocr): Update to 5.3.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-14 10:36:32 +00:00
kiasoc5
17a5d2019a
gnu: gimagereader: Update to 3.4.1.
...
* gnu/packages/ocr.scm (gimagereader): Update to 3.4.1.
[inputs]: Remove quazip-0; add quazip.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-14 10:36:31 +00:00
Hilton Chain
8065e7fff3
gnu: phantomsocks: Update to 0.0.0-20230223180716-34d21f24a9eb.
...
* gnu/packages/networking.scm (phantomsocks): Update to
0.0.0-20230223180716-34d21f24a9eb.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-14 10:36:31 +00:00
Bruno Victal
cf59f6bb3b
gnu: rng-tools: Update to 6.16.
...
* gnu/packages/linux.scm (rng-tools): Update to 6.16.
[arguments]: Disable qrypt.
[inputs]: Add libcap.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-14 10:36:31 +00:00
Bruno Victal
cf111a37f3
gnu: rng-tools: Do not build randstat binary.
...
This trivial binary is rarely useful.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/patches/rng-tools-revert-build-randstat.patch: New file.
* gnu/packages/linux.scm (rng-tools)[origin]: Add patch.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-14 10:36:31 +00:00
Bruno Victal
9baadac2b7
gnu: rng-tools: Rewrite using gexps.
...
* gnu/packages/linux.scm (rng-tools)[arguments]: Rewrite using gexps.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-14 10:36:31 +00:00
Sharlatan Hellseher
79ba6380cf
gnu: splash: Update to 3.7.2.
...
* gnu/packages/astronomy.scm (splash): Update to 3.7.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-14 10:36:31 +00:00
EuAndreh via Guix-patches via
15bab8f1f7
gnu: clipmenu: Improve package style.
...
* gnu/packages/xdisorg.scm (clipmenu)[arguments]: Use g-expressions; remove
trailing #t from phases.
2023-03-14 10:36:31 +00:00
EuAndreh via Guix-patches via
3efd1ce0b5
gnu: clipmenu: Update to 6.2.0.
...
* gnu/packages/xdisorg.scm (clipmenu): Update to 6.2.0.
[arguments]: Install two additional commands.
2023-03-14 10:36:30 +00:00
Felix Lechner
5312d798ac
gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.20211016.
...
Newer releases of this package are available but require newer versions of
Golang, especially around networking.
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to
0.0.20211016.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-13 20:34:36 +00:00
Ale Abdo
f04a523137
gnu: python-graph-tool: Update to 2.46.
...
* gnu/packages/graph.scm (python-graph-tool): Update to 2.46.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-13 20:33:48 +00:00
Amade Nemes
e5cc1fffba
gnu: python-bibtexparser: Update to 1.4.0.
...
* gnu/packages/python-xyz.scm (python-bibtexparser): Update to 1.4.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-03-13 20:32:43 +00:00
Christopher Baines
c2dbcbefe2
gnu: nar-herder: Update to 0-18.659543c.
...
* gnu/packages/package-management.scm (nar-herder): Update to 0-18.659543c.
[source]: Switch to Savannah.
2023-03-13 20:22:42 +00:00
Christopher Baines
53c54020f0
gnu: guix-build-coordinator: Update to 0-72.4d8ee69.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-72.4d8ee69.
[source]: Switch to Savannah.
2023-03-13 20:20:38 +00:00
Sarthak Shah
7b743d4f68
gnu: pumpa: Update upsream URL.
...
Fixes <http://issues.guix.gnu.org/issue/52257 >.
* gnu/packages/pumio.scm (pumpa)[source]: Replace pumpa origin.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-13 15:08:34 +01:00
Paul A. Patience
a80f006285
gnu: Add font-iosevka-ss09.
...
* gnu/packages/fonts.scm (font-iosevka-ss09): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-13 15:08:34 +01:00
Paul A. Patience
83f5c56b67
gnu: Add font-iosevka-ss08.
...
* gnu/packages/fonts.scm (font-iosevka-ss08): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-13 15:08:34 +01:00
Paul A. Patience
8b817bf46e
gnu: font-iosevka: Update to 20.0.0.
...
* gnu/packages/fonts.scm (font-iosevka): Update to 20.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-13 15:08:34 +01:00
Jack Hill
3e7dc94a14
gnu: rnp: Improve package style.
...
* gnu/package/openpgp.scm (rnp)[phases]{fixes}: Rename fixes to patch-tests, use
search-input-file, and remove trailing #t.
{check}: Respect tests?.
[native-inputs]: Remove labels.
[home-page]: Update URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-13 15:08:34 +01:00
Jack Hill
bc65415fb1
gnu: rnp: Update to 0.16.2.
...
* gnu/packages/openpgp.scm (rnp): Update to 0.16.2.
[file-name]: Use git-file-name.
[patches]: Remove.
[arguments]: Disable downloading testing inputs in #:configure-flags.
[phases]{fixes}: Remove functionality that is no longer needed.
[native-inputs]: Replace googletest-source with googletest, remove
python2.
* gnu/packages/patches/rnp-add-version.cmake.patch,
* gnu/packages/patches/rnp-disable-ruby-rnp-tests.patch,
* gnu/packages/patches/rnp-unbundle-googletest.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-13 15:08:33 +01:00
Bruno Victal
0f4a96ccd1
system: Remove redundant gexp-ungexp usage.
...
* gnu/system.scm (os-release): Convert to variable.
(operating-system-etc-service): Remove redundant gexp-ungexps.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-13 15:08:32 +01:00
Bruno Victal
02be907a12
system: Simplify nsswitch binding.
...
* gnu/system.scm (operating-system-etc-service): Simplify nsswitch binding.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-13 15:08:32 +01:00
Andrew Tropin
d4b2f5eace
services: dns: Fix cpe-id default value.
...
* gnu/service/dns.scm: (<dnsmasq-configuration>)[cpe-id]: Change cpe-id
default value to #f instead of #t.
2023-03-13 17:11:08 +04:00
Sergey Trofimov
d1edb26388
services: dns: Extend dnsmasq-configuration.
...
* gnu/service/dns.scm: (<dnsmasq-configuration>)[servers-file]: Add.
(<dnsmasq-configuration>)[tftp-secure?]: Fix typo in parameter name.
* doc/guix.texi: Document (<dnsmasq-configuration>)[servers-file].
Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-03-13 17:06:19 +04:00
Sergey Trofimov
377c8143e7
home: Export home-environment-packages.
...
* gnu/home.scm (home-environment-packages): Export procedure.
Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-03-13 16:41:34 +04:00
Andreas Enge
1ed227d795
gnu: gap: Update to 4.12.2.
...
* gnu/packages/algebra.scm (gap): Update to 4.12.2.
[snippet]: Delete only bundled libraries inside hpcgap instead of the
complete subdirectory. Update package names and add new packages.
[arguments]: Use "make install" and a phase to install packages.
2023-03-12 18:55:26 +01:00
jgart
9584b1daa6
gnu: Update nheko to 0.11.3.
...
* gnu/packages/messaging.scm (nheko): Update to 0.11.3.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-03-12 13:13:24 +01:00
Antero Mejr
831baaf81e
gnu: python-pre-commit: Replace with pre-commit.
...
* gnu/packages/python-xyz.scm (python-pre-commit): Deprecate in favor of
pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:07 +01:00
Antero Mejr
5c976c6b45
gnu: python-sphinxcontrib-apidoc: Remove python-pre-commit.
...
* gnu/packages/sphinx.scm (python-sphinxcontrib-apidoc)[native-inputs]: Remove
python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:07 +01:00
Antero Mejr
dcc3bebfaf
gnu: mdpo: Remove python-pre-commit.
...
* gnu/packages/gettext.scm (mdpo)[native-inputs]: Remove python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:06 +01:00
Antero Mejr
57a94b9eff
gnu: python-pytest-regressions: Remove python-pre-commit.
...
* gnu/packages/check.scm (python-pytest-regressions)[native-inputs]: Remove
python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:06 +01:00
Antero Mejr
72b1fe77b2
gnu: scvelo: Remove python-pre-commit.
...
* gnu/packages/bioinformatics.scm (scvelo)[native-inputs]: Remove
python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:06 +01:00
Antero Mejr
ed59796de5
gnu: python-doubletdetection: Remove python-pre-commit.
...
* gnu/packages/bioinformatics.scm (python-doubletdetection)[native-inputs]:
Remove python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:06 +01:00
Antero Mejr
fb624c919f
gnu: python-minikanren: Remove python-pre-commit.
...
* gnu/packages/python-xyz.scm (python-minikanren)[native-inputs]: Remove
python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:06 +01:00
Antero Mejr
f19ab875ff
gnu: python-apispec-webframeworks: Remove python-pre-commit.
...
* gnu/packages/python-xyz.scm (python-apispec-webframeworks)[native-inputs]:
Remove python-pre-commit.
[native-inputs]: Add python-pyyaml.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:06 +01:00
Antero Mejr
6181cce732
gnu: python-apispec: Remove python-pre-commit.
...
* gnu/packages/python-xyz.scm (python-apispec)[native-inputs]: Remove
python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:06 +01:00
Antero Mejr
2cfb7dbd2f
gnu: python-marshmallow-jsonapi: Remove python-pre-commit.
...
* gnu/packages/python-xyz.scm (python-marshmallow-jsonapi)[native-inputs]:
Remove python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:06 +01:00
Antero Mejr
a83f3a13e6
gnu: python-marshmallow: Remove python-pre-commit.
...
* gnu/packages/python-xyz.scm (python-marshmallow)[native-inputs]: Remove
python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:05 +01:00
Antero Mejr
d456ced2d4
gnu: python-pyjwt: Remove python-pre-commit.
...
* gnu/packages/python-xyz.scm (python-pyjwt)[native-inputs]: Remove
python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:05 +01:00
Antero Mejr
622b92d935
gnu: python-bidict: Remove python-pre-commit.
...
* gnu/packages/python-xyz.scm (python-bidict)[native-inputs]: Remove
python-pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:05 +01:00
Antero Mejr
64d69c3f79
gnu: python-jupytext: Replace python-pre-commit with pre-commit.
...
* gnu/packages/python-xyz.scm (python-jupytext)[native-inputs]: Remove
python-pre-commit.
[native-inputs]: Add pre-commit.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:04:05 +01:00
Antero Mejr
94c898cd9b
gnu: pre-commit: Update to 3.1.1.
...
* gnu/packages/version-control.scm (pre-commit): Update to 3.1.1.
[propagated-inputs]: Remove python-toml.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-03-12 11:03:57 +01:00
Liliana Marie Prikler
b7e34dfca4
gnu: Add scasp.
...
* gnu/packages/maths.scm (scasp): New variable.
2023-03-12 08:53:47 +01:00
Liliana Marie Prikler
adf85671c8
gnu: swi-prolog: Update to 8.5.20.
...
* gnu/packages/prolog.scm (swi-prolog): Update to 8.5.20.
2023-03-12 08:53:46 +01:00
Liliana Marie Prikler
0a6ef96b13
gnu: tracker: Increase timeout multiplier.
...
One test fails due to timeout on CI, but succeeds on a strong enough machine
with little load.
* gnu/packages/gnome.scm (tracker)[#:test-options]: Double timeout multipliers.
2023-03-12 08:46:46 +01:00
Andrew Tropin
7001cc68b6
gnu: emacs-next-pgtk: Inherit from emacs-next-tree-sitter.
...
Inherit pgtk emacs from tree-sitter to have both features available for
wayland users. For more details:
https://yhetil.org/guix-devel/87r0txr99u.fsf@inventati.org/T/#u
* gnu/packages/emacs.scm (emacs-next-pgtk): Inherit from
emacs-next-tree-sitter.
2023-03-12 08:00:22 +04:00
Andrew Tropin
110406dcc3
gnu: emacs-next-tree-sitter: Inherit from emacs-next.
...
Make tree-sitter emacs available without pgtk. It's part of ongoing
iheritance hierarchy update, tree-sitter have less implications than pgtk and
thus it should be placed earlier in inheritance chain. For more details:
https://yhetil.org/guix-devel/87r0txr99u.fsf@inventati.org/T/#u
* gnu/packages/emacs.scm (emacs-next-tree-sitter): Inherit from emacs-next.
2023-03-12 07:53:05 +04:00
Matthew James Kraai
f35519fc34
gnu: doctl: Update to 1.93.1.
...
* gnu/packages/admin.scm (doctl): Update to 1.93.1.
2023-03-12 00:01:53 +01:00
Gabriel Wicki
7ace062f3e
gnu: Add python-scapy.
...
* gnu/packages/python-xyz.scm (python-scapy): New variable.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-03-11 23:18:28 +01:00
Leo Famulari
0e18c5e5bc
gnu: linux-libre: Update to 6.2.
...
* 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 6.2.
2023-03-11 11:36:19 -05:00
Leo Famulari
b36f50682e
gnu: tuxedo-keyboard: Update to 3.1.4.
...
This fixes the build with linux-libre 6.2.
* gnu/packages/linux.scm (tuxedo-keyboard): Update to 3.1.4.
2023-03-11 11:36:19 -05:00
Leo Famulari
9ba649a926
gnu: evdi: Fix build with linux-libre 6.2.
...
* gnu/packages/patches/evdi-fix-build-with-linux-6.2.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (evdi)[source]: Use it.
2023-03-11 11:36:19 -05:00
Leo Famulari
9f04a24211
gnu: librem-ec-acpi-linux-module: Update to 0.9.2.
...
This fixes the build with linux-libre 6.2.
* gnu/packages/linux.scm (librem-ec-acpi-linux-module): Update to 6.2.
2023-03-11 11:36:19 -05:00
aecepoglu
7376424844
gnu: cbqn: Add header files to lib output.
...
* gnu/packages/bqn.scm (cbqn)[arguments]: Add include/bqnffi.h to lib output.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-11 21:38:11 +08:00
Nicolas Goaziou
60a211ec70
gnu: emacs-adoc-mode: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-adoc-mode)[arguments]<#:test-command>: Fix
typo introduced in 8355657777
.
2023-03-10 22:08:20 +01:00
Z572 via Guix-patches via
d6331b471d
gnu: krita: Update to 5.1.5.
...
* gnu/packages/kde.scm (krita): Update to 5.1.5.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-10 21:45:22 +01:00
Bruno Victal
797083fc7f
gnu: rasdaemon: Update to 0.8.0.
...
* gnu/packages/linux.scm (rasdaemon): Update to 0.8.0.
[inputs]: Add pkg-config, libtraceevent.
[arguments]: Rename README.md to README.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-10 21:44:34 +01:00
Petr Hodina
b6a1b61f00
gnu: Add libtraceevent.
...
* gnu/packages/linux.scm (libtraceevent): New variable.
Co-authored-by: Bruno Victal <mirai@makinata.eu>
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-10 21:44:12 +01:00
Bruno Victal
7b4f47f066
gnu: rasdaemon: Refactor package.
...
* gnu/packages/linux.scm (rasdaemon)[arguments]: Remove obsolete patch.
Prefer wrap-program to brittle 'fix-dmidecode-and-modprobe phase.
With commit 9367354a4e57506a7090143e423fa620f86eeed1, rasdaemon no longer
creates /var/lib/rasdaemon at install time.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-10 21:43:20 +01:00
Nikolay Korotkiy
949160f521
gnu: Add kiln.
...
* gnu/packages/web.scm (kiln): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-10 21:36:38 +01:00
Nicolas Goaziou
8186dc2224
gnu: emacs-org-ql: Update to 0.7.
...
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.7.
[arguments]<#:phases>: Remove unnecessary test fix.
2023-03-10 21:11:30 +01:00
Nicolas Goaziou
a08f83ecdc
gnu: emacs-org-journal: Run tests.
...
* gnu/packages/emacs-xyz.scm (emacs-org-journal)[arguments]: Run tests.
2023-03-10 19:04:18 +01:00
Nicolas Goaziou
f0ed0aba98
gnu: emacs-org-journal: Update to 2.2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-org-journal): Update to 2.2.0.
2023-03-10 19:02:28 +01:00
Nicolas Goaziou
77b7f8a228
gnu: emacs-inspector: Update to 0.24.
...
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.24.
[arguments]<#:phases>: Skip a failing test.
2023-03-10 19:00:22 +01:00
Nicolas Goaziou
513b1a1493
gnu: emacs-elisp-refs: Update to 1.5.
...
* gnu/packages/emacs-xyz.scm (emacs-elisp-refs): Update to 1.5.
2023-03-10 18:50:19 +01:00
Nicolas Goaziou
f3f45d1b40
gnu: emacs-buttercup: Update to 1.30.
...
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.30.
2023-03-10 18:48:32 +01:00
Nicolas Goaziou
8355657777
gnu: emacs-adoc-mode: Improve package style.
...
* gnu/packages/emacs-xyz.scm (emacs-adoc-mode)[arguments]: Use G-expressions.
Remove trailing #T from phases.
2023-03-10 18:44:00 +01:00
Nicolas Goaziou
f1d38bfbe8
gnu: emacs-adoc-mode: Update to 0.7.0.
...
* gnu/packages/emacs-xyz.scm (emacs-adoc-mode): Update to 0.7.0.
[arguments]: Fix tests location.
2023-03-10 18:43:09 +01:00
Nicolas Goaziou
d4a8639dbd
gnu: cataclysm-dda: Update to 0.G.
...
* gnu/packages/games.scm (cataclysm-dda): Update to 0.G.
2023-03-10 18:33:16 +01:00
Nicolas Goaziou
ad64874753
gnu: cataclysm-dda: Improve package style.
...
* gnu/packages/games.scm (cataclysm-dda)[arguments]: Use G-expressions.
[native-inputs]: Remove labels. Re-order alphabetically.
2023-03-10 18:33:01 +01:00
Navid Afkhami
f7682c2475
gnu: Add r-hdcytodata.
...
* gnu/packages/bioconductor.scm (r-hdcytodata): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-03-10 17:47:24 +01:00
Antero Mejr
e152e861b8
gnu: Add 9base.
...
* gnu/packages/suckless.scm (9base): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:59 +01:00
Antero Mejr
344a0d2c11
gnu: Add 9yacc.
...
* gnu/packages/suckless.scm (9yacc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:59 +01:00
Antero Mejr
b924d89fce
gnu: Add lib9.
...
* gnu/packages/suckless.scm (lib9): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:59 +01:00
Antero Mejr
8935e41952
gnu: r-mapproj: Correct license field to lpl1.02.
...
* gnu/packages/cran.scm (r-mapproj): Correct license.
[license]: Change to lpl1.02.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:59 +01:00
Bruno Victal
5627c73a9e
services: xorg: Deprecate 'screen-locker-service' procedure.
...
* doc/guix.texi (X Window): Replace 'screen-locker-service' with 'screen-locker-service-type'.
Document <screen-locker-configuration>.
* gnu/services/desktop.scm (desktop-services-for-system): Use screen-locker-service-type.
* gnu/services/xorg.scm: Export accessors for <screen-locker-configuration>.
(<screen-locker>): Rename to ...
(<screen-locker-configuration>): ... this.
(<screen-locker-configuration>)[empty?]: Rename to ...
(<screen-locker-configuration>)[allow-empty-password?]: ... this.
(screen-locker-pam-services): Update record name.
(screen-locker-setuid-programs): Update accessor name.
(screen-locker-service): Deprecate procedure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:58 +01:00
Bruno Victal
1a6f230dd3
services: connman: Set service canonical-name to connman.
...
* gnu/services/networking.scm (connman-shepherd-service): Make 'networking a
virtual service and set 'connman as its canonical name.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:58 +01:00
Bruno Victal
c122fe37d5
services: network-manager: Set service canonical-name to NetworkManager.
...
According to the semantics in [1], 'networking should be a "virtual service"
and NetworkManager its canonical-name. This does not influence
existing services and they should continue to use the 'networking symbol.
One visible change is that 'herd status' doesn't show 'networking' anymore,
instead listing 'NetworkManager' in its place but both symbols are can be used
to start and stop the same service.
Note: Though the symbol NetworkManager doesn't really conform with the overall kebab-case
used throughout Guix, this is intentional as we really want to make it clear that
that the symbol NetworkManager really refers to the software called NetworkManager,
since it's a canonical name here. (rather than risk misleading the user to interpret
the symbol network-manager as a symbol for some unspecific network management software)
[1]: https://www.gnu.org/software/shepherd/manual/html_node/Jump-Start.html
* gnu/services/networking.scm (network-manager-shepherd-service): Make 'networking a
virtual service and set 'NetworkManager as its canonical name.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:58 +01:00
Bruno Victal
d04955972e
services: network-manager: Await for NetworkManager to finish starting up.
...
This is similar to its NetworkManager-wait-online.service systemd counterpart,
with the main difference being that we handle it all in 'networking symbol, rather than
introduce a new 'networking-online symbol. (see discussion #47253 )
As a result of this change, with opensmtpd-service-type as an example,
manual 'herd restart smtpd' after system bootups are no longer required
when opensmtpd is configured with a smtpd.conf containing non-loopback interfaces.
(this issue is described in more detail at #60300 )
Fixes <https://issues.guix.gnu.org/60300 >.
* gnu/services/networking.scm (network-manager-shepherd-service): Await for
NetworkManager to finish starting up.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:58 +01:00
Bruno Victal
17c80118fa
services: connman: Deprecate 'iwd?' field.
...
* gnu/services/networking.scm (<connman-configuration>)
[iwd?]: Use helper to warn deprecated field.
(connman-shepherd-service): Make iwd? a local variable independent from
the deprecated field.
* doc/guix.texi (Networking Setup): Remove mention of iwd? field.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:57 +01:00
Bruno Victal
269871d18e
services: connman: Add 'shepherd-requirement' field.
...
* gnu/services/networking.scm (<connman-configuration>)
[shepherd-requirement]: New field.
(connman-shepherd-service): Honor it.
(connman-configuration-shepherd-requirement): Export accessor.
* doc/guix.texi (Networking Setup): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:57 +01:00
Bruno Victal
1545dab1fa
services: connman: Use match-record and export accessors.
...
* gnu/services/networking.scm (connman-shepherd-service): Use match-record.
(connman-configuration-connman, connman-configuration-disable-vpn?)
(connman-configuration-iwd?): Export accessors.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:57 +01:00
Bruno Victal
1e1b3ec012
services: network-manager: Deprecate 'iwd?' field.
...
* gnu/services/networking.scm (warn-iwd?-field-deprecation): New procedure,
helper for deprecated field.
(<network-manager-configuration>)[iwd?]: Use helper to warn deprecated field.
(network-manager-shepherd-service): Make iwd? a local variable independent
from the deprecated field.
* doc/guix.texi (Networking Setup): Remove mention of iwd? field.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:57 +01:00
Bruno Victal
7777d767a4
services: network-manager: Add 'shepherd-requirement' field.
...
Note: This also makes wpa-supplicant an optional requirement.
* gnu/services/networking.scm (<network-manager-configuration>)
[shepherd-requirement]: New field.
(network-manager-shepherd-service): Honor it.
(network-manager-configuration-shepherd-requirement): Export accessor.
* doc/guix.texi (Networking Setup): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-10 14:49:57 +01:00
Efraim Flashner
4f4e4abd3a
gnu: ipxe: Update to 1.21.1-1.9e1f7a3.
...
* gnu/packages/bootloaders.scm (ipxe): Update to 1.21.1-1.9e1f7a3.
[source]: Remove patch.
[arguments]: Add phase to skip 1 i386 firmware file. Move setting
syslinux path from make-flags to phases.
* gnu/packages/patches/ipxe-reproducible-geniso.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2023-03-09 15:10:16 +02:00
Efraim Flashner
e22a6ed8f8
gnu: make-openbios-package: Enable building from aarch64, riscv64.
...
* gnu/packages/firmware.scm (make-openbios-package)[source]: Add patch
to correctly detect aarch64 and riscv64 build hosts.
(openbios-qemu-ppc)[arguments]: Remove aarch64 workaround for #:system.
* gnu/packages/patches/openbios-aarch64-riscv64-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2023-03-09 15:10:16 +02:00
Efraim Flashner
7b1dd1e9ea
gnu: make-openbios-package: Enable setting configure-flags.
...
* gnu/packages/firmware.scm (make-openbios-package)[arguments]: Adjust
custom 'configure phase to apply configure-flags.
2023-03-09 15:10:13 +02:00
Andrew Tropin
070c335a91
gnu: emacs-next-tree-sitter: Inherit from emacs-next-pgtk.
...
Make emacs with tree-sitter work on wayland as well.
* gnu/packages/emacs.scm (emacs-next-tree-sitter): Inherit from
emacs-next-pgtk, remove uneeded native-inputs, add synopsis and description.
[source]: Use inherited patches.
2023-03-09 15:31:10 +04:00
Andrew Tropin
b4c64ddce4
gnu: emacs-next-pgtk: Remove xwidgets support.
...
xwidgets is beefy and buggy, but emacs-next-pgtk is important for wayland
users, so it seems a good idea to remove xwidgets from emacs-next-pgtk. Also,
we have a separate emacs-xwidgets package for those who wants to experiment.
* gnu/packages/emacs.scm (emacs-next-pgtk)[propagated-inputs]: Remove
gsettings-desktop-schemas glib-networking.
[arguments]<#:configure-flags>: Remove --with-xwidgets.
[inputs]: Remove webkitgtk-with-libsoup2.
[home-page]: PGTK is merged to upstream emacs repository now, so inherit
home-page from emacs-next.
2023-03-09 15:31:09 +04:00
Andrew Tropin
a106ee80eb
gnu: Add emacs-cyrillic-dvorak-im.
...
* gnu/packages/emacs-xyz.scm (emacs-cyrillic-dvorak-im): New variable.
2023-03-09 15:31:08 +04:00
Danny Milosavljevic
741b534d16
gnu: fluxbox: Make big cursors work.
...
* gnu/packages/patches/fluxbox-1.3.7-no-dynamic-cursor.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/wm.scm (fluxbox)[source]: Add patch.
[arguments]<#:phases>[force-bootstrap]: New phase.
[native-inputs]: Add autoconf, automake, gnu-gettext.
[inputs]: Add libxcursor.
2023-03-09 11:26:01 +01:00
Nicolas Goaziou
5befcff66e
gnu: tlpui: Update to 1.5.0-6.
...
* gnu/packages/linux.scm (tlpui): Update to 1.5.0-6.
[arguments]<#:phases>: Rename USE-TLP-INPUT into SET-ABSOLUTE-LOCATIONS to
be more accurate. Also add a new phase to skip failing tests.
[inputs]: Add LSBUTILS and PCIUTILS.
2023-03-08 19:09:01 +01:00
Nicolas Goaziou
edce1efe5a
gnu: emacs-ace-jump-helm-line: Fix description.
...
* gnu/packages/emacs-xyz.scm (emacs-ace-jump-helm-line)[description]: Pacify linter.
2023-03-08 19:04:27 +01:00
Nicolas Goaziou
f6d190c0a8
gnu: emacs-afternoon-theme: Use HTTPS home page URI.
...
* gnu/packages/emacs-xyz.scm (emacs-afternoon-theme)[home-page]: Use HTTPS URI.
2023-03-08 19:02:21 +01:00
Rostislav Svoboda
aa9edead1d
gnu: Add emacs-afternoon-theme.
...
* gnu/packages/emacs-xyz.scm (emacs-afternoon-theme): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-08 16:23:21 +01:00
Rostislav Svoboda
fb17abc6c1
gnu: Add emacs-cider-eval-sexp-fu.
...
* gnu/packages/emacs-xyz.scm (emacs-cider-eval-sexp-fu): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-08 16:20:54 +01:00
Rostislav Svoboda
71f315ceae
gnu: Add emacs-ace-jump-helm-line.
...
* gnu/packages/emacs-xyz.scm (emacs-ace-jump-helm-line): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-08 16:15:31 +01:00
Rostislav Svoboda
ca0a4a9dc2
gnu: Add emacs-ac-ispell.
...
* gnu/packages/emacs-xyz.scm (emacs-ac-ispell): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-08 16:13:10 +01:00
Rostislav Svoboda
79a215feda
gnu: Add emacs-cfrs.
...
* gnu/packages/emacs-xyz.scm (emacs-cfrs): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-08 16:10:41 +01:00
Rostislav Svoboda
78ae8c6a40
gnu: Add emacs-font-lock+.
...
* gnu/packages/emacs-xyz.scm (emacs-font-lock+): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-08 16:05:40 +01:00
Nicolas Goaziou
6e4b997cdf
gnu: emacs-terraform-mode: Update to 1.0.0.
...
* gnu/packages/emacs-xyz.scm (emacs-terraform-mode): Update to 1.0.0.
[propagated-inputs]: Add EMACS-DASH.
2023-03-08 15:52:17 +01:00
Nicolas Goaziou
b5b7b43f20
gnu: emacs-shell-command+: Update to 2.4.2.
...
* gnu/packages/emacs-xyz.scm (emacs-shell-command+): Update to 2.4.2.
2023-03-08 15:52:17 +01:00