Efraim Flashner
19fc388d2b
gnu: qutebrowser: Update to 2.5.3.
...
* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.3.
2023-02-28 20:51:33 +02:00
Ricardo Wurmus
04919730ef
gnu: sugar: Add missing import.
...
This is a follow-up to commit 03c5b8933d
.
* gnu/packages/sugar.scm: Add missing import of (gnu packages bash).
2023-02-28 18:32:32 +01:00
Ricardo Wurmus
57180fc7b9
gnu: sugar-toolkit-gtk3: Add bash-minimal to inputs.
...
This is needed due to the use of wrap-program.
* gnu/packages/sugar.scm (sugar-toolkit-gtk3)[inputs]: Add bash-minimal.
2023-02-28 18:19:22 +01:00
Ricardo Wurmus
dc44f8d1ce
gnu: sugar-datastore: Add bash-minimal to inputs.
...
This is needed due to the use of wrap-program.
* gnu/packages/sugar.scm (sugar-datastore)[inputs]: Add bash-minimal.
2023-02-28 18:18:55 +01:00
Ricardo Wurmus
03c5b8933d
gnu: sugar: Add bash-minimal to inputs.
...
This is needed when using wrap-program.
* gnu/packages/sugar.scm (sugar)[inputs]: Add bash-minimal.
2023-02-28 18:18:26 +01:00
Ricardo Wurmus
6118c1e228
services: Add sugar-desktop-service-type.
...
* gnu/services/desktop.scm (sugar-desktop-service-type): New variable.
(sugar-polkit-settings, sugar-desktop-configuration,
make-sugar-desktop-configuration, sugar-desktop-configuration?,
sugar-package): New procedures.
(<sugar-desktop-configuration>): New record.
* doc/guix.texi (Desktop Services): Document it.
2023-02-28 18:12:19 +01:00
Ricardo Wurmus
93fb9cb02f
gnu: Add sugar-browse-activity.
...
* gnu/packages/sugar.scm (sugar-browse-activity): New variable.
2023-02-28 18:07:16 +01:00
Ricardo Wurmus
23a2faf5c9
gnu: sugar-help-activity: Build English HTML.
...
* gnu/packages/sugar.scm (sugar-help-activity)[arguments]: Replace 'build
phase to generate HTML files.
[native-inputs]: Add python-sphinx.
2023-02-28 13:46:54 +01:00
Ricardo Wurmus
b8f6cffb11
gnu: sugar-toolkit-gtk3: Include output directory in GI_TYPELIB_PATH.
...
* gnu/packages/sugar.scm (sugar-toolkit-gtk3)[arguments]: Include package
output directory in search path for GI_TYPELIB_PATH.
2023-02-28 13:46:54 +01:00
Ricardo Wurmus
5e22f8962a
gnu: sugar-typing-turtle-activity: Add setxkbmap to inputs.
...
* gnu/packages/sugar.scm (sugar-typing-turtle-activity)[inputs]: Add
setxkbmap.
[arguments]: Patch invocation of setxkbmap.
2023-02-28 13:46:49 +01:00
Lars-Dominik Braun
3bb2078a12
gnu: ghc-9.2: Increase max-silent-time.
...
Times out on i686 CI, but not locally.
* gnu/packages/haskell.scm (ghc-9.2)[properties]: Add max-silent-time.
2023-02-28 09:29:43 +01:00
Andrew Tropin
a79950af15
gnu: emacs-eat: Update to 0.6.
...
* gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.6.
2023-02-28 06:35:20 +04:00
Andrew Tropin
2369e8b0ac
gnu: emacs-vertico: Generate info from README.org.
...
* gnu/packages/emacs-xyz.scm (emacs-vertico)[arguments]: Migrate to gexps,
generate info from README.org.
2023-02-28 06:35:19 +04:00
Andrew Tropin
eed41fbcdd
gnu: emacs-marginalia: Generate info from README.org.
...
* gnu/packages/emacs-xyz.scm (emacs-marginalia)[native-inputs]: Add texinfo.
[arguments]: Generate info from README.org.
2023-02-28 06:35:18 +04:00
Andrew Tropin
bc3280190b
gnu: emacs-consult: Generate info from README.org.
...
* gnu/packages/emacs-xyz.scm (emacs-consult)[native-inputs]: Add texinfo.
[arguments]: Generate info from README.org.
2023-02-28 06:35:17 +04:00
Andrew Tropin
62e8ba15d7
gnu: emacs-embark: Generate info from README.org.
...
* gnu/packages/emacs-xyz.scm (emacs-embark)[native-inputs]: Add texinfo.
[arguments]: Generate info from README.org.
2023-02-28 06:35:16 +04:00
Andrew Tropin
699936485a
gnu: emacs-cape: Generate info from README.org.
...
* gnu/packages/emacs-xyz.scm (emacs-cape)[native-inputs]: Add texinfo.
[arguments]: Generate info from README.org.
2023-02-28 06:35:15 +04:00
Andrew Tropin
60e03bb5e7
gnu: emacs-corfu: Generate info from README.org.
...
* gnu/packages/emacs-xyz.scm (emacs-corfu)[native-inputs]: Add texinfo.
[arguments]: Migrate to gexps, generate info from README.org.
2023-02-28 06:35:14 +04:00
Olivier Dion
ff5fbcc19b
gnu: Add barectf.
...
* gnu/packages/instrumentation.scm (barectf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27 23:40:44 +01:00
Simon South
a7458a6278
gnu: leptonica: Update to 1.83.1.
...
* gnu/packages/image.scm (leptonica): Update to 1.83.1.
[arguments]<#:phases>: Update file name in "provide-absolute-giflib-reference"
phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27 23:40:44 +01:00
Simon South
fb9124cb04
gnu: leptonica: Use new package style.
...
* gnu/packages/image.scm (leptonica)[inputs]: Remove labels.
[arguments]<#:phases>: Use gexps; use "this-package-input" to locate package
input; do not explicitly return #t from phases.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27 23:40:43 +01:00
Hilton Chain
064d331068
gnu: hyfetch: Update to 1.4.7.
...
* gnu/packages/admin.scm (hyfetch): Update to 1.4.7.
* gnu/packages/patches/hyfetch-fix-generator-script-quotation-escaping.patch,
* gnu/packages/patches/hyfetch-remove-old-catchy-os-py.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27 23:40:43 +01:00
Ludovic Courtès
43c36c5c9f
ui: 'display-hint' quotes extra arguments for Texinfo.
...
Fixes <https://issues.guix.gnu.org/61201 >.
Previously, common practice was to splice arbitrary strings (user names,
file names, etc.) into Texinfo snippets passed to 'display-hint'. This
is unsafe in the general case because at signs and braces need to be
escaped to produced valid Texinfo. This commit addresses that.
* guix/ui.scm (texinfo-quote): New procedure.
(display-hint): When ARGUMENTS is non-empty, pass it to 'texinfo-quote'
and call 'format'.
(report-unbound-variable-error, check-module-matches-file)
(display-collision-resolution-hint, run-guix-command): Remove explicit
'format' call; pass 'format' arguments as extra arguments to 'display-hint'.
* gnu/services/monitoring.scm (zabbix-front-end-config): Likewise.
* guix/scripts.scm (warn-about-disk-space): Likewise.
* guix/scripts/build.scm (%standard-cross-build-options)
(%standard-native-build-options): Likewise.
* guix/scripts/describe.scm (display-checkout-info): Likewise.
* guix/scripts/environment.scm (suggest-command-name): Likewise.
* guix/scripts/home.scm (process-command): Likewise.
* guix/scripts/home/edit.scm (service-type-not-found): Likewise.
* guix/scripts/import.scm (guix-import): Likewise.
* guix/scripts/package.scm (display-search-path-hint): Likewise.
* guix/scripts/pull.scm (build-and-install): Likewise.
* guix/scripts/shell.scm (auto-detect-manifest): Likewise.
* guix/scripts/system.scm (check-file-system-availability): Likewise.
(guix-system): Likewise.
* guix/scripts/system/edit.scm (service-type-not-found): Likewise.
* guix/status.scm (print-build-event): Likewise.
2023-02-27 23:40:43 +01:00
Ricardo Wurmus
a31225badb
gnu: sugar-toolkit-gtk3: Propagate missing inputs.
...
* gnu/packages/sugar.scm (sugar-toolkit-gtk3)[propagated-inputs]: Add
telepathy-glib and webkitgtk-with-libsoup2.
2023-02-27 23:19:27 +01:00
Andy Tai
dfcf1d5d6a
gnu: opencl-headers, opencl-clhpp and opencl-icd-loader: Update to 2023.02.06
...
These packages should be updated together.
* gnu/packages/opencl.scm (opencl-clhpp): Update to 2023.02.06.
[arguments]: Add configure flag to disable CTest building that cause errors as
tests are meant to be disabled.
(opencl-headers): Update to 2023.02.06.
(opencl-icd-loader): Update to 2023.02.06.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-27 16:49:11 -05:00
Andy Tai
ac90609644
gnu: parallel: Update to 20230222
...
* gnu/packages/parallel.scm (parallel): Update to 20230222
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-27 16:49:07 -05:00
Ricardo Wurmus
4db367f8ae
gnu: Add r-msa.
...
* gnu/packages/bioconductor.scm (r-msa): New variable.
2023-02-27 20:38:14 +01:00
Lars-Dominik Braun
086e426d20
gnu: ghc: Disable failing test on i686
...
Conditionally, so we don’t rebuild GHC on amd64.
* gnu/packages/haskell.scm (ghc-9.2)[arguments]: Conditionally add phase
'skip-T21694-i686.
2023-02-27 19:49:31 +01:00
Tobias Geerinckx-Rice
29a278f65c
gnu: sudo: Update to 1.9.13p2.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.13p2.
2023-02-26 01:00:00 +01:00
Ricardo Wurmus
6b6e05cd23
gnu: Add sugar-typing-turtle-activity.
...
* gnu/packages/sugar.scm (sugar-typing-turtle-activity): New variable.
2023-02-27 16:46:06 +01:00
Ricardo Wurmus
c21a2aa1f7
gnu: Add sugar-help-activity.
...
* gnu/packages/sugar.scm (sugar-help-activity): New variable.
2023-02-27 16:13:45 +01:00
Ricardo Wurmus
20aae9ad31
gnu: sugar: Add missing inputs.
...
* gnu/packages/sugar.scm (sugar)[propagated-inputs]: Add
gsettings-desktop-schemas, telepathy-mission-control, and upower.
2023-02-27 16:13:45 +01:00
Ricardo Wurmus
37049110a3
gnu: sugar: Propagate sugar packages.
...
* gnu/packages/sugar.scm (sugar)[inputs]: Move sugar-artwork and
sugar-datastore from here...
[propagated-inputs]: ...to here.
2023-02-27 16:13:45 +01:00
Ricardo Wurmus
596a4db9f9
gnu: sugar: Patch brightness module.
...
* gnu/packages/sugar.scm (sugar)[arguments]: Fix syntax error; disable
brightness module.
2023-02-27 16:13:45 +01:00
Ricardo Wurmus
f14f2752fc
gnu: sugar-toolkit-gtk3: Add missing inputs.
...
* gnu/packages/sugar.scm (sugar-toolkit-gtk3)[propagated-inputs]: Add
gstreamer and gst-plugins-espeak.
2023-02-27 16:13:44 +01:00
Ricardo Wurmus
c8c0d53faf
gnu: sugar: Patch global location of Sugar activities.
...
* gnu/packages/sugar.scm (sugar)[arguments]: Update build phase
'fix-references to patch activities directory.
2023-02-27 16:13:44 +01:00
Ricardo Wurmus
e0ea8fb1ea
gnu: Add gst-plugins-espeak.
...
* gnu/packages/gstreamer.scm (gst-plugins-espeak): New variable.
2023-02-27 16:13:44 +01:00
Simon South
cf9e0508b2
gnu: hwloc: Skip failing test on non-x86 systems.
...
* gnu/packages/mpi.scm (hwloc-2)[arguments]<#:phases>: Rename
"skip-test-that-requires-/sys" phase to "skip-tests-that-require-/sys" and
expand to skip additional test requiring /sys on non-x86 systems.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27 15:54:10 +01:00
Simon South
be8714b07a
gnu: hwloc: Remove obsolete comments.
...
hwloc 2.x become the default with commit 8ec7ca22d3
, "gnu: hwloc: Default to
2.x.".
* gnu/packages/mpi.scm (hwloc-1): Remove obsolete comment.
(hwloc-2): Remove obsolete comment.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27 15:54:10 +01:00
Bruno Victal
7edf42ddf7
gnu: nvme-cli: Update to 2.3.
...
* gnu/packages/linux.scm (nvme-cli): Update to 2.3.
[build-system]: Switch to meson-build-system.
[arguments]: Remove stages. Build documentation.
[native-inputs]: Add pkg-config.
[inputs]: Add libnvme, json-c and zlib.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27 15:54:10 +01:00
Bruno Victal
7c4c61919c
gnu: Add libnvme.
...
* gnu/packages/linux.scm (libnvme): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27 15:54:10 +01:00
Hilton Chain
5ed49cc42b
gnu: podman: Update to 4.4.1.
...
* gnu/packages/containers.scm (podman): Update to 4.4.1.
[native-inputs]: Replace go to go-1.19.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27 15:54:10 +01:00
Jake Leporte
137390e66c
gnu: Add font-microsoft-cascadia.
...
* gnu/packages/fonts.scm (font-microsoft-cascadia): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27 15:54:10 +01:00
Andrew Whatson
47a14185b1
gnu: Add scheme48-prescheme.
...
* gnu/packages/scheme.scm (scheme48-prescheme): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27 15:54:09 +01:00
Efraim Flashner
2cf07434d8
gnu: dpkg: Update to 1.21.21.
...
* gnu/packages/debian.scm (dpkg): Update to 1.21.21.
2023-02-27 15:29:27 +02:00
Efraim Flashner
5e23071aa9
gnu: debootstrap: Update to 1.0.128.
...
* gnu/packages/debian.scm (debootstrap): Update to 1.0.128.
2023-02-27 15:29:26 +02:00
Efraim Flashner
90188a66b4
gnu: debian-ports-archive-keyring: Update to 2023.02.21.
...
* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to
2023.02.01.
[arguments]: Remove trailing #t from phases.
2023-02-27 15:29:23 +02:00
Sharlatan Hellseher
55054c1235
gnu: Add cl-calm.
...
* gnu/packages/lisp-xyz.scm (cl-calm, ecl-calm, sbcl-calm): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-27 14:13:11 +01:00
Sharlatan Hellseher
a71e455441
gnu: Add cl-cairo2.
...
* gnu/packages/lisp-xyz.scm (cl-cairo2, ecl-cl-cairo2, sbcl-cl-cairo2):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-27 14:02:28 +01:00
Sharlatan Hellseher
ad854e06b4
gnu: Add cl-sdl2-mixer.
...
* gnu/packages/lisp-xyz.scm (cl-sdl2-mixer, ecl-sdl2-mixer,
sbcl-sdl2-mixer): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-27 13:51:23 +01:00
Sharlatan Hellseher
945edb8654
gnu: cl-sdl2: Remove input labels.
...
* gnu/packages/lisp.scm (sbcl-sdl2):
[arguments]{asd-systems}: Add sdl2/examples.
{phases}<fix-path>: Remove trailing #f from lambda, use
search-input-file to link SO library.
[inputs]: Remove labels, add sbcl-cl-opengl.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-27 13:41:32 +01:00
Sharlatan Hellseher
4ca869d151
gnu: cl-sdl2: Update to 0.0.0-2.80410b5.
...
* gnu/packages/lisp-xyz.scm (sbcl-sdl2): Update to 0.0.0-2.80410b5.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-27 13:38:26 +01:00
Christopher Baines
9ae4846c50
gnu: Fix openmpi related packages.
...
This makes these package definitions compatible with the openmpi package which
uses gexps as of f45fc72c28
.
* gnu/packages/mpi.scm (openmpi-c++, java-openmpi,
openmpi-thread-multiple)[arguments]: Use gexps.
2023-02-27 09:34:09 +00:00
Andrew Tropin
17bd024331
gnu: Remove emacs-transient from propagated-inputs.
...
emacs-transient is built into emacs already and not required as an explicit
dependency anymore, but having it in propagated-inputs can break things in
various ways: for example emacs-next have a newer version and automatically
pulling older emacs-transient into profile breaks emoji-insert, or
emacs-docker.
* gnu/packages/emacs-xyz.scm (emacs-piem, emacs-clj-deps-new, emacs-dirvish):
Remove emacs-transient from propagated-inputs.
2023-02-27 07:31:22 +04:00
Ludovic Courtès
81fbf5d71f
gnu: texlive-apa6: Update reference to deprecated package.
...
* gnu/packages/tex.scm (texlive-apa6)[inputs]: Replace
'texlive-generic-xstring' with 'texlive-xstring'.
2023-02-27 01:17:04 +01:00
Ludovic Courtès
3f81ec18e4
gnu: libssh: Fix compilation on GNU/Hurd.
...
* gnu/packages/ssh.scm (libssh)[source]: Add snippet.
2023-02-27 01:16:32 +01:00
Bruno Victal
6bae14f614
gnu: perl-encode: Update to 3.19 [fixes CVE-2021-36770].
...
* gnu/packages/perl.scm (perl-encode): Update to 3.19.
[propagated-inputs]: Remove.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19 01:00:00 +01:00
Timo Wilken
eb87d2c4a0
gnu: Add actionlint.
...
Actionlint is a linter for GitHub Action workflow files.
* gnu/packages/check.scm (actionlint): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-26 14:29:59 -05:00
Timo Wilken
ec8c7370df
gnu: Add go-github-com-robfig-cron-1.2.
...
* gnu/packages/check.scm (go-github-com-robfig-cron-1.2):
New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-26 14:29:59 -05:00
Timo Wilken
1a550c93e5
gnu: Add go-golang.org-x-sync-semaphore.
...
* gnu/packages/golang.scm (go-golang.org-x-sync-semaphore):
New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-26 14:29:59 -05:00
kiasoc5
226103fdd1
gnu: clamav: Update to 0.103.8 [security fixes].
...
Fixes CVE-2023-20032 and CVE-2023-20052.
* gnu/packages/antivirus.scm (clamav): Update to 0.103.8.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-26 12:44:04 -05:00
Vasile Dumitrascu via Guix-patches via
53a739ae5d
gnu: nano: Update to 7.2.
...
* gnu/packages/nano.scm (nano): Update to 7.2.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19 01:00:15 +01:00
Vasile Dumitrascu via Guix-patches via
8d0a8ca1a9
gnu: perl-cgi: Update to 4.55
...
* gnu/packages/web.scm (perl-cgi): Update to 4.55.
[native-inputs]: Remove perl-test-deep.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19 01:00:18 +01:00
Vasile Dumitrascu via Guix-patches via
a52074001f
gnu: mpg123: Update to 1.31.2.
...
* gnu/packages/mp3.scm (mpg123): Update to 1.31.2.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19 01:00:18 +01:00
Vasile Dumitrascu via Guix-patches via
bf9db38291
gnu: simple-scan: Update to 42.5.
...
* gnu/packages/gnome.scm (simple-scan): Update to 42.5.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19 01:00:17 +01:00
Vasile Dumitrascu via Guix-patches via
517740d1dd
gnu: network-manager-applet: Update to 1.30.0.
...
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.30.0.
[inputs]: Remove libnotify.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19 01:00:17 +01:00
Vasile Dumitrascu via Guix-patches via
9928b6c495
gnu: xarchiver: Update to 0.5.4.20.
...
* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.20.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19 01:00:17 +01:00
Vasile Dumitrascu via Guix-patches via
9beaf9ba82
gnu: adwaita-icon-theme: Update to 43.
...
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 43.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19 01:00:16 +01:00
Efraim Flashner
156da54a50
gnu: moe: Update to 1.13.
...
* gnu/packages/moe.scm (moe): Update to 1.13.
2023-02-26 12:45:27 +02:00
Lars-Dominik Braun
2c0537d374
gnu: idris: Adapt to changed haskell-build-system.
...
…which does not support the “static” output any more.
* gnu/packages/idris.scm (idris)[arguments]: Remove phase
restore-libidris_rts.
2023-02-26 10:26:17 +01:00
Lars-Dominik Braun
6188fe2633
gnu: xmobar: Drop Haskell libraries and documentation.
...
* gnu/packages/wm.scm (xmobar)[arguments]: Add
'remove-libraries phase and disable #:haddock?.
2023-02-26 10:26:17 +01:00
Lars-Dominik Braun
169237aae5
gnu: purescript: Drop Haskell libraries and documentation.
...
* gnu/packages/purescript.scm (purescript)[arguments]: Add
'remove-libraries phase and disable #:haddock?.
2023-02-26 10:26:17 +01:00
Lars-Dominik Braun
7996bd3955
gnu: pandoc: Drop Haskell libraries and documentation.
...
* gnu/packages/haskell-xyz.scm (ghc-pandoc): Renamed from pandoc.
(pandoc) [arguments]: Add 'remove-libraries phase and disable #:haddock?.
2023-02-26 10:26:17 +01:00
Lars-Dominik Braun
a38901c01e
gnu: shellcheck: Drop Haskell libraries.
...
* gnu/packages/haskell-apps.scm (shellcheck)[arguments]: Add
'remove-libraries phase.
2023-02-26 10:26:16 +01:00
Lars-Dominik Braun
be398aa2b4
gnu: git-annex: Drop Haskell documentation.
...
* gnu/packages/haskell-apps.scm (git-annex)[arguments]: Disable #:haddock?.
2023-02-26 10:26:16 +01:00
Lars-Dominik Braun
47673272c4
gnu: darcs: Drop Haskell libraries and documentation.
...
* gnu/packages/haskell-apps.scm (darcs)[arguments]: Add
'remove-libraries phase and disable #:haddock?.
2023-02-26 10:26:16 +01:00
Lars-Dominik Braun
503998ac7a
gnu: hledger: Drop Haskell libraries and documentation.
...
* gnu/packages/finance.scm (ghc-hledger): New variable.
(hledger): Inherit from ghc-hledger and add 'remove-libraries phase and
disable #:haddock?.
2023-02-26 10:26:16 +01:00
Lars-Dominik Braun
baf9e0a336
gnu: ngless: Drop Haskell libraries and documentation.
...
* gnu/packages/bioinformatics.scm (ngless)[arguments]: Add
'remove-libraries phase and disable #:haddock?.
2023-02-26 10:26:16 +01:00
Lars-Dominik Braun
8a4ee0c113
gnu: ghc-lua: Disable symbol export.
...
This turns on the linker flag -Wl,-E for all libraries depending on it,
resulting in large binaries, because --gc-sections cannot clean exported
symbols.
* gnu/packages/haskell-xyz.scm (ghc-lua)[arguments]: Disable
export-dynamic feature.
2023-02-26 10:26:15 +01:00
Lars-Dominik Braun
7df12c8ca6
gnu: ghc-9.2: Support static linking with glibc < 2.34.
...
* gnu/packages/patches/ghc-9.2-glibc-2.33-link-order.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/haskell.scm (ghc-9.2)[origin]: Use it.
2023-02-26 10:26:15 +01:00
Lars-Dominik Braun
4bb40b098d
build-system: haskell: Drop default "static" output.
...
* guix/build-system/haskell.scm (lower): Pass outputs to lowered bag.
* guix/build/haskell-build-system.scm (install): Remove static library
moving code.
* gnu/packages/haskell-check.scm (ghc-hunit): Remove "static" output.
* gnu/packages/haskell-crypto.scm (ghc-crypto-api-tests): Likewise.
* gnu/packages/haskell-xyz.scm (ghc-case-insensitive): Likewise.
(ghc-cmdargs): Likewise.
(ghc-conduit): Likewise.
(ghc-fgl): Likewise.
(ghc-haskell-src-exts): Likewise.
(ghc-lib-parser): Likewise.
(ghc-mono-traversable): Likewise.
(ghc-parallel): Likewise.
(ghc-paths): Likewise.
(ghc-profunctors): Likewise.
(ghc-tf-random): Likewise.
(ghc-vector): Likewise.
2023-02-26 10:26:15 +01:00
Lars-Dominik Braun
ebea18357b
gnu: elm: Support GHC 9.2.
...
* gnu/packages/elm.scm (elm-sans-reactor)[source]: Add patch to support GHC 9.2.
* gnu/packages/patches/elm-ghc9.2.patch: This one.
* gnu/local.mk: Add it.
2023-02-26 10:26:15 +01:00
Lars-Dominik Braun
92caedb60c
gnu: idris: Fix overly zealous regular expression.
...
* gnu/packages/idris.scm (idris)[arguments]: Limit characters matched
after package name in cabal file substitutions.
2023-02-26 10:26:15 +01:00
Lars-Dominik Braun
7d60b97a6f
gnu: ghc-parsec: Update to 3.1.15.0.
...
Missed by automation.
* gnu/packages/haskell-xyz.scm (ghc-parsec)[version]: Update to 3.1.15.0.
[native-inputs]: Switch from HUnit to tasty.
2023-02-26 10:26:15 +01:00
Lars-Dominik Braun
9ce5ec5397
gnu: Remove unused Haskell packages.
...
* gnu/packages/haskell-xyz.scm (ghc-attoparsec-bootstrap): Remove variable.
(ghc-integer-logarithms-bootstrap): Likewise.
(ghc-scientific-bootstrap): Likewise.
(ghc-wcwidth-bootstrap): Likewise.
(ghc-optparse-applicative-0.15.1.0): Likewise.
2023-02-26 10:26:14 +01:00
Lars-Dominik Braun
d603946d38
gnu: ghc-9.2: Increase make verbosity.
...
Tests time out on ci.guix.gnu.org.
* gnu/packages/haskell.scm (ghc-9.2)[arguments]: Modify #:make-flags.
2023-02-26 10:26:14 +01:00
Lars-Dominik Braun
49a320aaa6
Upgrade Haskell packages.
...
Script-aided bulk change.
2023-02-26 10:26:07 +01:00
Lars-Dominik Braun
890a181ed1
gnu: Use HACKAGE-URI for packages from Hackage.
...
Script-aided bulk change.
2023-02-26 10:20:14 +01:00
Lars-Dominik Braun
cad6aa8082
gnu: Add upstream-name property to Haskell packages.
...
Script-aided bulk change.
2023-02-26 10:20:11 +01:00
Lars-Dominik Braun
f220509643
gnu: Switch default to GHC 9.2.
...
* gnu/packages/haskell.scm (ghc-9.0): Rename to just “ghc”.
(ghc-9.2): Ditto.
(ghc): Use ghc-9.2.
2023-02-26 10:19:35 +01:00
Leo Famulari
c08e9599ef
gnu: linux-libre 4.14: Update to 4.14.307.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.307.
(linux-libre-4.14-pristine-source): Update hash.
2023-02-26 04:06:39 -05:00
Leo Famulari
84377ee736
gnu: linux-libre 4.19: Update to 4.19.274.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.274.
(linux-libre-4.19-pristine-source): Update hash.
2023-02-26 04:06:38 -05:00
Leo Famulari
c2f9ae0bf9
gnu: linux-libre 5.4: Update to 5.4.233.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.233.
(linux-libre-5.4-pristine-source): Update hash.
2023-02-26 04:06:38 -05:00
Leo Famulari
5d82eecb21
gnu: linux-libre 5.10: Update to 5.10.170.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.170.
(linux-libre-5.10-pristine-source): Update hash.
2023-02-26 04:06:38 -05:00
Leo Famulari
fa8c1044ff
gnu: linux-libre 5.15: Update to 5.15.96.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.96.
(linux-libre-5.15-pristine-source): Update hash.
2023-02-26 04:06:38 -05:00
Leo Famulari
b75969a032
gnu: linux-libre: Update to 6.1.14.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.14.
(linux-libre-6.1-pristine-source): Update hash.
2023-02-26 04:06:32 -05:00
Vagrant Cascadian
128a55ad9f
gnu: libssh: Update to 0.10.4.
...
* gnu/packages/ssh.scm (libssh): Update to 0.10.4.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-02-26 08:52:58 +01:00
Liliana Marie Prikler
525e5be3c5
gnu: xpadneo: Update to 0.9.5.
...
* gnu/packages/linux.scm (xpadneo): Update to 0.9.5.
2023-02-26 08:52:58 +01:00
Liliana Marie Prikler
d529be6abb
gnu: emacs-next: Update to 29.0.60-1.f1f571e.
...
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.60-1.f1f571e.
2023-02-26 08:51:56 +01:00
Liliana Marie Prikler
420cf2bf2a
gnu: Add emacs-next-tree-sitter.
...
* gnu/packages/emacs.scm (emacs-next-tree-sitter): New variable.
(emacs-next): Remove tree sitter support.
2023-02-26 08:51:55 +01:00
Michael Rohleder
a7c7363a82
gnu: gparted: Update to 1.5.0.
...
* gnu/packages/disk.scm (gparted): Update to 1.5.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-25 21:45:34 -05:00
Bruno Victal
9a2cf9ef0a
gnu: ethtool: Update to 6.2.
...
* gnu/packages/networking.scm (ethtool): Update to 6.2.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19 01:00:00 +01:00
Simon Streit
1dac5b2157
gnu: virglrenderer: Update to 0.10.4.
...
* gnu/packages/spice.scm (virglrenderer): Update to 0.10.4.
[source]: Use git-fetch and update URI.
[build-system] Change to meson-build-system.
[inputs]: Remove eudev.
[native-inputs]: Add python.
[home-page]: Update URL.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 15:03:49 -05:00
Maxim Cournoyer
bbc10628b6
gnu: spice-gtk: Adjust the default file name of the ACL helper binary.
...
* gnu/packages/spice.scm (spice-gtk)
[arguments]: Add adjust-default-acl-helper-path phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:55 -05:00
Maxim Cournoyer
e403096b4a
gnu: gnome-boxes: Mention extra configuration requirements.
...
* gnu/packages/gnome.scm (gnome-boxes) [description]: Mention about extending
polkit and setuid services with spice-gtk.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:55 -05:00
Maxim Cournoyer
dd31263eb4
services: gnome-desktop-service-type: Extend setuid-program-service-type.
...
* gnu/services/desktop.scm (gnome-setuid-programs): New variable.
(gnome-desktop-service-type): Extend setuid-program-service-type with it.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:55 -05:00
Maxim Cournoyer
abadd0f81f
services: desktop: Extract a new gnome-package procedure.
...
* gnu/services/desktop.scm (<gnome-desktop-configuration>): Rename gnome
package accessor to gnome-desktop-configuration-gnome, to avoid name conflict.
(gnome-packages): Change first argument from a config object to a the gnome
package used. Rename second argument from package to name. Extract core
logic into...
(gnome-package): ... this.
(gnome-udev-rules, gnome-polkit-settings): Adjust accordingly.
(gnome-desktop-service-type): Likewise.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:54 -05:00
Maxim Cournoyer
acbb112c1b
services: gnome-polkit-settings: Add spice-gtk.
...
* gnu/services/desktop.scm (gnome-polkit-settings): Add spice-gtk to the GNOME
packages providing polkit rules.
(package-direct-input-selector): Allow passing a list corresponding to the
dependency tree, so that non-propagated transitive inputs can be specified.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:54 -05:00
Maxim Cournoyer
a02189e4ca
gnu: gnome-boxes: Update to 43.3.
...
* gnu/packages/gnome.scm (gnome-boxes): Update to 43.3.
[arguments]: Remove configure-flags. Adjust disable-gtk-update-icon-cache
phase.
[inputs]: Replace gtk+ with gtk, libsoup-minimal-2 with libsoup,
webkitgtk-with-libsoup2 with webkitgtk.
[native-inputs]: Replace vala with vala-next.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:54 -05:00
Maxim Cournoyer
542e9060fe
gnu: osinfo-db: Use libsoup 3.
...
* gnu/packages/virtualization.scm (libosinfo) [inputs]: Replace libsoup2 with libsoup.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:54 -05:00
Maxim Cournoyer
27ae83f5f0
gnu: spice-gtk: Enable support for polkit, webdav and others.
...
* gnu/packages/spice.scm (spice-gtk) [arguments]: Add the correct-polkit-dir
and fake-pkexec phases.
[inputs]: Add acl, cyrus-sasl, libcap-ng, polkit and usbutils.
[propagated-inputs]: Add libcacard and phodav.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:54 -05:00
Maxim Cournoyer
9582f49a0c
gnu: phodav: Propagate glib, libsoup and libxml2.
...
* gnu/packages/gnome.scm (phodav) [inputs]: Move libsoup to...
[propagated-inputs]: ... here. Add glib and libxml2.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:53 -05:00
Maxim Cournoyer
5219284621
gnu: usbutils: Update to 015.
...
* gnu/packages/linux.scm (usbutils): Update to 015.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:53 -05:00
Maxim Cournoyer
3b18fbabb6
gnu: spice-vdagent: Update to 0.22.1.
...
* gnu/packages/spice.scm (spice-vdagent): Update to 0.22.1.
[source]: Delete patch.
* gnu/packages/patches/spice-vdagent-glib-2.68.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:53 -05:00
Maxim Cournoyer
0d08e90abc
gnu: spice: Update to 0.15.1.
...
* gnu/packages/spice.scm (spice): Update to 0.15.1.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:53 -05:00
Maxim Cournoyer
5770a6e56b
gnu: libcacard: Remove obsolete configure flags.
...
* gnu/packages/spice.scm (libcacard) [arguments]: Delete field.
[propagated-inputs]: Reword comment.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:53 -05:00
Maxim Cournoyer
7b64e57c4c
gnu: virglrenderer: Update to 0.7.0.
...
* gnu/packages/spice.scm (virglrenderer): Update to 0.7.0. Remove
patch. Re-indent and sort inputs.
* gnu/packages/patches/virglrenderer-CVE-2017-6386.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:52 -05:00
Maxim Cournoyer
0d07629295
gnu: usbredir: Update to 0.13.0.
...
* gnu/packages/spice.scm (usbredir): Update to 0.13.0.
[inputs]: Add glib.
[native-inputs]: Remove autoconf, automake, and libtool.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:52 -05:00
Maxim Cournoyer
c4678cf19b
gnu: spice-protocol: Update to 0.14.4.
...
* gnu/packages/spice.scm (spice-protocol): Update to 0.14.4.
[arguments]: Use gexps.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:52 -05:00
Maxim Cournoyer
2a607b27a2
gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir.
...
* gnu/packages/spice.scm (spice-gtk)
[inputs]: Move libjpeg-turbo, lz4, opus, and usbredir to...
[propagated-inputs]: ... here.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:52 -05:00
Maxim Cournoyer
9f3494fa9c
gnu: spice-gtk: Update to 0.42.
...
* gnu/packages/spice.scm (spice-gtk): Update to 0.42.
[build-system]: Use meson-build-system.
[arguments]: Remove configure-flags.
Rename disable-session-test phase to disable-problematic-tests, and adjust.
Remove the patch-la-files phase.
[native-inputs]: Add python, python-pyparsing and python-six.
[inputs]: Remove python.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:51 -05:00
Maxim Cournoyer
d5fa1203f6
gnu: spice-gtk: Use gexps.
...
* gnu/packages/spice.scm (spice-gtk) [arguments]: Streamline and use gexps.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:51 -05:00
Maxim Cournoyer
da6d173980
gnu: spice-gtk: Remove input labels.
...
* gnu/packages/spice.scm (spice-gtk): Remove input labels.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:51 -05:00
Maxim Cournoyer
f702206a37
gnu: spice-gtk: Fix indentation and normalize field order.
...
* gnu/packages/spice.scm (spice-gtk): Fix indentation. Move and re-order
inputs below arguments.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25 14:46:51 -05:00
Maxim Cournoyer
7b40cb7c6e
gnu: guix: Update to 1.4.0-4.01fd830.
...
* gnu/packages/package-management.scm (guix): Update to 1.4.0-4.01fd830.
2023-02-25 09:24:39 -05:00
Nicolas Goaziou
82fc07363b
gnu: texlive-xstring: Supersed texlive-generic-xstring.
...
* gnu/packages/tex.scm (texlive-xstring): New variable.
(texlive-generic-xstring): Deprecate in favour of the above.
(texlive-minted): Use new name.
2023-02-25 12:27:10 +01:00
Nicolas Goaziou
d03ad1a8b3
gnu: texlive-soul: Supersede texlive-generic-soul.
...
* gnu/packages/tex.scm (texlive-soul): New variable.
(texlive-generic-soul): Deprecate in favour of the above.
2023-02-25 12:27:10 +01:00
Maxim Cournoyer
01fd830f2f
gnu: u-boot-ts7970-q-2g-1000mhz-c: Adjust description.
...
* gnu/packages/bootloaders.scm (u-boot-ts7970-q-2g-1000mhz-c): Adjust the
u-boot.imx file name on the SD card to the default one used by the
'u-boot-ts7970-q-2g-1000mhz-c-bootloader' bootloader.
2023-02-24 23:30:27 -05:00
Sharlatan Hellseher
b12ee1ee5b
gnu: Add python-spherical-geometry.
...
* gnu/packages/astronomy.scm (python-spherical-geometry): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-25 00:00:34 +01:00
conses
3164d48e55
gnu: Add postmarketos-theme.
...
* gnu/packages/gnome-xyz.scm (postmarketos-theme): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-25 00:00:33 +01:00
Ludovic Courtès
d00c2e9c2b
services: console-font, kmscon: Refer to native 'font-gnu-unifont' builds.
...
Fixes a regression introduce in 01334a61c7
that would prevent system cross-compilation (with "guix system image
--target=...") due to 'font-gnu-unifont' depending on 'perl-gd', which
currently cannot be cross-compiled.
* gnu/services/base.scm (%default-console-font, kmscon-service-type):
Refer to 'font-gnu-unifont' with 'ungexp-native'.
2023-02-25 00:00:33 +01:00
Ludovic Courtès
b15658a60e
gnu: guix-icons: Never cross-compile.
...
* gnu/packages/package-management.scm (guix-icons)[arguments]:
Add #:target #f.
2023-02-25 00:00:33 +01:00
Jake Leporte
1c13606a28
gnu: python-paste: Update to 3.5.2.
...
* gnu/packages/python-web.scm (python-paste): Update to 3.5.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-25 00:00:33 +01:00
Ludovic Courtès
ff98a9f75a
gnu: libgc: Define properties for the 'generic-html' updater.
...
* gnu/packages/bdw-gc.scm (libgc)[source]: Add second URL.
[properties]: New field.
2023-02-25 00:00:33 +01:00
Ludovic Courtès
55d5a5edc7
gnu: goffice@0.8: Remove input labels.
...
* gnu/packages/gnome.scm (goffice-0.8)[inputs]: Remove label, use
'modify-inputs'.
2023-02-25 00:00:33 +01:00
Ludovic Courtès
5c4240442c
gnu: perl-gd: Use gexps.
...
This helps cross-compilation: in that case, '%build-inputs' was unbound.
* gnu/packages/gd.scm (perl-gd)[arguments]: Rewrite using gexps.
2023-02-25 00:00:32 +01:00
Ludovic Courtès
279b0122b6
gnu: perl-gd: Remove input labels.
...
* gnu/packages/gd.scm (perl-gd)[inputs]: Remove labels.
2023-02-25 00:00:32 +01:00
Ludovic Courtès
85e55dd90b
gnu: binutils-gold: Remove input label.
...
* gnu/packages/base.scm (binutils-gold)[native-inputs]: Remove label.
2023-02-25 00:00:32 +01:00
Ludovic Courtès
7dbd73a329
gnu: python: Remove input labels.
...
* gnu/packages/python.scm (python-3.9)[native-inputs]: Remove labels.
(python2-minimal)[inputs]: Likewise.
(python-minimal)[inputs]: Likewise.
2023-02-25 00:00:32 +01:00
Simon South
df8b8f0c76
gnu: u-boot-rock64-rk3328: Fix typo that causes boot failure.
...
* gnu/packages/bootloaders.scm (u-boot-rock64-rk3328)[arguments]: Fix typo.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-24 15:44:47 -05:00
Timotej Lazar
5609d7dab9
gnu: qpdfview: Use new package style.
...
* gnu/packages/pdf.scm (qpdfview)[arguments]: Use gexps.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-24 14:38:34 -05:00
Timotej Lazar
5cd3619545
gnu: qpdfview: Update to 0.5.0.
...
* gnu/packages/pdf.scm (qpdfview): Update to 0.5.0.
* gnu/packages/patches/qpdfview-qt515-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-24 14:38:23 -05:00
Guillaume Le Vaillant
ea2fa86f31
Revert "gnu: cl-mcclim: Enable Freetype renderer."
...
This reverts commit 67e4596781
.
This will need more work to work properly.
2023-02-24 17:21:38 +01:00
Guillaume Le Vaillant
67e4596781
gnu: cl-mcclim: Enable Freetype renderer.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim)[arguments]: Add
'enable-freetype-renderer' phase.
2023-02-24 15:50:35 +01:00
Guillaume Le Vaillant
a35226284e
gnu: cl-mcclim: Update to 0.9.7-3.ece91cf.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim): Update to 0.9.7-3.ece91cf.
[inputs]: Add cl-base64 and cl-who.
[arguments]: Remove 'fix-build' phase.
2023-02-24 15:50:35 +01:00
Guillaume Le Vaillant
fb83e06943
gnu: cl-zpb-ttf: Update to 1.0.6.
...
* gnu/packages/lisp-xyz.scm (sbcl-zpb-ttf): Update to 1.0.6.
2023-02-24 15:50:35 +01:00
Guillaume Le Vaillant
5ea9788b58
gnu: cl-slime-swank: Update to 2.28.
...
* gnu/packages/lisp-xyz.scm (sbcl-slime-swank): Update to 2.28.
2023-02-24 15:50:35 +01:00
Guillaume Le Vaillant
7e21652b41
gnu: cl-log4cl: Update to 1.1.4-1.75c4184.
...
* gnu/packages/lisp-xyz.scm (sbcl-log4cl): Update to 1.1.4-1.75c4184.
2023-02-24 15:50:35 +01:00
Guillaume Le Vaillant
da16d56773
gnu: cl-clx: Update to 0.7.5-1.3840045.
...
* gnu/packages/lisp-xyz.scm (sbcl-clx): Update to 0.7.5-1.3840045.
[native-inputs]: Add xorg-server-for-tests.
[arguments]: Add 'prepare-test-environment' phase.
2023-02-24 15:50:35 +01:00
Guillaume Le Vaillant
57a0637414
gnu: cl-pdf: Update to 2.0.0-3.ee904a1.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-pdf): Update to 2.0.0-3.ee904a1.
2023-02-24 15:50:35 +01:00
Guillaume Le Vaillant
e8a7e4ac58
gnu: cl-freetype2: Update to 1.1-1.8bcb232.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-freetype2): Update to 1.1-1.8bcb232.
[inputs]: Remove labels.
2023-02-24 15:50:35 +01:00
Guillaume Le Vaillant
9542ca07d0
gnu: cl-djula: Update to 0.2.0-2.6f14259.
...
* gnu/packages/lisp-xyz.scm (sbcl-djula): Update to 0.2.0-2.6f14259.
2023-02-24 15:50:35 +01:00
Guillaume Le Vaillant
540eca0cf2
gnu: cl-collectors: Update to 1.0-1.748f0a1.
...
* gnu/packages/lisp-xyz.scm (sbcl-collectors): Update to 1.0-1.748f0a1.
2023-02-24 15:50:35 +01:00
Guillaume Le Vaillant
f59aa0916c
gnu: cl-introspect-environment: Update to 0.1-2.8fb20a1.
...
* gnu/packages/lisp-xyz.scm (sbcl-introspect-environment): Update to
0.1-2.8fb20a1.
2023-02-24 15:50:35 +01:00
Guillaume Le Vaillant
37764f213b
gnu: cl-trivial-utf-8: Update to 0.0.0-2.6ca9943.
...
* gnu/packages/lisp-xyz.scm (sbcl-trivial-utf-8): Update to 0.0.0-2.6ca9943.
2023-02-24 15:50:34 +01:00
Guillaume Le Vaillant
3639a25f19
gnu: cl-fast-io: Update to 1.0.0-3.a4c5ad6.
...
* gnu/packages/lisp-xyz.scm (sbcl-fast-io): Update to 1.0.0-3.a4c5ad6.
[arguments]: Enable tests.
2023-02-24 15:50:34 +01:00
Guillaume Le Vaillant
5eea067bd2
gnu: cl-lisp-namespace: Update to 0.1-2.699fccb.
...
* gnu/packages/lisp-xyz.scm (sbcl-lisp-namespace): Update to 0.1-2.699fccb.
2023-02-24 15:50:34 +01:00
Guillaume Le Vaillant
90c24caa42
gnu: cl-let-plus: Update to 0.0.0-2.455e657.
...
* gnu/packages/lisp-xyz.scm (sbcl-let-plus): Update to 0.0.0-2.455e657.
2023-02-24 15:50:34 +01:00
Guillaume Le Vaillant
27ac29ff23
gnu: cl-trivial-indent: Update to 1.0.0-1.f252750.
...
* gnu/packages/lisp-xyz.scm (sbcl-trivial-indent): Update to 1.0.0-1.f252750.
2023-02-24 15:50:34 +01:00
Guillaume Le Vaillant
f3a2e1dee8
gnu: cl-anaphora: Update to 0.9.8.
...
* gnu/packages/lisp-xyz.scm (sbcl-anaphora): Update to 0.9.8.
2023-02-24 15:50:34 +01:00
Guillaume Le Vaillant
156e56df68
gnu: cl-local-time: Update to 1.0.6-3.40169fe.
...
* gnu/packages/lisp-xyz.scm (sbcl-local-time): Update to 1.0.6-3.40169fe.
2023-02-24 15:50:34 +01:00
Guillaume Le Vaillant
133fda953a
gnu: cl-cl+ssl: Update to 0.0.0-5.1e2ffc9.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl): Update to 0.0.0-5.1e2ffc9.
2023-02-24 15:50:34 +01:00
Guillaume Le Vaillant
8397e6e0a9
gnu: cl-named-readtables: Update to 0.9-4.d5ff162.
...
* gnu/packages/lisp-xyz.scm (sbcl-named-readtables): Update to 0.9-4.d5ff162.
[arguments]: Disable tests.
2023-02-24 15:50:34 +01:00
Guillaume Le Vaillant
4f35f85623
gnu: cl-cffi: Remove input labels.
...
* gnu/packages/lisp-xyz.scm (sbcl-cffi)[source]: Fix file name.
[inputs, native-inputs]: Remove labels.
2023-02-24 15:50:34 +01:00
Guillaume Le Vaillant
8facb57205
gnu: cl-usocket: Update to 0.8.5.
...
* gnu/packages/lisp-xyz.scm (sbcl-usocket): Update to 0.8.5.
2023-02-24 15:50:34 +01:00
Guillaume Le Vaillant
70a81fa6f0
gnu: cl-closer-mop: Update to 1.0.0-3.7b86f2a.
...
* gnu/packages/lisp-xyz.scm (sbcl-closer-mop): Update to 1.0.0-3.7b86f2a.
2023-02-24 15:50:34 +01:00
Guillaume Le Vaillant
fb6e7e4c05
gnu: cl-babel: Update to 0.5.0-3.627d6a6.
...
* gnu/packages/lisp-xyz.scm (sbcl-babel): Update to 0.5.0-3.627d6a6.
2023-02-24 15:50:34 +01:00
Nicolas Goaziou
e36ac71551
gnu: Fix texlive-minted build.
...
* gnu/packages/tex.scm (texlive-fancyvrb): New variable.
(texlive-minted): Fix hash.
2023-02-24 12:09:54 +01:00
Nicolas Goaziou
1f221c9fc5
gnu: emacs-suneater-theme: Update to 2.2.1.
...
* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.2.1.
2023-02-24 11:55:14 +01:00
Nicolas Goaziou
699c630946
gnu: emacs-taxy-magit-section: Update to 0.12.2.
...
* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.12.2.
2023-02-24 11:55:13 +01:00
Yovan Naumovski
5957ac3bb3
gnu: Add tofi.
...
* gnu/packages/xdisorg.scm (tofi): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-24 11:55:13 +01:00
conses
4d5ac8dad0
gnu: Add emacs-display-wttr.
...
* gnu/packages/emacs-xyz.scm (emacs-display-wttr): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-24 11:55:13 +01:00
Yovan Naumovski
cb8b758956
gnu: freeciv: Update to 3.0.6.
...
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-24 11:55:12 +01:00
Simon Tournier
8eaef6abaa
gnu: r-tximeta: Update to 1.16.1.
...
* gnu/packages/bioconductor.scm (r-tximeta): Update to 1.16.1.
2023-02-24 08:02:22 +01:00
Simon Tournier
8fcae955db
gnu: r-gviz: Update to 1.42.1.
...
* gnu/packages/bioconductor.scm (r-gviz): Update to 1.42.1.
2023-02-24 08:02:22 +01:00
Simon Tournier
63760dab9c
gnu: r-scran: Update to 1.26.2.
...
* gnu/packages/bioconductor.scm (r-scran): Update to 1.26.2.
2023-02-24 08:02:22 +01:00
Simon Tournier
a95f6f7931
gnu: r-scuttle: Update to 1.8.4.
...
* gnu/packages/bioconductor.scm (r-scuttle): Update to 1.8.4.
2023-02-24 08:02:22 +01:00
Simon Tournier
b36f98b19f
gnu: r-preprocesscore: Update to 1.60.2.
...
* gnu/packages/bioconductor.scm (r-preprocesscore): Update to 1.60.2.
2023-02-24 08:02:22 +01:00
Simon Tournier
7d4a159c78
gnu: r-variancepartition: Update to 1.28.4.
...
* gnu/packages/bioconductor.scm (r-variancepartition): Update to 1.28.4.
2023-02-24 08:02:22 +01:00
Simon Tournier
c8f618c808
gnu: r-biocfilecache: Update to 2.6.1.
...
* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 2.6.1.
2023-02-24 08:02:22 +01:00
Simon Tournier
070274e314
gnu: r-massspecwavelet: Update to 1.64.1.
...
* gnu/packages/bioconductor.scm (r-massspecwavelet): Update to 1.64.1.
2023-02-24 08:02:22 +01:00
Simon Tournier
d635da51ce
gnu: r-lpsymphony: Update to 1.26.3.
...
* gnu/packages/bioconductor.scm (r-lpsymphony): Update to 1.26.3.
2023-02-24 08:02:21 +01:00
Simon Tournier
14038b4df0
gnu: r-dnacopy: Update to 1.72.3.
...
* gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.72.3.
2023-02-24 08:02:21 +01:00
Simon Tournier
2b6c03a34e
gnu: r-interactionset: Update to 1.26.1.
...
* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.26.1.
2023-02-24 08:02:21 +01:00
Simon Tournier
9202c56e84
gnu: r-oligo: Update to 1.62.2.
...
* gnu/packages/bioconductor.scm (r-oligo): Update to 1.62.2.
2023-02-24 08:02:21 +01:00
Simon Tournier
144c07fd4a
gnu: r-variantannotation: Update to 1.44.1.
...
* gnu/packages/bioconductor.scm (r-variantannotation): Update to 1.44.1.
2023-02-24 08:02:21 +01:00
Simon Tournier
962278a621
gnu: r-stringdb: Update to 2.10.1.
...
* gnu/packages/bioconductor.scm (r-stringdb): Update to 2.10.1.
2023-02-24 08:02:21 +01:00
Simon Tournier
9682fd19bf
gnu: r-limma: Update to 3.54.1.
...
* gnu/packages/bioconductor.scm (r-limma): Update to 3.54.1.
2023-02-24 08:02:21 +01:00
Simon Tournier
8fb4758b12
gnu: r-impute: Update to 1.72.3.
...
* gnu/packages/bioconductor.scm (r-impute): Update to 1.72.3.
2023-02-24 08:01:02 +01:00
Simon Tournier
705d024b14
gnu: r-genomicfeatures: Update to 1.50.4.
...
* gnu/packages/bioconductor.scm (r-genomicfeatures): Update to 1.50.4.
2023-02-24 08:01:02 +01:00
Simon Tournier
5b0984393c
gnu: r-genomeinfodb: Update to 1.34.9.
...
* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.34.9.
2023-02-24 08:01:02 +01:00
Simon Tournier
4fd6ea684a
gnu: r-genefilter: Update to 1.80.3.
...
* gnu/packages/bioconductor.scm (r-genefilter): Update to 1.80.3.
2023-02-24 08:01:02 +01:00
Simon Tournier
b38475bef4
gnu: r-edger: Update to 3.40.2.
...
* gnu/packages/bioconductor.scm (r-edger): Update to 3.40.2.
2023-02-24 08:01:02 +01:00
Simon Tournier
3ffaed5044
gnu: r-deseq2: Update to 1.38.3.
...
* gnu/packages/bioconductor.scm (r-deseq2): Update to 1.38.3.
2023-02-24 08:01:02 +01:00
Simon Tournier
d2598f57fb
gnu: r-bsgenome: Update to 1.66.3.
...
* gnu/packages/bioconductor.scm (r-bsgenome): Update to 1.66.3.
2023-02-24 08:01:02 +01:00
Simon Tournier
3f2a917993
gnu: r-annotationforge: Update to 1.40.1.
...
* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.40.1.
2023-02-24 08:01:02 +01:00
Simon Tournier
dd2c4cafdf
gnu: r-cytolib: Update to 2.10.1.
...
* gnu/packages/bioconductor.scm (r-cytolib): Update to 2.10.1.
[propagated-inputs]: Remove r-rcpp, r-rcpparmadillo and r-rcppparallel.
2023-02-24 08:00:58 +01:00
Tobias Geerinckx-Rice
af80906345
gnu: bees: Drop ‘dedupe’ slang.
...
* gnu/packages/file-systems.scm (bees)[synopsis, description]: Write out
‘deduplication’ in full. Expand @acronym in description rather than
synopsis. Drop filler words.
2023-02-19 01:00:06 +01:00
Morgan Smith
4f08551a83
gnu: bees: Update to 0.9.2.
...
* gnu/packages/file-systems.scm (bees): Update to 0.9.2.
[license]: Add two individual licences.
* gnu/packages/patches/bees-beesd-honor-destdir-on-installation.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19 01:00:06 +01:00
Tobias Geerinckx-Rice
1eea158ee5
gnu: homebank: Update to 5.6.2.
...
* gnu/packages/finance.scm (homebank): Update to 5.6.2.
2023-02-19 01:00:02 +01:00
Tobias Geerinckx-Rice
c32f9912e6
gnu: xvfb-run: Update to 21.1.7-1.
...
* gnu/packages/xorg.scm (xvfb-run): Update to 21.1.7-1.
2023-02-19 01:00:01 +01:00
Tobias Geerinckx-Rice
e701f67246
gnu: linux-libre: Consistently provide the drop_monitor module.
...
This is needed by, e.g., <https://github.com/nhorman/dropwatch >.
Build it as a module everywhere for consistency.
* gnu/packages/aux-files/linux-libre/4.14-i686.conf:
Set CONFIG_NET_DROP_MONITOR=m.
* gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/4.19-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/4.19-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.10-arm.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.10-arm64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.10-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.10-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.15-arm.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.15-arm64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.15-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.15-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.4-arm.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.4-arm64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.4-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/6.1-arm.conf: Likewise.
* gnu/packages/aux-files/linux-libre/6.1-arm64.conf: Likewise.
* gnu/packages/aux-files/linux-libre/6.1-i686.conf: Likewise.
* gnu/packages/aux-files/linux-libre/6.1-x86_64.conf: Likewise.
Reported by mirai in #guix.
2023-02-19 01:00:01 +01:00
Tobias Geerinckx-Rice
00d855ae3a
gnu: epson-inkjet-printer-escpr: Update to 1.7.24.
...
* gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.24.
2023-02-19 01:00:01 +01:00
Tobias Geerinckx-Rice
1e6ddceb83
gnu: Use HTTPS package home pages wherever possible.
...
* gnu/packages/accessibility.scm (florence)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (netcat, nmon)[home-page]: Likewise.
* gnu/packages/algebra.scm (mpfrcx, cm, flint, fftw, r-dtt)[home-page]:
Likewise.
* gnu/packages/apr.scm (apr, apr-util)[home-page]: Likewise.
* gnu/packages/aspell.scm (aspell-dict-it)[home-page]: Likewise.
* gnu/packages/astronomy.scm (casacore, sextractor, libnova)
(xplanet)[home-page]: Likewise.
* gnu/packages/audio.scm (libtimidity, alsa-modular-synth, azr3, tao)
(freepats, rakarrack, liblo, libshout-idjc, timidity++, libsbsms)
(libmodplug, libxmp, xmp, sox, drc, gsm, gnaural)
(streamripper)[home-page]: Likewise.
* gnu/packages/authentication.scm (pamtester)[home-page]: Likewise.
* gnu/packages/backup.scm (grsync)[home-page]: Likewise.
* gnu/packages/bioconductor.scm (r-nmf, r-edger, r-limma)
(r-plgem)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (python-biom-format, bowtie, bowtie1)
(bwa, crossmap, java-htsjdk, java-htsjdk-latest, java-picard)
(java-picard-2.10.3, kaiju, proteinortho, rsem, rseqc, seek, samtools)
(snap-aligner, subread, stringtie, r-centipede, prinseq, emboss, phylip)
(libsbml)[home-page]: Likewise.
* gnu/packages/build-tools.scm (tup)[home-page]: Likewise.
* gnu/packages/cdrom.scm (libcddb, cdrdao, cdrtools)
(cd-discid)[home-page]: Likewise.
* gnu/packages/check.scm (cunit, python-nose)
(python-pyhamcrest)[home-page]: Likewise.
* gnu/packages/chemistry.scm (gromacs)[home-page]: Likewise.
* gnu/packages/chez.scm (chez-fmt)[home-page]: Likewise.
* gnu/packages/code.scm (lcov, uncrustify, cscope)[home-page]: Likewise.
* gnu/packages/compression.scm (p7zip)[home-page]: Likewise.
* gnu/packages/cran.scm (r-emdist, r-proj4, r-zoo, r-ggalluvial)
(r-orgmassspecr, r-polychrome, r-partykit, r-rcpp, r-ff, r-emdbook)
(r-fitdistrplus, r-linprog, r-geometry, r-dtw, r-fst, r-rjags)
(r-intergraph, r-qualv, r-labelled, r-survey, r-coin, r-fmsb, r-tm)
(r-corpcor, r-rmpfr, r-spatialextremes, r-longitudinal, r-genenet)
(r-bayesm, r-seqinr, r-mpm, r-text2vec, r-rgdal, r-seewave, r-hdrcde)
(r-shapes, r-anytime, r-stm, r-d3network, r-tam, r-directlabels)
(r-spatstat-utils, r-spatstat-sparse, r-spatstat-data, r-spatstat-geom)
(r-spatstat-core, r-spatstat-linnet, r-spatstat-random, r-spatstat)
(r-rcpptoml, r-mlecens, r-seurat, r-mlearning, r-zooimage)[home-page]:
Likewise.
* gnu/packages/crates-io.scm (rust-nickel-0.11, rust-thrift-0.13)
(rust-trust-dns-https-0.20, rust-trust-dns-native-tls-0.20)
(rust-trust-dns-openssl-0.20, rust-trust-dns-proto-0.20)
(rust-trust-dns-resolver-0.20, rust-trust-dns-rustls-0.20)
(rust-uint-0.9, rust-yaml-rust-0.4)[home-page]: Likewise.
* gnu/packages/crypto.scm (libdecaf, ccrypt)[home-page]: Likewise.
* gnu/packages/curl.scm (curlpp)[home-page]: Likewise.
* gnu/packages/databases.scm (python-pylibmc, unixodbc, wiredtiger)
(libpqxx, mdbtools, virtuoso-ose, libdbi, libdbi-drivers)
(soci)[home-page]: Likewise.
* gnu/packages/debian.scm (apt-mirror)[home-page]: Likewise.
* gnu/packages/debug.scm (remake)[home-page]: Likewise.
* gnu/packages/disk.scm (sdparm, idle3-tools, duc)[home-page]: Likewise.
* gnu/packages/django.scm (python-django-haystack)[home-page]: Likewise.
* gnu/packages/djvu.scm (djvulibre, djview)[home-page]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[home-page]: Likewise.
* gnu/packages/docbook.scm (dblatex, docbook2x)[home-page]: Likewise.
* gnu/packages/documentation.scm (scrollkeeper)[home-page]: Likewise.
* gnu/packages/ebook.scm (liblinebreak)[home-page]: Likewise.
* gnu/packages/electronics.scm (xoscope)[home-page]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-bbdb, emacs-caps-lock, emacs-djvu)
(emacs-pabbrev, emacs-twittering-mode, emacs-filladapt, emacs-rudel)
(emacs-stream, emacspeak, emacs-cc-mode, emacs-eldoc, emacs-jsonrpc)
(emacs-gtk-look, emacs-xclip, emacs-slime-volleyball, emacs-minimap)
(emacs-auto-dictionary-mode, emacs-persist, emacs-shell-command+)
(emacs-map, emacs-xref, emacs-dictionary)[home-page]: Likewise.
* gnu/packages/embedded.scm (sdcc)[home-page]: Likewise.
* gnu/packages/engineering.scm (asco, libngspice, libspnav)
(openctm)[home-page]: Likewise.
* gnu/packages/erlang.scm (erlang-erlware-commons)[home-page]: Likewise.
* gnu/packages/file-systems.scm (jfsutils, curlftpfs)[home-page]:
Likewise.
* gnu/packages/finance.scm (gbonds)[home-page]: Likewise.
* gnu/packages/flashing-tools.scm (dfu-util, srecord)[home-page]:
Likewise.
* gnu/packages/fltk.scm (ntk)[home-page]: Likewise.
* gnu/packages/fonts.scm (font-terminus, font-tex-gyre)
(font-comic-neue)[home-page]: Likewise.
* gnu/packages/fontutils.scm (ttf2pt1, potrace, libspiro)[home-page]:
Likewise.
* gnu/packages/fpga.scm (icestorm, gtkwave, gtkwave)
(python-myhdl)[home-page]: Likewise.
* gnu/packages/freedesktop.scm (libatasmart)[home-page]: Likewise.
* gnu/packages/ftp.scm (weex)[home-page]: Likewise.
* gnu/packages/game-development.scm (dds, python-tmx, sfxr, quesoglc)
(eureka, plib)[home-page]: Likewise.
* gnu/packages/games.scm (abe, alex4, armagetronad, barony)
(foobillard++, golly, ltris, pipewalker, prboom-plus, trigger-rally)
(cmatrix, pinball, pioneers, tennix, chromium-bsu, freeciv, kiki)
(quakespasm, frotz, frotz-dumb-terminal, frotz-sdl, btanks)
(flare-engine, chessx, barrage, cgoban, passage)[home-page]: Likewise.
* gnu/packages/geo.scm (python-geopandas, saga)[home-page]: Likewise.
* gnu/packages/gl.scm (freeglut, gl2ps)[home-page]: Likewise.
* gnu/packages/gnome.scm (cogl, clutter-gtk, clutter-gst, bluefish)
(workrave)[home-page]: Likewise.
* gnu/packages/gnustep.scm (wmnd, wmfire, wmfire)[home-page]: Likewise.
* gnu/packages/graph.scm (mscgen)[home-page]: Likewise.
* gnu/packages/graphics.scm (assimp, alembic, ctl, agg)
(opencsg)[home-page]: Likewise.
* gnu/packages/graphviz.scm (gts)[home-page]: Likewise.
* gnu/packages/gtk.scm (gtkspell3)[home-page]: Likewise.
* gnu/packages/guile-xyz.scm (guile-irregex)[home-page]: Likewise.
* gnu/packages/haskell-apps.scm (cpphs)[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-hunit)[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-http-client-restricted)
(ghc-blaze-html, ghc-happstack-server, ghc-sourcemap)[home-page]:
Likewise.
* gnu/packages/haskell-xyz.scm (ghc-assoc, ghc-cairo, ghc-cborg)
(ghc-csv, ghc-glob, ghc-gtk2hs-buildtools, ghc-hmatrix-gsl-stats)
(ghc-intervalmap, ghc-lens-family-core, ghc-managed, ghc-mountpoints)
(ghc-network-multicast, ghc-optional-args, ghc-regex, ghc-spoon)
(ghc-transformers, ghc-turtle, ghc-utf8-light, ghc-wizards)
(ghc-template-haskell, ghc-boot-th, ghc-binary-orphans)
(ghc-postgresql-simple)[home-page]: Likewise.
* gnu/packages/hexedit.scm (ht, bvi)[home-page]: Likewise.
* gnu/packages/hunspell.scm (hunspell-dict-hu)[home-page]: Likewise.
* gnu/packages/image-processing.scm (mia)[home-page]: Likewise.
* gnu/packages/image-viewers.scm (geeqie, gpicview, luminance-hdr)
(qiv)[home-page]: Likewise.
* gnu/packages/image.scm (libuemf, devil, steghide, optipng, niftilib)
(sng, mtpaint)[home-page]: Likewise.
* gnu/packages/java-xml.scm (java-simple-xml, java-jaxp)
(java-apache-xml-commons-resolver)[home-page]: Likewise.
* gnu/packages/java.scm (java-cisd-base, java-cisd-args4j)
(java-hamcrest-core, java-jsr305, java-eclipse-osgi)
(java-eclipse-equinox-common, java-eclipse-core-jobs)
(java-eclipse-equinox-registry, java-eclipse-equinox-app)
(java-eclipse-equinox-preferences, java-eclipse-core-contenttype)
(java-eclipse-text, java-treelayout, java-aopalliance, java-jeromq)
(java-cdi-api)[home-page]: Likewise.
* gnu/packages/jemalloc.scm (jemalloc-4.5.0)[home-page]: Likewise.
* gnu/packages/julia-xyz.scm (julia-recipespipeline)[home-page]:
Likewise.
* gnu/packages/kde-internet.scm (kget)[home-page]: Likewise.
* gnu/packages/kde-systemtools.scm (dolphin-plugins)
(konsole)[home-page]: Likewise.
* gnu/packages/kodi.scm (fstrcmp)[home-page]: Likewise.
* gnu/packages/language.scm (hime, libchewing)[home-page]: Likewise.
* gnu/packages/lego.scm (nqc)[home-page]: Likewise.
* gnu/packages/lesstif.scm (lesstif)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[home-page]: Likewise.
* gnu/packages/libdaemon.scm (libdaemon)[home-page]: Likewise.
* gnu/packages/libffi.scm (libffi)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (libwpd, libwpg, libwps)[home-page]:
Likewise.
* gnu/packages/libusb.scm (libmtp, gmtp)[home-page]: Likewise.
* gnu/packages/linux.scm (e2fsprogs, extundelete, lsscsi, net-tools)
(kbd, sysfsutils, cpuid, libpfm4)[home-page]: Likewise.
* gnu/packages/lisp-check.scm (sbcl-ptester, sbcl-xlunit)[home-page]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-html-encode, sbcl-py-configparser)
(sbcl-cl-utilities, sbcl-series, sbcl-uffi, sbcl-clsql, sbcl-sycamore)
(sbcl-osicat, sbcl-hu.dwim.common, sbcl-caveman, sbcl-trivial-shell)
(sbcl-trivial-benchmark, sbcl-screamer, sbcl-smug)[home-page]: Likewise.
* gnu/packages/lisp.scm (lush2)[home-page]: Likewise.
* gnu/packages/logging.scm (log4cpp)[home-page]: Likewise.
* gnu/packages/lua.scm (lua-ldoc)[home-page]: Likewise.
* gnu/packages/machine-learning.scm (mcl, openfst, rxcpp)[home-page]:
Likewise.
* gnu/packages/mail.scm (muchsync, procmail, sendmail)
(opensmtpd-filter-dkimsign, crm114)[home-page]: Likewise.
* gnu/packages/man.scm (libpipeline, man-db)[home-page]: Likewise.
* gnu/packages/maths.scm (lapack, scalapack, hdf-eos5, itpp, gmsh)
(metamath, p4est, armadillo, suitesparse, atlas, lpsolve, wcalc, why3)
(frama-c)[home-page]: Likewise.
* gnu/packages/mcrypt.scm (mcrypt, libmcrypt, libmhash)[home-page]:
Likewise.
* gnu/packages/minetest.scm (minetest-advtrains)[home-page]: Likewise.
* gnu/packages/monitoring.scm (python-whisper, python-carbon)
(hostscope)[home-page]: Likewise.
* gnu/packages/mp3.scm (id3lib, libmp3splt, mp3splt, mpg321)
(lame)[home-page]: Likewise.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Likewise.
* gnu/packages/music.scm (aria-maestosa, lingot, setbfree, bristol)
(portmidi, python-pyportmidi, zynaddsubfx, yoshimi, aj-snapshot)
(schismtracker, midicsv, midicsv, qmidiarp, qmidiroute, dssi, tap-lv2)
(shiru-lv2)[home-page]: Likewise.
* gnu/packages/ncurses.scm (stfl)[home-page]: Likewise.
* gnu/packages/networking.scm (lksctp-tools, mbuffer, ifstatus, bird)
(tunctl, traceroute)[home-page]: Likewise.
* gnu/packages/node-xyz.scm (node-mersenne)[home-page]: Likewise.
* gnu/packages/ntp.scm (openntpd)[home-page]: Likewise.
* gnu/packages/ocaml.scm (opam, hevea, ocaml-menhir, ocaml-piqilib)
(ocaml-graph, cubicle)[home-page]: Likewise.
* gnu/packages/opencl.scm (python-pyopencl)[home-page]: Likewise.
* gnu/packages/package-management.scm (xstow, modules)[home-page]:
Likewise.
* gnu/packages/parallel.scm (xjobs)[home-page]: Likewise.
* gnu/packages/pdf.scm (podofo, qpdf, xournal, impressive)[home-page]:
Likewise.
* gnu/packages/perl.scm (perl-math-vecstat, perltidy)[home-page]:
Likewise.
* gnu/packages/photo.scm (libpano13, enblend-enfuse, hugin)[home-page]:
Likewise.
* gnu/packages/plan9.scm (drawterm)[home-page]: Likewise.
* gnu/packages/plotutils.scm (guile-charting, ploticus)[home-page]:
Likewise.
* gnu/packages/popt.scm (argtable, popt)[home-page]: Likewise.
* gnu/packages/profiling.scm (otf2)[home-page]: Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio)[home-page]: Likewise.
* gnu/packages/python-check.scm (python-mypy)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-cssutils)
(python-translationstring)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-diskcache, python-doxyqml)
(python-docutils, python-pexpect, python-importlib-resources)
(python-simplegeneric, python-urwid, python-xlrd, python-xlwt)
(python-pyasn1, python-pythondialog, python-tftpy, python-random2)
(python-arcp, python-pyopengl, python-sortedcollections)
(python-sortedcontainers, python-yapsy, python-pydispatcher)
(python-posix-ipc)[home-page]: Likewise.
* gnu/packages/qt.scm (qwt, libqglviewer, signond)[home-page]: Likewise.
* gnu/packages/radio.scm (unixcw, gnuais)[home-page]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835)[home-page]: Likewise.
* gnu/packages/rdf.scm (clucene, rasqal, redland)[home-page]: Likewise.
* gnu/packages/regex.scm (tre)[home-page]: Likewise.
* gnu/packages/rsync.scm (librsync)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-packnga, ruby-nokogiri, ruby-oj, ruby-ox)
(ruby-sinatra, ruby-citrus, ruby-cbor, ruby-roda)[home-page]: Likewise.
* gnu/packages/scheme.scm (scheme48, tinyscheme)[home-page]: Likewise.
* gnu/packages/screen.scm (dtach)[home-page]: Likewise.
* gnu/packages/scsi.scm (sg3-utils)[home-page]: Likewise.
* gnu/packages/sdl.scm (libmikmod, sdl-pango)[home-page]: Likewise.
* gnu/packages/shellutils.scm (hstr, rig)[home-page]: Likewise.
* gnu/packages/simulation.scm (python-dolfin-adjoint)[home-page]:
Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[home-page]: Likewise.
* gnu/packages/speech.scm (espeak)[home-page]: Likewise.
* gnu/packages/stalonetray.scm (stalonetray)[home-page]: Likewise.
* gnu/packages/statistics.scm (jags, r-mass, r-class, r-lattice)
(r-matrix, r-nnet, r-spatial, r-bit, r-bit64, r-digest, r-xtable)
(python-statsmodels, r-ade4, r-latticeextra, r-rcurl, r-xml, r-mvtnorm)
(r-robustbase, r-minqa, r-fdrtool, java-jdistlib, xlispstat)[home-page]:
Likewise.
* gnu/packages/swig.scm (swig)[home-page]: Likewise.
* gnu/packages/task-management.scm (wtime)[home-page]: Likewise.
* gnu/packages/tcl.scm (itcl, tclxml, tclx)[home-page]: Likewise.
* gnu/packages/terminals.scm (libtermkey, mlterm, libvterm)
(libvterm)[home-page]: Likewise.
* gnu/packages/tex.scm (texlive-lm, texlive-lm-math, texlive-cs)
(texlive-csplain, biber, texmaker)[home-page]: Likewise.
* gnu/packages/text-editors.scm (joe)[home-page]: Likewise.
* gnu/packages/textutils.scm (drm-tools, docx2txt)[home-page]: Likewise.
* gnu/packages/tv.scm (tvtime)[home-page]: Likewise.
* gnu/packages/unicode.scm (libunibreak)[home-page]: Likewise.
* gnu/packages/upnp.scm (libupnp)[home-page]: Likewise.
* gnu/packages/version-control.scm (cvs)[home-page]: Likewise.
* gnu/packages/video.scm (transcode, libquicktime, mjpegtools, aalib)
(liba52, libmpeg2, x265, libdv, dvdauthor, aegisub, pitivi, gavl)
(dvdbackup, guvcview, video-contact-sheet)[home-page]: Likewise.
* gnu/packages/virtualization.scm (bochs)[home-page]: Likewise.
* gnu/packages/w3m.scm (w3m)[home-page]: Likewise.
* gnu/packages/web.scm (qjson, libquvi-scripts, libquvi, quvi)
(tidy-html, htmlcxx)[home-page]: Likewise.
* gnu/packages/wm.scm (evilwm, menumaker)[home-page]: Likewise.
* gnu/packages/wv.scm (wv)[home-page]: Likewise.
* gnu/packages/wxwidgets.scm (wxsvg)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (mtdev, xsel)[home-page]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Likewise.
* gnu/packages/xml.scm (openjade, python-pyxb, xmlstarlet, xmlrpc-c)
(opensp)[home-page]: Likewise.
* gnu/packages/xorg.scm (xf86-video-qxl)[home-page]: Likewise.
2023-02-19 01:00:01 +01:00
Vivien Kraus
3809aa01a1
gnu: gnulib: Allow only one directory name in GNULIB_SRCDIR.
...
* gnu/packages/build-tools.scm (gnulib-checkout) [search-path-specification
GNULIB_SRCDIR]: Set separator to #f.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-23 16:31:37 +01:00
Yovan Naumovski
84c9a94b45
gnu: Add aspell-dict-bg.
...
* gnu/packages/aspell.scm (aspell-dict-bg): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-23 16:31:37 +01:00
Andy Tai
437e858e6c
gnu: lightning: Update to 2.2.1
...
* gnu/packages/assembly.scm (lightning): Update to 2.2.1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-23 16:31:37 +01:00
Ludovic Courtès
35e64a8793
services: hosts: Do not export '%host'.
...
This was not meant to be exported.
* gnu/services/base.scm (%host): Do not export.
* doc/guix.texi (Base Services): Remove mention.
2023-02-23 16:31:36 +01:00
Bruno Victal
c742615b76
system: Do not export local-host-entries.
...
Unlike the deprecated 'local-host-aliases', there's no use for
local-host-entries since it's used to set the default value for
hosts-service-type. Given that this service-type is expected to be
extended, one presumes that when they explicitly override the service
default value they do not have much interest in the 'local-host-entries'
procedure.
* gnu/system.scm: Do not export local-host-entries.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-23 16:31:36 +01:00
Ludovic Courtès
f45fc72c28
gnu: openmpi: Use gexps.
...
* gnu/packages/mpi.scm (openmpi)[arguments]: Use gexps.
2023-02-23 16:31:36 +01:00
Ludovic Courtès
b8d3b9d14b
gnu: psm2: Use gexps.
...
* gnu/packages/linux.scm (psm2)[arguments]: Use gexps.
2023-02-23 16:31:36 +01:00
Ludovic Courtès
96c335574d
gnu: ibutils: Fix compilation.
...
* gnu/packages/fabric-management.scm (ibutils)[arguments]: Add CFLAGS
to #:configure-flags.
2023-02-23 16:31:35 +01:00
Ludovic Courtès
f30946ce13
gnu: ibutils: Use gexps.
...
* gnu/packages/fabric-management.scm (ibutils)[arguments]: Use gexps.
2023-02-23 16:31:35 +01:00
Ludovic Courtès
73c738bc9e
gnu: infiniband-diags: Use gexps.
...
* gnu/packages/fabric-management.scm (infiniband-diags)[arguments]: Use
gexps. Replace reference to '%outputs' with references to #:outputs.
2023-02-23 16:31:35 +01:00
Ludovic Courtès
9b3cc02acb
gnu: ucx: Use gexps.
...
* gnu/packages/fabric-management.scm (ucx): Use gexps.
2023-02-23 16:31:35 +01:00
Ludovic Courtès
b126eae021
gnu: ucx: Mark POWER9 as supported.
...
* gnu/packages/fabric-management.scm (ucx)[supported-systems]: Add
"powerpc64le-linux".
2023-02-23 16:31:35 +01:00
Nicolas Goaziou
92984eb93f
Revert "gnu: texlive-latex-fancyvrb: Add needed propagated-inputs."
...
This reverts commit 7a01586afe
, which causes too
many rebuilds.
2023-02-23 16:20:12 +01:00
Vagrant Cascadian
8b654bf159
gnu: Add staticsite.
...
* gnu/packages/python-xyz.scm (staticsite): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:43 +01:00
Simon Streit
be1d2fb2f7
gnu: Add x11-ssh-askpass.
...
* gnu/packages/ssh.scm (x11-ssh-askpass): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:43 +01:00
Simon Streit
a694ef4802
gnu: mpdris2: Remove input labels and add inputs.
...
* gnu/packages/mpd.scm (mpdris2)[arguments]: Use G-expressions. Remove
trailing #T from phase.
[inputs]: Remove labels. Add BASH-MINIMAL and
PYTHON-MUTAGEN.
[native-inputs]: Remove labels.
[description]: Use complete sentence.
2023-02-23 15:25:43 +01:00
conses
415db66877
gnu: Add emacs-ob-go.
...
* gnu/packages/emacs-xyz.scm (emacs-ob-go): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:42 +01:00
conses
0dd6b56da5
gnu: Add emacs-org-recur.
...
* gnu/packages/emacs-xyz.scm (emacs-org-recur): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:42 +01:00
conses
f629053a84
gnu: Add emacs-calc-currency.
...
* gnu/packages/emacs-xyz.scm (emacs-calc-currency): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:42 +01:00
Demis Balbach
8596f4d3b4
gnu: Add emacs-jsdoc.
...
* gnu/packages/emacs-xyz.scm (emacs-jsdoc): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:41 +01:00
Morgan Smith
adc0e3b485
gnu: Add texlive-minted.
...
* gnu/packages/tex.scm (texlive-minted): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:41 +01:00
Morgan Smith
08e46c3001
gnu: Add texlive-fvextra.
...
* gnu/packages/tex.scm (texlive-fvextra): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:40 +01:00
Morgan Smith
7a01586afe
gnu: texlive-latex-fancyvrb: Add needed propagated-inputs.
...
* gnu/packages/tex.scm (texlive-latex-fancyvrb)[propagated-inputs]: Add
TEXLIVE-LATEX-UPQUOTE.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:40 +01:00
Morgan Smith
1bcf02465c
gnu: texlive-mdframed: Add needed propagated-inputs.
...
* gnu/packages/tex.scm (texlive-mdframed)[propagated-inputs]: Add
texlive-latex-needspace, and texlive-zref.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:40 +01:00
Morgan Smith
fafa3653fd
gnu: texlive-latex-ifplatform: Add needed propagated-inputs.
...
* gnu/packages/tex.scm (texlive-latex-ifplatform)[propagated-inputs]: Add
texlive-catchfile.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:40 +01:00
Morgan Smith
d53e46cabf
gnu: Add texlive-catchfile.
...
* gnu/packages/tex.scm (texlive-catchfile): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-02-23 15:25:39 +01:00
Nicolas Goaziou
83108a60e7
gnu: emacs-modus-themes: Update to 4.1.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 4.1.0.
2023-02-23 15:25:39 +01:00
Nicolas Goaziou
f6ff45f21f
gnu: emacs-xref: Update to 1.6.2.
...
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.6.2.
2023-02-23 15:25:38 +01:00
Nicolas Goaziou
deb902ec2f
gnu: emacs-posframe: Update to 1.4.0.
...
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.4.0.
2023-02-23 15:25:38 +01:00
Leo Famulari
31735e0ccf
gnu: linux-libre 4.14: Update to 4.14.306.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.306.
(linux-libre-4.14-pristine-source): Update hash.
2023-02-22 18:18:50 -05:00
Leo Famulari
d6e718a66f
gnu: linux-libre 4.19: Update to 4.19.273.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.273.
(linux-libre-4.19-pristine-source): Update hash.
2023-02-22 18:18:50 -05:00
Leo Famulari
aa9ab09569
gnu: linux-libre 5.4: Update to 5.4.232.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.232.
(linux-libre-5.4-pristine-source): Update hash.
2023-02-22 18:18:49 -05:00
Leo Famulari
01a6076475
gnu: linux-libre 5.10: Update to 5.10.169.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.169.
(linux-libre-5.10-pristine-source): Update hash.
2023-02-22 18:18:49 -05:00
Leo Famulari
fa55547bea
gnu: linux-libre 5.15: Update to 5.15.95.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.95.
(linux-libre-5.15-pristine-source): Update hash.
2023-02-22 18:18:49 -05:00
Leo Famulari
7557d8da98
gnu: linux-libre 6.1: Update to 6.1.13.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.13.
(linux-libre-6.1-pristine-source): Update hash.
2023-02-22 18:18:34 -05:00
Julien Lepiller
efa091f9f4
gnu: josm: Update to 18646.
...
* gnu/packages/geo.scm (josm): Update to 18646.
2023-02-22 21:42:03 +01:00
Peter Polidoro
9e47a50de8
gnu: kicad: Fix native-search-paths.
...
* gnu/packages/engineering.scm (kicad)[native-search-paths]: Update
environment variables' names for kicad-7.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-22 20:59:58 +01:00
Adam Faiz
454c973197
gnu: gnunet-gtk: Use new style inputs and gexps.
...
* gnu/packages/gnunet.scm (gnunet-gtk)[arguments]: Use new style and gexps.
[inputs]: Use new style.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-22 17:04:14 +01:00
Adam Faiz
5ef168dfb7
gnu: gnunet-gtk: Update to 0.19.0.
...
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.19.0.
[inputs]: Add libsodium.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-22 17:04:14 +01:00
Adam Faiz
6d53351a6d
gnu: gnunet: Update to 0.19.3.
...
* gnu/packages/gnunet.scm (gnunet): Update to 0.19.3.
[source]: Add snippet.
[inputs]: Replace gnurl by curl.
[native-inputs]: Add python-sphinx and python-sphinx-rtd-theme.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-22 17:04:14 +01:00
jgart
0574aa8154
gnu: cl-jzon: Update to 1.0.0.
...
* gnu/packages/lisp-xyz.scm (sbcl-jzon): Update to 1.0.0.
[source]: Use version release instead of commit.
[inputs]: Add sbcl-float-features and sbcl-trivial-gray-streams.
[description]: Fix typo.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-22 17:04:14 +01:00
宋文武
d9368572ab
qtwebengine-5: Enable pulseaudio.
...
Previously it will dlopen libpulse, then fallback to alsa.
See also <https://issues.guix.gnu.org/45280 >.
* gnu/packages/qt.scm (qtwebengine-5)[arguments]: Set link_pulseaudio with gn_args.
2023-02-22 09:38:14 +08:00
Maxim Cournoyer
fbbbc2088c
gnu: opendht: Update to 2.4.12.
...
* gnu/packages/networking.scm (opendht): Update to 2.4.12.
2023-02-21 17:06:55 -05:00
Luis Felipe
b3844dc99b
gnu: Add guile-proba.
...
* gnu/packages/check.scm (guile-proba): New variable.
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
2023-02-21 18:51:11 +01:00
Fredrik Salomonsson
4ab75f7c48
gnu: emacs-suneater-theme: Update to 2.2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.2.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-21 13:41:52 +00:00
LuHui
1461bf96e3
gnu: xfel: Update to 1.2.9.
...
* gnu/packages/admin.scm (xfel): Update to 1.2.9.
[arguments]: Remove udevadm command.
[synopsis,description]: Change D1 computers/devices to just devices as the
capabilities are more general.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-02-21 13:39:41 +00:00