Maxime Devos
5192bead32
gnu: julia-interpolations: Don't ask to run tests when cross-compiling.
...
* gnu/packages/julia-xyz.scm
(julia-interpolations)[arguments]{#:tests?}: When cross-compiling,
set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-30 08:57:56 +02:00
Maxime Devos
55e88a2759
gnu: julia-reversediff: Don't ask to run tests when cross-compiling.
...
* gnu/packages/julia-xyz.scm
(julia-reversediff)[arguments]{#:tests?}: When cross-compiling,
set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-30 08:57:55 +02:00
Maxime Devos
d38a002471
gnu: julia-forwarddiff: Don't ask to run tests when cross-compiling.
...
* gnu/packages/julia-xyz.scm
(julia-forwarddiff)[arguments]{#:tests?}: When cross-compiling,
set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-30 08:57:55 +02:00
Maxime Devos
a282c9844c
gnu: julia-arrayinterface: Don't ask to run tests when cross-compiling.
...
* gnu/packages/julia-xyz.scm
(julia-arrayinterface)[arguments]{#:tests?}: When cross-compiling,
set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-30 08:57:55 +02:00
Maxime Devos
81681f2d4a
gnu: ghc-statistics: Properly enable tests.
...
The comment states there are test failures and hence it is implied that the
intent was to disable tests, not enable them, but tests pass and the code
below enabled tests instead of disabling them.
Remove #:tests? #true to satisfy the tests-true linter.
* gnu/packages/haskell-xyz.scm
(ghc-statistics)[arguments]{#:tests?}: Remove.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-30 08:57:55 +02:00
Mathieu Othacehe
93ed34977e
bootloader: Wrap lines.
...
* gnu/bootloader (<bootloader-configuration>): Wrap lines, no functional
change.
2022-08-30 08:51:12 +02:00
Reza Alizadeh Majd
f126f23b13
bootloader: Add device-tree-support? option.
...
In some specific cases where the device tree file is already loaded in RAM, it
can be preferable that the bootloader does not try to use a device tree from
the Linux kernel tree.
* gnu/bootloader.scm (<bootloader-configuration>)[device-tree-support?]: New field.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Add FDTDIR line
based on <device-tree-support?> field of <bootloader-configuration>.
* doc/guix.texi (Bootloader Configuration)[device-tree-support?]: Add
documentation for the new field.
2022-08-30 08:50:44 +02:00
Tomasz Jeneralczyk
9b8507df11
gnu: Add hydrus-network.
...
* gnu/packages/image-viewers.scm (hydrus-network): Add variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-08-30 00:40:05 +02:00
Tomasz Jeneralczyk
f82a8873d3
gnu: python-cloudscraper: Update to 1.2.60.
...
* gnu/packages/python-web.scm (python-cloudscraper): Update to 1.2.60
[propagated-inputs]: Change python-pyparsing to its mainstream version.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-08-30 00:40:05 +02:00
Tomasz Jeneralczyk
5920196e47
gnu: opencv: Build Python bindings.
...
* gnu/packages/image-processing.scm (opencv)[arguments]: Change variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-30 00:40:05 +02:00
Tomasz Jeneralczyk
619af9f307
gnu: Add python-mpv.
...
* gnu/packages/python-xyz.scm (python-mpv): Add variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-08-30 00:40:05 +02:00
Tomasz Jeneralczyk
e1ea628776
gnu: Add python-xvfbwrapper.
...
* gnu/packages/python-check.scm (python-xvfbwrapper): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-30 00:40:05 +02:00
Tomasz Jeneralczyk
05246c691b
gnu: Add swftools.
...
* gnu/packages/animation.scm (swftools): Add variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-08-30 00:40:04 +02:00
Paul A. Patience
1cf6cb9503
gnu: Add mmg.
...
* gnu/packages/graphics.scm (mmg): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-30 00:40:04 +02:00
Ludovic Courtès
9096bc28a3
services: provenance: Use 'current-channels' to obtain provenance data.
...
Previously, build-time metadata from (guix config) would be ignored when
available--e.g., when running /run/current-system/profile/bin/guix.
This is a followup to 316fc2acbb
.
* gnu/services.scm (provenance-entry): Use 'current-channels' instead of
'current-profile' + 'profile-channels'.
2022-08-30 00:40:04 +02:00
Marius Bakke
eb52b240eb
gnu: Add missing copyright line.
...
This is a follow-up to commit 3e0abde17b
.
* gnu/tests/virtualization.scm: Add copyright header for myself.
2022-08-29 21:21:40 +02:00
Marius Bakke
3e0abde17b
tests: libvirt: Ensure the default network can be started.
...
* gnu/tests/virtualization.scm (run-libvirt-test): Run commands to create and
start the default network.
2022-08-29 21:15:58 +02:00
Lars-Dominik Braun
acbf2f9def
gnu: libvirt: Use absolute dnsmasq.
...
Fixes <https://bugs.gnu.org/57272 >.
Reported by Lars-Dominik Braun <lars@6xq.net>.
* gnu/packages/virtualization.scm (libvirt)[arguments]: Substitute the
absolute dnsmasq file name. Disable one test.
Co-authored-by: Marius Bakke <marius@gnu.org>
2022-08-29 21:15:58 +02:00
gyara
1cf3737093
gnu: rust-regex: Update to 1.6.0 [fixes CVE-2022-24713].
...
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.6.0.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 18:29:35 +02:00
gyara
1063d918b9
gnu: rust-regex-syntax: Update to 0.6.27.
...
* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.27.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 18:29:35 +02:00
Konrad Hinsen
9529384c92
gnu: snakemake-7: Convert dependencies to propagated-inputs
...
* gnu/packages/python-xyz.scm (snakemake-7)[inputs]: Change to ...
[propagated-inputs]: ... this, to ensure that "python -m snakemake"
works (because snakemake uses it internally).
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 18:22:59 +02:00
Konrad Hinsen
6a31fb6e7b
gnu: snakemake-6: Convert dependencies to propagated-inputs
...
* gnu/packages/python-xyz.scm (snakemake-6)[inputs]: Change to ...
[propagated-inputs]: ... this, to ensure that "python -m snakemake"
works (because snakemake uses it internally).
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 18:22:59 +02:00
Konrad Hinsen
5831155175
gnu: snakemake-7: Fix cluster execution bug
...
* gnu/packages/python-xyz.scm (snakemake-7)[arguments]: Revise the patch for
the cluster execution script
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 18:22:58 +02:00
Maxime Devos
52aa21cc9a
gnu: gnupg: Use mirror URL.
...
In commit 38747a27f3
, the package switched from
a mirror:// URL to a ftp:// URL, but there doesn't appear to have been any
particular reason for that.
* gnu/packages/gnupg.scm (gnupg)[source]{uri}: Use a mirror:// again.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 18:22:58 +02:00
Michael Rohleder
309935a016
gnu: uncrustify: Update to 0.75.1.
...
* gnu/packages/code.scm (uncrustify): Update to 0.75.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 18:22:58 +02:00
Michael Rohleder
ed9558b17a
gnu: rr: Update to 5.6.0.
...
* gnu/packages/debug.scm (rr): Update to 5.6.0.
[arguments]<#:configure-flags>: Add -rpath to zlib to satisfy
validate-runpath.
[inputs]: Add zlib.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 18:22:58 +02:00
Luis Felipe
72cfcf1735
gnu: Add python-django-cleanup.
...
* gnu/packages/django.scm (python-django-cleanup): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 18:22:58 +02:00
Clément Lassieur
6e83d294ce
gnu: emacs-clang-format: Remove inherited propagated inputs.
...
* gnu/packages/llvm.scm (emacs-clang-format)[propagated-inputs]: Remove them.
2022-08-29 18:05:39 +02:00
Marius Bakke
be01b13fb7
gnu: zathura-pdf-mupdf: Remove input labels.
...
* gnu/packages/pdf.scm (zathura-pdf-mupdf)[inputs]: Remove labels.
2022-08-29 17:49:58 +02:00
Marius Bakke
7c9cf349f3
gnu: zathura-pdf-mupdf: Update to 0.3.9.
...
* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.9.
[inputs]: Add GUMBO-PARSER and TESSERACT-OCR.
[arguments]: Remove obsolete configure flag. Adjust mupdf substitutions.
2022-08-29 17:49:58 +02:00
Pierre-Henry Fröhring
f26b9d5ced
gnu: mupdf: Update to 1.20.3.
...
* Copy/paste is fixed.
The build now uses the patched version of freeglut that is included in the
thirdparty directory so that copy/paste works.
* gnu/packages/pdf.scm (mupdf)[source](snippet): Preserve freeglut.
[inputs]: Add LIBXRANDR and LIBXI.
[arguments]: Explicitly add configure flags for system libraries.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 17:49:58 +02:00
Marius Bakke
608f9efc34
gnu: tesseract-ocr: Propagate leptonica.
...
* gnu/packages/ocr.scm (tesseract-ocr)[inputs]: Move LEPTONICA ...
[propagated-inputs]: ... here.
2022-08-29 17:49:58 +02:00
Remco van 't Veer
83c86fa446
gnu: ruby: Replace with 2.7.6 [security fixes].
...
Includes fixes for: CVE-2022-28739, CVE-2021-41816, and CVE-2021-41817.
* gnu/packages/ruby.scm (ruby-2.7-fixed): New variable.
(ruby-2.7)[replacement]: Graft.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 16:55:30 +02:00
Remco van 't Veer
939c998160
gnu: ruby: Update to 3.1.2 [security fixes].
...
Includes fixes for: CVE-2022-28738, and CVE-2022-28739.
* gnu/packages/ruby.scm (ruby-3.1): Update to 3.1.2.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 16:55:30 +02:00
Remco van 't Veer
2654acea27
gnu: ruby: Update to 3.0.4 [security fixes].
...
Includes fixes for: CVE-2022-28738, CVE-2022-28739, CVE-2021-41819,
CVE-2021-41816, and CVE-2021-41817.
* gnu/packages/ruby.scm (ruby-3.0): Update to 3.0.4.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 16:55:30 +02:00
Remco van 't Veer
a500e1a061
gnu: ruby: Update to 2.6.10 [security fixes].
...
Includes fixes for: CVE-2022-28739, CVE-2021-41819, CVE-2021-41817,
CVE-2021-31810, CVE-2021-32066, CVE-2021-28965, CVE-2020-25613, and
CVE-2020-10933.
* gnu/packages/ruby.scm (ruby-2.6): Update to 2.6.10.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-29 16:55:30 +02:00
Marius Bakke
8ab7125265
gnu: Remove ruby@2.5.
...
* gnu/packages/ruby.scm (ruby-2.5): Remove variable.
2022-08-29 16:55:30 +02:00
Marius Bakke
ae9b3d7cf1
gnu: Remove ruby@2.4.
...
* gnu/packages/ruby.scm (ruby-2.4): Remove variable.
2022-08-29 16:55:30 +02:00
Efraim Flashner
f4f225e482
gnu: accountsservice: Adjust inputs.
...
This fixes the builds of gdm and some other packages.
* gnu/packages/freedesktop.scm (accountsservice)[inputs]: Move polkit ...
[propagated-inputs]: ... to here.
2022-08-29 17:18:14 +03:00
jgart
3aac843826
gnu: Add cl-safe-read.
...
* gnu/packages/lisp-xyz.scm (cl-safe-read, ecl-safe-read, sbcl-safe-read): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-29 16:02:09 +02:00
Nikolay Korotkiy
cc6c079230
gnu: cmus: Update to 2.10.0.
...
* gnu/packages/music.scm (cmus): Update to 2.10.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-08-29 16:25:08 +03:00
Efraim Flashner
36078f15ce
gnu: sddm: Fix building with newer qt-5.
...
* gnu/packages/display-managers.scm (sddm)[source]: Add snippet to
adjust to newer qt-5 code.
2022-08-29 14:34:57 +03:00
Efraim Flashner
44403ca0eb
Revert "gnu: libatomic-ops: Fix test suite on riscv64-linux."
...
This reverts commit 84d191ea30
.
This isn't needed with the newer version of libatomic-ops.
2022-08-29 12:23:56 +03:00
Nicolas Goaziou
a52473e219
gnu: wireshark: Update to 3.6.7.
...
* gnu/packages/networking.scm (wireshark): Update to 3.6.7.
2022-08-29 10:32:42 +02:00
Efraim Flashner
de66e21580
gnu: r-keggrest: Update to 1.36.3.
...
* gnu/packages/bioconductor.scm (r-keggrest): Update to 1.36.3.
2022-08-29 11:26:56 +03:00
Andrew Tropin
75d7317290
gnu: fennel: Update to 1.2.0.
...
* gnu/packages/lua.scm (fennel): Update to 1.2.0.
[arguments]: Migrate to gexps.
2022-08-29 09:55:44 +03:00
Maxim Cournoyer
0ea62e84a7
services: Add lightdm-service-type.
...
* gnu/services/lightdm.scm: New service.
* tests/services/lightdm.scm: Test it.
* doc/guix.texi (X Window): Document it.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
Co-authored-by: L p R n d n <guix@lprndn.info>
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-08-28 22:28:47 -04:00
Maxim Cournoyer
42fee6d0f1
build: marionette: Add support for Tesseract OCR.
...
* gnu/build/marionette.scm (invoke-ocrad-ocr): New procedure.
(invoke-tesseract-ocr): Likewise.
(marionette-screen-text): Rename the #:ocrad argument to #:ocr. Dispatch the
matching OCR invocation procedure.
(wait-for-screen-text): Rename the #:ocrad argument to #:ocr.
* gnu/tests/base.scm (run-basic-test): Adjust accordingly.
* gnu/tests/install.scm (enter-luks-passphrase): Likewise.
(enter-luks-passphrase-for-home): Likewise.
2022-08-28 22:10:20 -04:00
Maxim Cournoyer
697b797160
marionette: Improve the error message of 'wait-for-screen-text'.
...
* gnu/build/marionette.scm (wait-for-screen-text): Return the last OCR'd text
when the predicate fails to match instead of the not useful predicate object.
2022-08-28 22:10:20 -04:00
Maxim Cournoyer
b096b939f7
gnu: lightdm: Apply patch to fix color depth issue with VNC.
...
* gnu/packages/patches/lightdm-vnc-color-depth.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/display-managers.scm (lightdm): Apply it.
2022-08-28 22:10:20 -04:00
Maxim Cournoyer
a4fd1840ab
gnu: lightdm: Apply patch to allow using VNC options.
...
* gnu/packages/patches/lightdm-arguments-ordering.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/display-managers.scm (lightdm): Apply it.
2022-08-28 22:10:20 -04:00
Maxim Cournoyer
da3c784c68
gnu: lightdm: Apply patch to fix a problem with VNC integration.
...
* gnu/packages/patches/lightdm-vncserver-check.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/display-managers.scm (lightdm): Apply it.
2022-08-28 22:10:20 -04:00
Maxim Cournoyer
0e76781df4
gnu: lightdm-gtk-greeter: Adjust --enable-at-spi-command value.
...
* gnu/packages/display-managers.scm (lightdm-gtk-greeter)
[configure-flags]: Add the '--launch-immediately' option to the
at-spi-bus-launcher to match what is used in the source.
2022-08-28 22:10:19 -04:00
Maxim Cournoyer
20c8fb042c
gnu: lightdm-gtk-greeter: Adjust default config file path.
...
* gnu/packages/display-managers.scm (lightdm-gtk-greeter)
[phases]{customize-default-config-path}: New phase.
2022-08-28 22:10:19 -04:00
Maxim Cournoyer
d0046bc13b
gnu: lightdm-gtk-greeter: Enable libklavier support.
...
* gnu/packages/display-managers.scm (lightdm-gtk-greeter)
[configure-flags]: Add '--with-libxklavier'.
[inputs]: Add libxklavier.
2022-08-28 22:10:19 -04:00
Maxim Cournoyer
0d23e9cda2
gnu: lightdm-gtk-greeter: Use the glib-or-gtk-wrap phase as-is.
...
* gnu/packages/display-managers.scm (lightdm-gtk-greeter)
[configure-flags]: Install binaries to bin/, so the wrap phase of glib-or-gtk
handles them.
[phases]{wrap-program}: Delete.
{custom-wrap}: New phase, wrapping the wrapper with a few extra environment
variables.
2022-08-28 22:10:19 -04:00
Maxim Cournoyer
9376411fbe
gnu: lightdm-gtk-greeter: Add GDK_PIXBUF_MODULE_FILE to wrapper.
...
* gnu/packages/display-managers.scm (lightdm-gtk-greeter)
[build-system]: Use glib-or-gtk-build-system.
[phases]{wrap-program}: Add GDK_PIXBUF_MODULE_FILE to wrapper.
[inputs]: Add librsvg.
2022-08-28 22:10:19 -04:00
Maxim Cournoyer
6da5eed4e7
gnu: accountsservice: Provide a means to locate extensions.
...
* gnu/packages/patches/accountsservice-extensions.patch: New patch.
* gnu/packages/freedesktop.scm (accountsservice)[source]: Apply it.
[phases]{wrap-with-xdg-data-dirs}: New phase.
2022-08-28 22:10:18 -04:00
Maxim Cournoyer
12bb1c6db1
gnu: accountsservice: Update to 22.08.8, enable doc and test suite.
...
* gnu/packages/freedesktop.scm (accountsservice): Update to 22.08.8.
[tests?]: Delete argument.
[configure-flags]: Remove obsolete "-Dsystemd" flag. Add "-Ddocbook=true" and
"-Dgtk_doc=true".
[phases]{patch-docbook-references}: New phase.
{patch-/bin/cat}: Delete and merge into...
[patch-paths]: ... this phase, renamed from pre-configure. Use
search-input-file.
[native-inputs]: Add docbook-xml-4.1.2, docbook-xsl, gtk-doc, libxml2,
libxslt, python-dbusmock, python-pygobject, vala and xmlto.
2022-08-28 22:10:18 -04:00
muradm
3c2d2b4538
gnu: security: Add fail2ban-service-type.
...
* gnu/services/security.scm: New module.
* gnu/tests/security.scm: New module.
* gnu/local.mk: Add new security module and tests.
* doc/guix.text: Add fail2ban-service-type documentation.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-08-28 21:46:30 -04:00
Josselin Poiret
0811d2cb8d
bootloader: Convert device in menu-entry to proper sexp.
...
Previously, menu-entry->sexp didn't try to convert `device` to a
proper sexp, which was inserted directly into the boot parameters
G-exp, leading to a G-exp input error. Now convert both uuid and
file-system-label possibilities to sexps, and add parsing code to
sexp->menu-entry. This fixes #57307 .
* gnu/bootloader.scm (menu-entry->sexp, sexp->menu-entry): Take
non-string devices into account.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-28 23:37:28 +02:00
Nicolas Goaziou
b9322d7819
gnu: emacs-crdt: Update to 0.3.3.
...
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.3.
2022-08-28 22:46:12 +02:00
Efraim Flashner
20fb55364e
gnu: libunwind-julia: Skip tests.
...
* gnu/packages/julia.scm (libunwind-julia)[arguments]: Skip tests.
2022-08-28 21:42:10 +03:00
Liliana Marie Prikler
f592decd4d
gnu: Remove shlomif-cmake-modules.
...
This origin was added for the now removed fortune-mod, so let's remove it
as well.
* gnu/packages/games.scm (shlomif-cmake-modules): Delete variable.
2022-08-28 19:17:28 +02:00
Liliana Marie Prikler
5e17480574
gnu: Remove rinutils.
...
This package was introduced as native input to the now removed fortune-mod,
so let's remove it as well.
* gnu/packages/games.scm (rinutils): Delete variable.
2022-08-28 19:17:28 +02:00
Liliana Marie Prikler
6b6b947b61
gnu: Remove fortune-mod.
...
Since the addition of fortune-jkirchartz, it is no longer necessary to
keep around a package that propagates various non-nice things.
For a complete list, see <https://bugs.gnu.org/54691 >.
* gnu/packages/games.scm (fortune-mod): Delete variable.
2022-08-28 19:17:28 +02:00
Liliana Marie Prikler
560b365c2c
gnu: Add fortunes-jkirchartz.
...
* gnu/packages/toys.scm (fortunes-jkirchartz): New variable.
2022-08-28 19:17:28 +02:00
Liliana Marie Prikler
2a010ba81d
gnu: Add daikichi.
...
* gnu/packages/toys.scm (daikichi): New variable.
2022-08-28 19:17:27 +02:00
Marius Bakke
dedbaa3a69
Merge branch 'master' into staging
2022-08-28 15:43:30 +02:00
Marius Bakke
57f8f69562
gnu: gnome-shell: Adjust for polkit 121.
...
* gnu/packages/patches/gnome-shell-polkit-autocleanup.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gnome.scm (gnome-shell)[source](patches): New field.
2022-08-28 15:41:49 +02:00
Marius Bakke
a44e08337d
gnu: gnome-maps: Update to 42.2.
...
* gnu/packages/geo.scm (gnome-maps): Update to 42.2.
[inputs]: Change from LIBGWEATHER to LIBGWEATHER4.
2022-08-28 15:41:49 +02:00
Marius Bakke
17f646aeba
gnu: Add libgweather4.
...
* gnu/packages/gnome.scm (libgweather4): New variable.
2022-08-28 15:41:49 +02:00
Marius Bakke
134a29fc08
gnu: libgweather: Remove obsolete input.
...
* gnu/packages/gnome.scm (libgweather)[native-inputs]: Remove INTLTOOL. Add
GETTEXT-MINIMAL.
2022-08-28 15:41:49 +02:00
Marius Bakke
d9c7321255
gnu: libgweather: Remove input labels.
...
* gnu/packages/gnome.scm (libgweather)[arguments]: Use G-expression and
SEARCH-INPUT-DIRECTORY.
[native-inputs, propagated-inputs]: Remove labels.
2022-08-28 15:41:49 +02:00
Efraim Flashner
444c300e3e
gnu: r-genomeinfodb: Update to 1.32.3.
...
* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.32.3.
2022-08-28 15:47:58 +03:00
Efraim Flashner
0aeedfb89a
gnu: webkit: Update to 2.36.7.
...
* gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit):
Update to 2.36.7.
2022-08-28 14:47:14 +03:00
Efraim Flashner
10f0d0766c
gnu: r-iranges: Update to 2.30.1.
...
* gnu/packages/bioconductor.scm (r-iranges): Update to 2.30.1.
2022-08-28 13:29:05 +03:00
Efraim Flashner
5bfe389a6e
gnu: imlib2: Update to 1.9.1.
...
* gnu/packages/image.scm (imlib2): Update to 1.9.1.
2022-08-28 12:17:21 +03:00
Efraim Flashner
84d191ea30
gnu: libatomic-ops: Fix test suite on riscv64-linux.
...
* gnu/packages/bdw-gc.scm (libatomic-ops)[arguments]: When building for
riscv64-linux add a configure-flag to link libatomic.
2022-08-28 11:29:20 +03:00
Efraim Flashner
8df29c26ba
gnu: ruby-ffi: Update to 1.15.5.
...
* gnu/packages/libffi.scm (ruby-ffi): Update to 1.15.5.
[arguments]: Remove custom 'do-not-depend-on-ccache phase. Adjust custom
'remove-git-ls-files phase to changes in the code. Remove trailing #t
from phases.
2022-08-28 10:23:37 +03:00
Nicolas Goaziou
9ad4d90a61
gnu: emacs-cider: Update to 1.5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.5.0.
[arguments]<#:phases>: Remove PATCH-EL-FILES phase to prevent a build failure.
2022-08-28 01:45:49 +02:00
Nicolas Goaziou
9779cf046e
gnu: fet: Update to 6.5.7.
...
* gnu/packages/education.scm (fet): Update to 6.5.7.
2022-08-28 01:09:30 +02:00
jonscoresby---
b0d64a81dc
gnu: qtile: Install .desktop file.
...
* gnu/packages/wm.scm (qtile)[arguments]: Add install-xsession phase.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 23:48:56 +02:00
Zhu Zihao
69820ecfd9
gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.
...
* gnu/packages/qt.scm (qtwebengine)[native-search-paths]: Use
"lib/qt6/libexec/QtWebEngineProcess" for search path.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 23:48:56 +02:00
Maxime Devos
9f8f34a16a
gnu: samba: Update to 4.16.4.
...
As a reproducibility check, you can check the hash:
$ guix hash -r $(./pre-inst-env guix build samba --no-grafts --system=x86_64-linux)
1mg3nh705pbiz3ihq8jzkmjb15m6y8zjnzyr4hxmbciv7frgykk0
I've checked that it's correctly signed, and I've tried to verify that the PGP
key is correct -- searching for 'Samba Distribution Verification Key', the
websites of the first search results have the same key:
* https://www.linuxcompatible.org/story/samba-4150rc5-released/
* https://wiki.samba.org/index.php/Samba_4.12_Features_added/changed
* https://www.mail-archive.com/samba-announce@lists.samba.org/msg00562.html
* https://wiki.linuxfromscratch.org/blfs/ticket/14748
https://groups.google.com/g/linux.samba/c/k3xaN0TIcQU has a different key,
but as mentioned on the previous locations, the key has changed.
I have also checked the source code diff (using diffoscope) between the the
current version and the previous, nothing appears 'suspicious' (with the
caveat that it is written in C).
According to "guix refresh -l" there aren't too many dependents. I'm
currently rebuilding them, no failures so far except for lxde, but it already
failed to build before this patch.
* gnu/packages/samba.scm (samba): Update to 4.16.4. To help future updaters,
add the current PGP fingerprint in a comment.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 23:48:56 +02:00
Marius Bakke
59bbf7e86c
gnu: scons: Update to 4.4.0.
...
* gnu/packages/patches/scons-test-environment.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/build-tools.scm (scons): Update to 4.4.0.
[source](patches): New field.
[arguments]: Adjust bootstrap for the new version. Enable tests.
[native-inputs]: Add PYTHON-WHEEL and PYTHON-PSUTIL.
(scons-3): New variable.
(scons-python2): Inherit from it.
* gnu/packages/web.scm (serf)[arguments]: Stick with SCONS-3 to prevent rebuilds.
2022-08-27 23:48:56 +02:00
Marius Bakke
ada35de38f
gnu: scons: Move to (gnu packages build-tools).
...
* gnu/packages/python-xyz.scm (scons, scons-python2): Move from here ...
* gnu/packages/build-tools.scm (scons, scons-python2): ... to here.
* gnu/packages/direct-connect.scm, gnu/packages/disk.scm,
gnu/packages/game-development.scm, gnu/packages/gps.scm,
gnu/packages/image.scm, gnu/packages/installers.scm, gnu/packages/web.scm,
gnu/packages/xdisorg.scm: Adjust module imports accordingly.
* guix/build-system/scons.scm (default-scons): Likewise.
2022-08-27 23:48:56 +02:00
Marius Bakke
34625246e4
gnu: Remove unused module import.
...
* gnu/packages/gtk.scm: Don't import (gnu packages build-tools).
2022-08-27 23:48:56 +02:00
Marius Bakke
3e8769f3c9
gnu: realmd: Remove input labels.
...
* gnu/packages/admin.scm (realmd)[native-inputs]: Remove labels.
2022-08-27 23:48:56 +02:00
Marius Bakke
fb3d90b8f3
gnu: gst-plugins-base: Propagate gudev.
...
This is a follow-up to commit f1e8cc6a98
.
* gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Move LIBGUDEV ...
[propagated-inputs]: ... here.
2022-08-27 16:15:53 +02:00
Marius Bakke
bff11d6ac2
gnu: gjs: Update to 1.72.2.
...
* gnu/packages/gnome.scm (gjs): Update to 1.72.2.
[arguments]: Remove #:meson.
[propagated-inputs]: Change from MOZJS-78 to MOZJS-91.
2022-08-27 15:49:48 +02:00
Nicolas Goaziou
b594c7354c
gnu: emacs-arduino-mode: Slightly improve description.
...
* gnu/packages/emacs-xyz.scm (emacs-arduino-mode)[description]: Make it a full
sentence, and mention Org Babel support.
2022-08-27 11:27:04 +02:00
Nicolas Goaziou
b07180a13b
gnu: emacs-arduino-mode: Update to 1.3.0-0-652c6a3.
...
* gnu/packages/emacs-xyz.scm (emacs-arduino-mode): Update to 1.3.0-0-652c6a3.
[source]: Move upstream to repo.or.cz.
[arguments]: Remove unnecessary phases.
[home-page]: Update to repo.or.cz.
2022-08-27 11:23:58 +02:00
Nicolas Goaziou
92f64f833a
gnu: emacs-org-contrib: Update to 0.4.
...
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.4.
[source]: Remove now unnecessary snippet.
[propagated-inputs]: Remove EMACS-ARDUINO-MODE.
2022-08-27 11:16:54 +02:00
Arun Isaac
5299ee228f
gnu: Add emacs-alarm-clock.
...
* gnu/packages/emacs-xyz.scm (emacs-alarm-clock): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-27 10:41:36 +02:00
Arun Isaac
5655a84779
gnu: Add emacs-tamil99.
...
* gnu/packages/emacs-xyz.scm (emacs-tamil99): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-27 10:29:03 +02:00
jgart
2026a967f7
gnu: emacs-lpy: Update to ce78a46.
...
* gnu/packages/emacs-xyz.scm (emacs-lpy): Update to ce78a46.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-27 10:13:23 +02:00
Nicolas Graves via Guix-patches via
ba1612d81c
gnu: Add emacs-consult-org-roam.
...
* gnu/packages/emacs-xyz.scm (emacs-consult-org-roam): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-27 10:13:23 +02:00
jgart
1f9a4f79f6
gnu: Add emacs-drag-stuff.
...
* gnu/packages/emacs-xyz.scm (emacs-drag-stuff): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-27 10:13:22 +02:00
Nicolas Goaziou
ea2ead6827
gnu: emacs-iter2: Update to 1.3.
...
* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.3.
2022-08-27 10:13:22 +02:00
Nicolas Goaziou
fd4d531e10
gnu: emacs-taxy-magit-section: Update to 0.10.
...
* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): Update to 0.10.
2022-08-27 10:13:22 +02:00
Nicolas Goaziou
cbbea5b470
gnu: emacs-subed: Update to 1.0.7.
...
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.7.
2022-08-27 10:13:21 +02:00
Nicolas Goaziou
a3c097e1cd
gnu: emacs-auctex: Update to 13.1.4.
...
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.4.
2022-08-27 10:13:21 +02:00
Marius Bakke
8888e9bfb2
gnu: gjs: Remove input labels.
...
* gnu/packages/gnome.scm (gjs)[native-inputs]: Remove labels.
2022-08-27 04:09:40 +02:00
Marius Bakke
de2dbbcda5
gnu: gjs: Build with mozjs 78.
...
This is a follow-up to commit d6fa3ac7a8
.
* gnu/packages/gnome.scm (gjs)[propagated-inputs]: Change from MOZJS to
MOZJS-78.
2022-08-27 04:05:57 +02:00
Marius Bakke
ad99842136
gnu: libsecret: Propagate libgcrypt.
...
This is a follow-up to commit c1a4ef9893
.
* gnu/packages/gnome.scm (libsecret)[inputs]: Remove.
[propagated-inputs]: Add LIBGCRYPT.
2022-08-27 04:04:22 +02:00
Peter Polidoro
b048c4a0e9
gnu: python-click: Update to 8.1.3.
...
* gnu/packages/python-xyz.scm (python-click): Update to 8.1.3.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 01:31:23 +02:00
Marius Bakke
290ac5cd1e
gnu: polkit: Update to 121.
...
* gnu/packages/polkit.scm (polkit-mozjs): Update to 121.
[source](patches): Remove.
[source](snippet): Adjust for build system changes.
[build-system]: Change to MESON-BUILD-SYSTEM.
[inputs]: Replace MOZJS-78 with MOZJS-91.
[native-inputs]: Add GETTEXT-MINIMAL and LIBXML2.
[arguments]: Remove #:phases. Adjust #:configure-flags for build system
changes. Use G-expression.
(polkit-duktape)[source]: Remove.
[arguments]: Adjust for build build system changes.
* gnu/packages/patches/polkit-CVE-2021-4034.patch,
gnu/packages/patches/polkit-configure-elogind.patch,
gnu/packages/patches/polkit-use-duktape.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-08-27 01:31:23 +02:00
Marius Bakke
5ddc99da69
gnu: mozjs: Add 91.13.0.
...
* gnu/packages/gnuzilla.scm (mozjs-91): New variable.
2022-08-27 01:31:23 +02:00
Marius Bakke
d6fa3ac7a8
gnu: mozjs: Update to 102.2.0.
...
* gnu/packages/gnuzilla.scm (mozjs): Update to 102.2.0.
(source)[uri]: Use new download location.
[arguments]: Adjust configure phase for upstream changes. Remove
adjust-tests-for-icu-68 phase, add adjust-tests phase. Don't delete tests in
pre-check phase.
[native-inputs]: Remove AUTOCONF-2.13 and PYTHON-3. Add AUTOCONF, M4, and
PYTHON-WRAPPER.
[inputs]: Replace ICU4C with ICU4C-71.
(mozjs-78): New variable.
* gnu/packages/games.scm (0ad)[inputs]: Change from MOZJS to MOZJS-78.
* gnu/packages/polkit.scm (polkit-mozjs)[inputs]: Likewise.
2022-08-27 01:31:23 +02:00
Marius Bakke
283d3fd7c3
gnu: rust-pyo3: Add 0.16.5.
...
* gnu/packages/crates-io.scm (rust-pyo3-build-config-0.16, rust-pyo3-ffi-0.16,
rust-pyo3-macros-backend-0.16, rust-pyo3-macros-0.16, rust-pyo3-0.16): New
variables.
(rust-pyo3-build-config-0.15, rust-pyo3-macros-backend-0.15,
rust-pyo3-macros-0.15, rust-pyo3-0.15): Inherit accordingly.
2022-08-27 01:31:23 +02:00
Marius Bakke
2fe473a5af
gnu: Add rust-python3-dll-a.
...
* gnu/packages/crates-io.scm (rust-python3-dll-a-0.2): New variable.
2022-08-27 01:31:23 +02:00
Marius Bakke
e38a46a9bb
gnu: rust-cc: Update to 1.0.73.
...
* gnu/packages/crates-io.scm (rust-cc-1): Update to 1.0.73.
2022-08-27 01:31:23 +02:00
Marius Bakke
c8c7dc311f
gnu: python-cython: Update to 0.29.32.
...
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.32.
2022-08-27 01:31:22 +02:00
Marius Bakke
1fd262e8d3
Merge branch 'master' into staging
2022-08-27 00:17:57 +02:00
Greg Hogan
9f7236e3ba
gnu: gcc-12: Update to 12.2.0.
...
* gnu/packages/gcc.scm (gcc-12): Update to 12.2.0.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Simon Streit
598b683e18
gnu: transmission: Add libappindicator to inputs.
...
* gnu/packages/bittorrent.scm (transmission) <inputs>: Add libappindicator.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Felix Gruber
67b0a69f85
gnu: oil: Update to 0.12.4.
...
* gnu/packages/shells.scm (oil): Update to 0.12.4.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
arkhan
63471f6e7a
gnu: xonsh: Update to 0.13.1
...
* gnu/packages/shells.scm (xonsh): Update to 0.13.0.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Zhu Zihao
af9a49e42e
gnu: python-qtpy: Update to 2.2.0.
...
* gnu/packages/qt.scm (python-qtpy): Update to 2.2.0.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Marius Bakke
a45c30b695
gnu: python-apsw: Remove obsolete code.
...
* gnu/packages/databases.scm (python-apsw)[native-inputs]: Remove UNZIP.
[arguments]: Remove trailing #t's.
2022-08-27 00:09:03 +02:00
Hilton Chain
17ffcde1fc
gnu: python-apsw: Update to 3.39.2.0.
...
* gnu/packages/databases.scm (python-apsw): Update to 3.39.2.0.
[source]: Change to git-fetch.
[inputs]: Replace sqlite with sqlite-next.
[arguments]: Remove custom check phase.
Some styling adjustments as well.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Marius Bakke
586f6c3a7a
gnu: streamripper: Remove bundled software.
...
* gnu/packages/audio.scm (streamripper)[source](modules, snippet): New fields.
2022-08-27 00:09:03 +02:00
Simon Streit
8dc1430a4c
gnu: Add streamripper.
...
* gnu/packages/audio.scm (streamripper): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Marius Bakke
40c28fa322
gnu: python-cryptography: Update to 37.0.4.
...
* gnu/packages/python-crypto.scm (python-cryptography-vectors-next): Update to
37.0.4.
(python-cryptography-next): Likewise.
[arguments]: Add phase to adjust pyo3 requirement. Don't adjust ouroboros
version.
[inputs]: Change from RUST-OUROBOROS-0.14 and RUST-OUROBOROS-MACRO-0.14 to
RUST-OUROBOROS-0.15 and RUST-OUROBOROS-MACRO-0.15.
[native-inputs]: Add PYTHON-PYTEST-BENCHMARK.
2022-08-27 00:09:03 +02:00
Marius Bakke
1a38540d8d
gnu: rust-indoc: Update to 1.0.7.
...
* gnu/packages/crates-io.scm (rust-indoc-1): Update to 1.0.7.
2022-08-27 00:09:02 +02:00
Marius Bakke
c51cd144d7
gnu: rust-widestring: Add 0.5.1.
...
* gnu/packages/crates-io.scm (rust-widestring-0.5): New variable.
(rust-widestring-0.4): Inherit from it.
2022-08-27 00:09:02 +02:00
Marius Bakke
8ece2cf571
gnu: rust-send-wrapper: Add 0.5.0.
...
* gnu/packages/crates-io.scm (rust-send-wrapper-0.5): New variable.
(rust-send-wrapper-0.4): Inherit from it.
2022-08-27 00:09:02 +02:00
Marius Bakke
58faf8069c
gnu: rust-ouroboros: Add 0.15.2.
...
* gnu/packages/crates-io.scm (rust-ouroboros-macro-0.15): New variable.
(rust-ouroboros-macro-0.14): Inherit from it.
(rust-ouroboros-0.15): New variable.
(rust-ouroboros-0.14): Inherit from it.
2022-08-27 00:09:02 +02:00
Marius Bakke
8c06526634
gnu: rust-inventory: Add 0.2.3.
...
* gnu/packages/crates-io.scm (rust-inventory-0.2): New variable.
(rust-inventory-0.1): Inherit from it.
2022-08-27 00:09:02 +02:00
Marius Bakke
3d06823e6b
gnu: rust-ghost: Update to 0.1.6.
...
* gnu/packages/crates-io.scm (rust-ghost-0.1): Update to 0.1.6.
2022-08-27 00:09:02 +02:00
Marius Bakke
4aa3bae2c6
gnu: libreoffice: Add release-monitoring-url.
...
* gnu/packages/libreoffice.scm (libreoffice)[properties]: New field.
2022-08-27 00:09:02 +02:00
muradm
cac3914dfc
gnu: greetd-service-type: Add supplementary groups to greeter.
...
* gnu/services/base.scm (<greetd-configuration>)
[greeter-supplementary-groups]: New field.
(%greetd-accounts): Rename to...
(greetd-accounts): ... this. Convert to a function that takes a config
argument. Use greeter-supplementary-groups.
(greetd-service-type): Adjust accordingly.
* gnu/tests/desktop.scm (%minimal-services): Add test for
greeter-supplementary-groups.
* doc/guix.texi ("Base Services")[greetd-service-type]: Document
greeter-supplementary-groups.
2022-08-26 18:50:33 +02:00
muradm
d1815a68ea
gnu: seatd-service-type: Use seat group.
...
* gnu/services/desktop.scm (seatd-group-sanitizer): New variable.
(<seatd-configuration>)[user]: Removed field.
[group]: Changed to "seat". Sanitize via seatd-group-sanitizer.
(seatd-accounts): New variable.
(seatd-environment): Adjust to <seatd-configuration> ABI.
(seatd-service-type)[extensions]: Add account-service-type with seatd-accounts.
* gnu/tests/desktop.scm (run-minimal-desktop-test): Check for correct
ownership of $SEATD_SOCK.
* doc/guix.texi ("Desktop Services")[seatd-service-type]: Mention that users
may need to become members of the "seat" group.
Update default value for group field.
Add explanation on seatd.sock file.
Remove dropped user field.
2022-08-26 18:48:37 +02:00
Nicolas Goaziou
de2f419618
gnu: emacs-geiser: Update to 0.26.
...
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.26.
2022-08-26 15:22:25 +02:00
jgart
35b176daf1
gnu: Add emacs-denote.
...
* gnu/packages/emacs-xyz.scm (emacs-denote): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-26 10:35:48 +02:00
jgart
f4fc71284e
gnu: Add emacs-tmr.
...
* gnu/packages/emacs-xyz.scm (emacs-tmr): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-26 10:23:05 +02:00
Zzull
fd8f5f7ebc
gnu: Add emacs-lemon.
...
* gnu/packages/emacs-xyz.scm (emacs-lemon): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-26 10:22:42 +02:00
Zzull
ec0865f2ee
gnu: Add emacs-blight.
...
* gnu/packages/emacs-xyz.scm (emacs-blight): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-26 10:22:42 +02:00
Nicolas Goaziou
bb4bdd8538
gnu: emacs-eldev: Update to 1.2.1.
...
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.2.1.
2022-08-26 10:22:41 +02:00
Nicolas Goaziou
c82a99c9e2
gnu: emacs-autothemer: Update to 0.2.9.
...
* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.9.
2022-08-26 10:22:41 +02:00
Andrew Tropin
4ff0ceb264
gnu: obs: Update to 27.2.4.
...
* gnu/packages/video.scm (obs): Update to 27.2.4.
[arguments]: Migrate from TRUE/FALSE to ON/OFF.
[inputs]: Add picuitls and libxkbcommon for successful build of new version,
bash-minimal for satisfying guix lint, and luajit, python for scripting
support.
[native-inputs]: Add swig for scripting support.
2022-08-26 08:42:46 +03:00
Leo Famulari
e106b27c4b
gnu: linux-libre 4.9: Update to 4.9.236.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.236.
(linux-libre-4.9-pristine-source): Update hash.
2022-08-25 22:23:29 -04:00
Leo Famulari
aed61ada1c
gnu: linux-libre 4.14: Update to 4.14.291.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.291.
(linux-libre-4.14-pristine-source): Update hash.
2022-08-25 22:23:29 -04:00
Leo Famulari
3d8b3b58ca
gnu: linux-libre 4.19: Update to 4.19.256.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.256.
(linux-libre-4.19-pristine-source): Update hash.
2022-08-25 22:23:29 -04:00
Leo Famulari
ea3752028f
gnu: linux-libre 5.4: Update to 5.4.211.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.211.
(linux-libre-5.4-pristine-source): Update hash.
2022-08-25 22:23:29 -04:00
Leo Famulari
3550a153d9
gnu: linux-libre 5.10: Update to 5.10.183.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.183.
(linux-libre-5.10-pristine-source): Update hash.
2022-08-25 22:23:29 -04:00
Leo Famulari
7cdea58a8d
gnu: linux-libre 5.15: Update to 5.15.63.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.63.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
2022-08-25 22:23:21 -04:00
jgart
26ff8a4b73
gnu: Add emacs-pdb-capf.
...
* gnu/packages/emacs-xyz.scm (emacs-pdb-capf): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-25 18:58:30 +02:00
Efraim Flashner
71f51e8c60
gnu: go-github-com-cespare-xxhash: Update to 2.1.2.
...
* gnu/packages/syncthing.scm (go-github-com-cespare-xxhash): Update to 2.1.2.
2022-08-25 18:37:35 +03:00
Efraim Flashner
b29742124e
gnu: go-github-com-cespare-xxhash: Skip tests with gccgo.
...
* gnu/packages/syncthing.scm (go-github-com-cespare-xxhash)[arguments]:
Don't run the test suite when building with gccgo.
2022-08-25 18:36:05 +03:00
jgart
72aba543b9
gnu: emacs-pulsar: Update to 0.4.0.
...
* gnu/packages/emacs-xyz.scm (emacs-pulsar): Update to 0.4.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-25 14:37:03 +02:00
jgart
ce38e65f3d
gnu: Add emacs-vlf.
...
* gnu/packages/emacs-xyz.scm (emacs-vlf): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-25 14:18:11 +02:00
Pierre-Henry Fröhring
f677f8b6db
gnu: Add emacs-vertico-posframe.
...
* gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-25 14:08:42 +02:00
jgart
9593cf511e
gnu: emacs-logos: Update to 0.4.0.
...
* gnu/packages/emacs-xyz.scm (emacs-logos): Update to 0.4.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-25 14:05:37 +02:00
Morgan Smith
6f678b847a
gnu: Add emacs-buffer-env.
...
* gnu/packages/emacs-xyz.scm (emacs-buffer-env): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-25 13:45:46 +02:00
Nicolas Goaziou
80baa8f87a
gnu: emacs-consult-bibtex: Fix license.
...
* gnu/packages/emacs-xyz.scm (emacs-consult-bibtex)[license]: Use GPL3+.
2022-08-25 12:28:42 +02:00
Nicolas Graves
05f2938f04
gnu: Add emacs-super-save.
...
* gnu/packages/emacs-xyz.scm (emacs-super-save): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-25 12:24:24 +02:00
Nicolas Graves
59d52f6d43
gnu: Add emacs-consult-yasnippet.
...
* gnu/packages/emacs-xyz.scm (emacs-consult-yasnippet): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-25 12:24:23 +02:00
Nicolas Graves
57fad8f60c
gnu: Add emacs-consult-bibtex.
...
* gnu/packages/emacs-xyz.scm (emacs-consult-bibtex): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-25 12:24:23 +02:00
jgart
e92c483be8
gnu: Add emacs-consult-lsp.
...
* gnu/packages/emacs-xyz.scm (emacs-consult-lsp): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-25 12:24:23 +02:00
jgart
b94a82dcf2
gnu: emacs-better-defaults: Update source url.
...
* gnu/packages/emacs-xyz.scm (emacs-better-defaults): Update source url.
[url]: Update url.
[home-page]: Update url.
Also fixes the 404 on this page:
https://guix.gnu.org/packages/emacs-better-defaults-0.1.3/
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-08-25 12:24:22 +02:00
Efraim Flashner
932edeb3a0
gnu: go-github-com-valyala-fasthttp: Skip tests with gccgo.
...
* gnu/packages/golang.scm (go-github-com-valyala-fasthttp)[arguments]:
Don't run the test suite when building with gccgo.
2022-08-25 13:03:14 +03:00
Efraim Flashner
e5fca82414
gnu: go-github-com-valyala-fasthttp: Update to 1.39.0.
...
* gnu/packages/golang.scm (go-github-com-valyala-fasthttp): Update to 1.39.0.
2022-08-25 13:03:13 +03:00
Efraim Flashner
c15692b938
gnu: go-github-com-sirupsen-logrus: Skip tests with gccgo.
...
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus)[arguments]:
Don't run the test suite when building with gccgo.
2022-08-25 13:03:13 +03:00
Efraim Flashner
8772030630
gnu: go-github-com-sirupsen-logrus: Update to 1.9.0.
...
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Update to
1.9.0.
2022-08-25 13:03:13 +03:00
Efraim Flashner
1d49fd4fab
gnu: go-github-com-stretchr-objx: Skip tests with gccgo.
...
* gnu/packages/golang.scm (go-github-com-stretchr-objx)[arguments]:
Don't run the test suite when building with gccgo.
2022-08-25 13:03:13 +03:00
Efraim Flashner
23e03dd087
gnu: go-github-com-stretchr-objx: Update to 0.4.0.
...
* gnu/packages/golang.scm (go-github-com-stretchr-objx): Update to 0.4.0.
2022-08-25 13:03:12 +03:00
Efraim Flashner
22487dfc22
gnu: go-gopkg-in-check-v1: Skip tests with gccgo.
...
* gnu/packages/golang.scm (go-gopkg-in-check-v1)[arguments]: Don't run
the test suite when building with gccgo.
2022-08-25 13:03:12 +03:00
Efraim Flashner
e77383e16f
gnu: go-github.com-smartystreets-assertions: Skip tests with gccgo.
...
* gnu/packages/check.scm (go-github.com-smartystreets-assertions): Don't
run the test suite when building with gccgo.
2022-08-25 13:03:12 +03:00
Efraim Flashner
4892c1af84
gnu: go-github.com-smartystreets-assertions: Update to 1.13.0.
...
* gnu/packages/check.scm (go-github.com-smartystreets-assertions):
Update to 1.13.0.
2022-08-25 13:03:12 +03:00
Efraim Flashner
04f813ec63
gnu: python-natsort: Fix the test suite on slower machines.
...
* gnu/packages/python-xyz.scm (python-natsort)[arguments]: Add custom
phase to remove the time limit for some of the tests.
2022-08-25 13:03:11 +03:00
Efraim Flashner
fd305cd960
gnu: python-natsort: Reflow description.
...
* gnu/packages/python-xyz.scm (python-natsort)[description]: Rewrap
description to normal columns.
2022-08-25 13:03:11 +03:00
Efraim Flashner
4275727ac5
gnu: python-natsort: Honor the #:tests? flag.
...
* gnu/packages/python-xyz.scm (python-natsort)[arguments]: Adjust the
custom 'check phase to honor the #:tests? flag.
2022-08-25 13:03:11 +03:00
Efraim Flashner
54da48e2ce
gnu: go-github.com-jtolds-gls: Skip tests with gccgo.
...
* gnu/packages/golang.scm (go-github.com-ktolds-gls)[arguments]: Don't
run the test suite when building with gccgo.
2022-08-25 13:03:11 +03:00
Efraim Flashner
25494265b2
gnu: go-github-com-pkg-errors: Skip tests with gccgo.
...
* gnu/packages/golang.scm (go-github-com-pkg-errors)[arguments]: Don't
run the test suite when building with gccgo.
2022-08-25 13:03:08 +03:00
Ricardo Wurmus
a901d8e0da
gnu: Add r-aer.
...
* gnu/packages/cran.scm (r-aer): New variable.
2022-08-25 11:55:12 +02:00
Ricardo Wurmus
abf0b2744d
gnu: Add r-ips.
...
* gnu/packages/cran.scm (r-ips): New variable.
2022-08-25 11:55:12 +02:00
Ricardo Wurmus
add211b277
gnu: Add r-scry.
...
* gnu/packages/bioconductor.scm (r-scry): New variable.
2022-08-25 11:55:12 +02:00
Ricardo Wurmus
dfa373069d
gnu: Add r-glmpca.
...
* gnu/packages/cran.scm (r-glmpca): New variable.
2022-08-25 11:55:11 +02:00
Arun Isaac
ee221461c3
gnu: laminar: Do not use auto-generated tarball.
...
* gnu/packages/ci.scm (laminar)[source]: Use git-fetch.
2022-08-25 13:46:41 +05:30
Arun Isaac
a36fb3d131
gnu: laminar: Update to 1.2.
...
* gnu/packages/ci.scm (laminar): Update to 1.2.
[arguments]: Do not return #t from custom phases.
2022-08-25 13:14:21 +05:30
Attila Lendvai
6fb9759ef3
services: configuration: Change the value of the unset marker.
...
The new value of %unset-value sticks out more when something goes wrong, and
is also more unique; i.e. easier to search for.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-08-25 00:10:42 -04:00
Attila Lendvai
ee08277a70
services: Use the new maybe/unset API.
...
* gnu/home/services/ssh.scm (serialize-address-family): Use the public API of
the maybe infrastructure.
* gnu/services/file-sharing.scm (serialize-maybe-string): Use maybe-value.
(serialize-maybe-file-object): Use maybe-value-set?.
* gnu/services/getmail.scm (getmail-retriever-configuration): Don't use
internals in unset field declarations.
(getmail-destination-configuration): Ditto.
* gnu/services/messaging.scm (raw-content?): Use maybe-value-set?.
(prosody-configuration): Use %unset-value.
* gnu/services/telephony.scm (jami-shepherd-services): Use maybe-value-set?.
(archive-name->username): Use maybe-value-set?.
* tests/services/configuration.scm ("maybe type, no default"): Use
%unset-value.
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-08-25 00:10:32 -04:00
Attila Lendvai
cc32cd41f7
services: configuration: Add maybe-value exported procedure.
...
* gnu/services/configuration.scm (maybe-value): New procedure.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-08-24 23:27:54 -04:00
Attila Lendvai
147f8f19f8
services: configuration: Add %unset-value exported variable.
...
* gnu/services/configuration.scm (%unset-value): New variable.
(normalize-field-type+def): Use it.
(maybe-value-unset?): Use it.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-08-24 23:27:53 -04:00
宋文武
0e11067d53
gnu: wesnoth: Update to 1.16.5.
...
* gnu/packages/games.scm (wesnoth): Update to 1.16.5.
2022-08-25 11:12:36 +08:00
Maxim Cournoyer
1c803e63f9
services: configuration: Add a 'maybe-value-set?' procedure.
...
* gnu/services/configuration.scm (maybe-value-set?): New procedure.
* doc/guix.texi (Complex Configurations): Document it. Remove comment showing
usage of 'maybe-string' with a default value, which doesn't make sense.
Co-authored-by: Attila Lendvai <attila@lendvai.name>
2022-08-24 22:34:45 -04:00
Zhu Zihao
31339f5f5f
gnu: Rename procedure "qt5-urls" to "qt-urls" in (gnu packages qt).
...
This procedure now used by Qt5 and Qt6. "qt-urls" is more neutral than
original one.
* gnu/packages/qt.scm (qt5-urls): Rename to "qt-urls".
(qtbase-5)[source]: Use "qt-urls" for uri field.
(qtbase)[source]: Ditto.
(qt5compat)[source]: Ditto.
(qtsvg-5)[source]: Ditto.
(qtsvg)[source]: Ditto.
(qtimageformats)[source]: Ditto.
(qtx11extras)[source]: Ditto.
(qtxmlpatterns)[source]: Ditto.
(qtdeclarative-5)[source]: Ditto.
(qtdeclarative)[source]: Ditto.
(qtconnectivity)[source]: Ditto.
(qtwebsockets-5)[source]: Ditto.
(qtwebsockets)[source]: Ditto.
(qtsensors)[source]: Ditto.
(qtmultimedia-5)[source]: Ditto.
(qtshadertools)[source]: Ditto.
(qtmultimedia)[source]: Ditto.
(qtwayland)[source]: Ditto.
(qtserialport)[source]: Ditto.
(qtserialbus)[source]: Ditto.
(qtwebchannel-5)[source]: Ditto.
(qtwebchannel)[source]: Ditto.
(qtwebglplugin)[source]: Ditto.
(qtwebview)[source]: Ditto.
(qtlottie)[source]: Ditto.
(qttools-5)[source]: Ditto.
(qttools)[source]: Ditto.
(qtscript)[source]: Ditto.
(qtquickcontrols-5)[source]: Ditto.
(qtquickcontrols2-5)[source]: Ditto.
(qtgraphicaleffects)[source]: Ditto.
(qtgamepad)[source]: Ditto.
(qtscxml)[source]: Ditto.
(qtpositioning)[source]: Ditto.
(qtpurchasing)[source]: Ditto.
(qtcharts)[source]: Ditto.
(qtdatavis3d)[source]: Ditto.
(qtnetworkauth-5)[source]: Ditto.
(qtnetworkauth)[source]: Ditto.
(qtremoteobjects)[source]: Ditto.
(qtspeech)[source]: Ditto.
(qtwebengine-5)[source]: Ditto.
(qtwebengine)[source]: Ditto.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-25 08:50:02 +08:00
pukkamustard
a39207f7af
gnu: Add ocaml-digestif.
...
* gnu/packages/ocaml.scm (ocaml-digestif): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-08-24 18:21:54 +02:00
pukkamustard
1cb6064b49
gnu: Add ocaml-eqaf.
...
* gnu/packages/ocaml.scm (ocaml-eqaf): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-08-24 18:21:44 +02:00
pukkamustard
4719f43841
gnu: Add ocaml-crowbar.
...
* gnu/packages/ocaml.scm (ocaml-crowbar): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-08-24 18:21:27 +02:00
pukkamustard
3d403f56dd
gnu: Add ocaml-pprint.
...
* gnu/packages/ocaml.scm (ocaml-pprint): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-08-24 18:21:12 +02:00
Xinglu Chen
6256e267da
gnu: Add ocaml-afl-persistent.
...
* gnu/packages/ocaml.scm (ocaml-afl-persistent): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-08-24 18:21:05 +02:00
Julien Lepiller
09e3ab6fbf
gnu: maven: Update to 3.8.6.
...
* gnu/packages/maven.scm (maven): Update to 3.8.6.
2022-08-24 18:17:31 +02:00
Nicolas Goaziou
6199ee19ff
gnu: crawl: Honor the #:tests? flag.
...
* gnu/packages/games.scm (crawl)[arguments]<#:phases>: Honor the #:tests? flag
in custom check phase.
2022-08-24 16:06:46 +02:00
Nicolas Goaziou
1e16af13b0
gnu: crawl: Update to 0.29.0.
...
* gnu/packages/games.scm (crawl): Update to 0.29.0.
[source]<origin>: Use GIT-FETCH method.
[arguments]<#:make-flags>: Match new directory layout.
<#:phases>: Add a phase to set version without calling GIT.
* gnu/packages/patches/crawl-upgrade-saves.patch: Match new directory layout.
2022-08-24 16:03:32 +02:00
Ricardo Wurmus
f323f04326
gnu: Add gwl/next.
...
* gnu/packages/package-management.scm (gwl/next): New variable.
2022-08-24 11:30:47 +02:00
Nicolas Goaziou
c3b8defbe0
gnu: fsearch: Update to 0.2.2.
...
* gnu/packages/search.scm (fsearch): Update to 0.2.2.
2022-08-24 09:36:25 +02:00
Maxim Cournoyer
c1a4ef9893
gnu: libsecret: Update to 0.20.5, use gexps and remove input labels.
...
* gnu/packages/gnome.scm (libsecret): Update to 0.20.5.
[outputs]: Delete doc output.
[configure-flags]: Use gexps. Remove --with-html-dir and add -Dgtk_doc.
[phases]{disable-problematic-tests}: New phase.
{check}: Override and move after the install phase.
[inputs]: Move docbook-xsl and libxml2 to...
[native-inputs]: ... here. Remove input labels. Add dbus, docbook-xml-4.2,
python, python-dbus and python-pygobject.
2022-08-23 16:56:24 -04:00
Efraim Flashner
47316120b7
gnu: ghc-8.10: Build using ghc-8.6.
...
* gnu/packages/haskell.scm (ghc-8.10)[native-inputs]: Replace ghc-8.8
with ghc-8.6.
2022-08-23 16:37:35 +03:00
Efraim Flashner
b4b7b236fa
gnu: ghc-8.10: Rewrite using G-exps.
...
* gnu/packages/haskell.scm (ghc-8.10)[arguments]: Rewrite using g-exps.
2022-08-23 16:37:34 +03:00
Efraim Flashner
b94534adf0
gnu: ghc-8.10: Add phase unconditionally.
...
* gnu/packages/haskell.scm (ghc-8.10)[arguments]: Apply custom
'skip-failing-tests-i686 phase for all architectures.
2022-08-23 16:37:34 +03:00
Efraim Flashner
9e26302773
gnu: ghc-8.8: Rewrite using G-exps.
...
* gnu/packages/haskell.scm (ghc-8.8)[arguments]: Rewrite using g-exps.
Remove trailing #t from phases.
2022-08-23 16:37:34 +03:00
Efraim Flashner
279563ffe8
gnu: ghc-8.6: Rewrite using G-exps.
...
* gnu/packages/haskell.scm (ghc-8.6)[arguments]: Rewrite using g-exps.
Remove trailing #t from phases.
2022-08-23 16:37:34 +03:00
Efraim Flashner
ab8c83dd48
gnu: ghc-8.4: Modernize package.
...
* gnu/packages/haskell.scm (ghc-8.4)[inputs]: Use inherited inputs.
[arguments]: Rewrite using g-exps. Adjust to use inherited package
arguments. Use inherited 'unpack-testsuite, 'fix environment phases.
Remove redundant 'fix-references phase.
(ghc-8.8)[arguments]: Adjust phases based on changed inherited phases.
2022-08-23 16:36:35 +03:00
Efraim Flashner
63e01d01b1
gnu: ghc-8.0: Modernize package.
...
* gnu/packages/haskell.scm (ghc-8.0)[arguments]: Rewrite using g-exps.
Unpack testsuite tarball from the store. Remove trailing #t from phases.
[inputs]: Remove input labels. Move ghc-testsuite ...
[native-inputs]: ... to here.
2022-08-23 16:31:45 +03:00
Efraim Flashner
a8848b9311
gnu: ghc-7: Update to 7.10.3.
...
* gnu/packages/haskell.scm (ghc-7): Update to 7.10.3.
2022-08-23 16:25:20 +03:00
Efraim Flashner
0fc0ce2342
gnu: ghc-7: Unpack tarballs from the store.
...
* gnu/packages/haskell.scm (ghc-7)[arguments]: Adjust custom 'unpack-bin
and 'unpack-testsuite-and-fix-bins phases to unpack tarballs directly
from the store.
2022-08-21 12:49:34 +03:00
Efraim Flashner
7032e0bc8a
gnu: ghc-7: Rewrite arguments using G-expressions.
...
* gnu/packages/haskell.scm (ghc-7)[arguments]: Rewrite using
G-expressions. Remove trailing #t from phases.
2022-08-21 12:47:35 +03:00
Tobias Geerinckx-Rice
91b112b8dd
bootloader: Remove expired export.
...
This follows up on commit 8a0e1bb12b
.
* gnu/bootloader.scm: Don't export
bootloader-configuration-additional-configuration, which no longer
exists.
Reported by muradm in #guix.
2022-08-21 02:00:00 +02:00
Jean-Baptiste Volatier
90ca0f57bf
gnu: julia: Update to 1.6.7.
...
* gnu/packages/julia.scm (julia): Update to 1.6.7.
[arguments]: Add custom 'activate-gnu-source-for-loader phase. Adjust
custom 'adjust-test-suite, 'disable-broken-tests phases for changes in
the code. Remove trailing #t from phases.
Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
2022-08-23 21:35:03 +03:00
Mark H Weaver
d769cf81d8
gnu: icecat: Update to 91.13.0-guix0-preview1 [security fixes].
...
Includes fixes for CVE-2022-38472, CVE-2022-38473, and CVE-2022-38478.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2022-08-23 12:59:09 -04:00
Ricardo Wurmus
d26b29d263
gnu: Add flair.
...
* gnu/packages/bioinformatics.scm (flair): New variable.
2022-08-23 13:30:52 +02:00
Ricardo Wurmus
01dfcad225
gnu: Add python-ncls.
...
* gnu/packages/python-xyz.scm (python-ncls): New variable.
2022-08-23 13:29:30 +02:00
Ricardo Wurmus
8d42898572
gnu: python-mappy: Update to 2.24.
...
* gnu/packages/bioinformatics.scm (python-mappy): Update to 2.24.
2022-08-23 13:29:17 +02:00
Mădălin Ionel Patrașcu
7c47fa2513
gnu: Add r-ggvenndiagram.
...
* gnu/packages/cran.scm (r-ggvenndiagram): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-08-23 12:04:25 +02:00
Mădălin Ionel Patrașcu
ee676283e2
gnu: Add r-rvenn.
...
* gnu/packages/cran.scm (r-rvenn): New variable.
2022-08-23 12:02:50 +02:00
Mădălin Ionel Patrașcu
4a6c6484df
gnu: Add r-organism-dplyr.
...
* gnu/packages/bioconductor.scm (r-organism-dplyr): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-08-23 12:02:25 +02:00
Ricardo Wurmus
090663a7a5
gnu: Add r-bladderbatch.
...
* gnu/packages/bioconductor.scm (r-bladderbatch): New variable.
2022-08-23 11:45:59 +02:00
Mădălin Ionel Patrașcu
f6bcde85a6
gnu: Add r-pcaexplorer.
...
* gnu/packages/bioconductor.scm (r-pcaexplorer): New variable.
2022-08-23 11:43:20 +02:00
Mădălin Ionel Patrașcu
6c21c9fab1
gnu: Add r-parathyroidse.
...
* gnu/packages/bioconductor.scm (r-parathyroidse): New variable.
2022-08-23 11:43:20 +02:00
宋文武
fc4ff8c3e1
gnu: lxqt: Fix default icon theme.
...
* gnu/packages/lxqt.scm (lxqt)[propagated-inputs]:
Replace oxygen-icons with breeze-icons.
2022-08-23 10:15:30 +08:00
Felix Gruber
4c03f62ad0
gnu: python-shapely: Update to 1.8.4.
...
* gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-23 08:38:46 +08:00
Tobias Geerinckx-Rice
0337b65284
gnu: python-lzo: Use G-expressions.
...
* gnu/packages/python-compression.scm (python-lzo)[arguments]:
Rewrite as G-expressions.
2022-08-21 02:00:12 +02:00
Tobias Geerinckx-Rice
504e060126
gnu: python-lzo: Update to 1.14.
...
* gnu/packages/python-compression.scm (python-lzo): Update to 1.14.
[arguments]: Don't explicitly return #t from phases.
2022-08-21 02:00:11 +02:00
Tobias Geerinckx-Rice
b5c07581c4
gnu: python-jaraco-functools: Disable flaky test.
...
* gnu/packages/python-xyz.scm (python-jaraco-functools)[arguments]:
Skip the "test_function_throttled".
Reported by Lumine in #guix.
2022-08-21 02:00:11 +02:00
Leo Famulari
ff3cecffaf
gnu: linux-libre 5.10: Update to 5.10.137.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.137.
(linux-libre-5.10-pristine-source): Update hash.
2022-08-22 11:57:28 -04:00
Leo Famulari
5a07d99870
gnu: linux-libre 5.15: Update to 5.15.62.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.62.
(linux-libre-5.15-pristine-source): Update hash.
2022-08-22 11:57:28 -04:00
Leo Famulari
3ac47c1b88
gnu: linux-libre: Update to 5.18.19.
...
* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.19.
(linux-libre-5.18-pristine-source): Update hash.
2022-08-22 11:57:28 -04:00
Nicolas Goaziou
3a9fae15a0
gnu: emacs-autothemer: Update to 0.2.6.
...
* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.6.
2022-08-22 12:13:21 +02:00
Nicolas Goaziou
4719f3d204
gnu: emacs-geiser: Update to 0.25.1.
...
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.25.1.
2022-08-22 12:12:12 +02:00
Mădălin Ionel Patrașcu
36b38bb4f3
gnu: Add r-polylabelr.
...
* gnu/packages/cran.scm (r-polylabelr): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-08-22 11:18:29 +02:00
Mădălin Ionel Patrașcu
ca823a1600
gnu: Add r-gensa.
...
* gnu/packages/cran.scm (r-gensa): New variable.
2022-08-22 10:57:01 +02:00
Mădălin Ionel Patrașcu
3534165413
gnu: Add r-ggvenn.
...
* gnu/packages/cran.scm (r-ggvenn): New variable.
2022-08-22 10:57:01 +02:00
Hilton Chain
3a4a65bd74
gnu: i3-autotiling: Update to 1.6.1.
...
* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.6.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-22 15:52:24 +08:00
Nicolas Graves
114c9ea22f
gnu: Add emacs-citar-org-roam.
...
* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
2022-08-22 10:32:39 +03:00
Michael Rohleder
013fbf598a
gnu: emacs-dockerfile-mode: Update to 1.7.
...
* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.7.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-22 15:13:56 +08:00
Michael Rohleder
d84e0b0454
gnu: celluloid: Update to 0.24.
...
* gnu/packages/video.scm (celluloid): Update to 0.24.
[inputs]: Add libadwaita.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-22 14:32:32 +08:00
Michael Rohleder
79a8cfffe9
gnu: beets: Update to 1.6.0.
...
* gnu/packages/music.scm (beets): Update to 1.6.0.
[inputs]: Remove python-six.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-22 14:18:29 +08:00
Zhu Zihao
9ebed88cf6
gnu: dotherside: Update to 0.9.0.
...
* gnu/packages/qt.scm (dotherside): Update to 0.9.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-22 14:06:02 +08:00
宋文武
1dd5b07955
gnu: xfce4-equake-plugin: Update to 1.3.8.1.
...
* gnu/packages/xfce.scm (xfce4-equake-plugin): Update to 1.3.8.1.
2022-08-22 10:39:18 +08:00
宋文武
7b521f3a90
gnu: xfce4-terminal: Update to 1.0.4.
...
* gnu/packages/xfce.scm (xfce4-terminal): Update to 1.0.4.
2022-08-22 10:38:57 +08:00
宋文武
5edd5bb800
gnu: thunar: Update to 4.16.11.
...
* gnu/packages/xfce.scm (thunar): Update to 4.16.11.
2022-08-22 10:38:37 +08:00
宋文武
7970f1392d
gnu: elementary-xfce-icon-theme: Update to 0.17.
...
* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.17.
2022-08-22 10:36:37 +08:00
Michael Rohleder
a721bf68b3
gnu: xfdesktop: Update to 4.16.1.
...
* gnu/packages/xfce.scm (xfdesktop): Update to 4.16.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-22 09:10:37 +08:00
Michael Rohleder
8634ab941f
gnu: xfce4-panel: Update to 4.16.5.
...
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.5.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-22 09:08:34 +08:00
宋文武
fdde539028
gnu: lxqt-connman-applet: Remove patch-translations-dir phase.
...
* gnu/packages/lxqt.scm (lxqt-connman-applet)[arguments]:
Remove patch-translations-dir phase.
2022-08-22 08:42:54 +08:00
宋文武
bc334d4a2f
gnu: lxqt-archiver: Update to 0.6.0.
...
* gnu/packages/lxqt.scm (lxqt-archiver): Update to 0.6.0.
2022-08-22 08:42:54 +08:00
宋文武
33c1d2e515
gnu: screengrab: Update to 2.4.0.
...
* gnu/packages/lxqt.scm (screengrab): Update to 2.4.0.
2022-08-22 08:42:54 +08:00