Lars-Dominik Braun
56136cfc30
gnu: kakoune: Update to 2021.11.08.
...
* gnu/packages/text-editors.scm (kakoune)[version]: Update to 2021.11.08.
[arguments]<#:phases>: Remove unnecessary phase 'chdir and drop deprecated #t
return value.
[native-inputs]: Drop ruby and asciidoc, which are not used during build.
2022-07-14 10:28:00 +02:00
Maxim Cournoyer
692c2ad327
gnu: python-gevent: Disable failing test on i686-linux.
...
Fixes <https://issues.guix.gnu.org/42553 >.
* gnu/packages/python-xyz.scm (python-gevent)
[phases]{adjust-tests}: Skip the test__core_stat.py test suite.
2022-07-13 22:34:58 -04:00
Oleg Pykhalov
b33e1a183f
services: docker: Fix race condition.
...
Fixes <https://issues.guix.gnu.org/38432 >.
* gnu/packages/patches/containerd-create-pid-file.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
* gnu/packages/docker.scm (containerd)[source]: Add this patch.
* gnu/services/docker.scm
(containerd-shepherd-service): Add #:pid-file and #:pid-file-timeout.
* gnu/services/docker.scm (docker-shepherd-service): Add --containerd flag.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-13 21:36:41 -04:00
Ludovic Courtès
af4c103595
home: services: environment-variables: Double-quote values.
...
Fixes <https://issues.guix.gnu.org/54469 >.
Reported by Maxime Devos <maximedevos@telenet.be>.
* gnu/home/services.scm (environment-variable-shell-definitions): New
procedure, with code formerly in 'serialize-posix-env-vars'.
(environment-variables->setup-environment-script): Change
"setup-environment" from 'mixed-text-file' to 'computed-file', and use
'environment-variable-shell-definitions'.
* tests/guix-home.sh: Test it.
* gnu/home/services/shells.scm (serialize-posix-env-vars): Delegate to
'environment-variable-shell-definitions'.
2022-07-14 01:05:34 +02:00
Ludovic Courtès
8af749224f
home: services: shells: Double-quote environment variable values.
...
Fixes <https://issues.guix.gnu.org/56540 >.
Until now, environment variable values were emitted unquoted, producing
invalid shell code if the value contains spaces for example.
* gnu/home/services/shells.scm (serialize-posix-env-vars): Define
'shell-quote' procedure in staged code and use it for #$value.
* tests/guix-home.sh: Add test for PS1 variable with a value containing
spaces.
2022-07-14 01:05:34 +02:00
Ludovic Courtès
9e4cbb3076
home: services: shell: Do not use "setup" as a verb.
...
* gnu/home/services/shells.scm (zsh-file-zprofile)
(add-bash-configuration): Do not use "setup" as a word in generated
files. End sentences with a period.
2022-07-14 01:05:34 +02:00
Ludovic Courtès
7a6302acb0
home: services: Fix typo.
...
* gnu/home/services.scm (environment-variables->setup-environment-script):
Fix spelling of 'warn-about-duplicate-definitions'.
2022-07-14 01:05:34 +02:00
Marius Bakke
c420b66c23
gnu: xorg-server: Update to 21.1.4 [fixes CVE-2022-2319, CVE-2022-2320].
...
* gnu/packages/xorg.scm (xorg-server): Update to 21.1.4.
2022-07-14 00:00:50 +02:00
Marius Bakke
b160795a0b
gnu: samba: Update to 4.16.2.
...
* gnu/packages/samba.scm (samba): Update to 4.16.2.
2022-07-13 23:25:12 +02:00
Marius Bakke
5b6b731c7d
gnu: Remove duplicate package.
...
* gnu/packages/autotools.scm (libtool-2.4.7): Remove variable.
2022-07-13 23:25:11 +02:00
Maxim Cournoyer
2e6be59131
gnu: mapnik: Update to 3.1.0.
...
The build still fails, but hopefully it gets us closer.
* gnu/packages/geo.scm (mapnik): Update to 3.1.0.
2022-07-13 12:51:25 -04:00
Raghav Gururajan
6ed5b496bc
gnu: gajim: Update to 1.4.6.
...
* gnu/packages/messaging.scm (gajim)[version]: Update to 1.4.6.
2022-07-13 12:00:43 -04:00
Raghav Gururajan
2998009850
gnu: gajim: Disable failing tests.
...
* gnu/packages/messaging.scm (gajim)[phases]: Add disable-failing-tests phase.
2022-07-13 11:58:16 -04:00
Nicolas Goaziou
e1a8100936
gnu: emacs-hyperbole: Improve package style.
...
* gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Use G-expressions.
2022-07-13 16:06:22 +02:00
Nicolas Goaziou
f6b18b5372
gnu: emacs-hyperbole: Update to 8.0.0.
...
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 8.0.0.
[arguments]<#:include>: Use %default-include.
<#:phases>: Add build fix.
* gnu/packages/patches/emacs-hyperbole-toggle-messaging.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Delete reference to removed file.
2022-07-13 16:02:36 +02:00
Nicolas Goaziou
e31f3e9d1c
gnu: emacs-evil-nerd-commenter: Update to 3.5.7.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.7.
2022-07-13 15:41:54 +02:00
Nicolas Goaziou
758e49a7ae
gnu: emacs-evil-matchit: Update to 3.0.0.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.0.
2022-07-13 15:40:37 +02:00
Nicolas Goaziou
0e87328f0b
gnu: emacs-dts-mode: Update to 1.0.
...
* gnu/packages/emacs-xyz.scm (emacs-dts-mode): Update to 1.0.
[source]<origin>: Switch to ELPA repository since GitHub repository does not
seem to be up to date anymore.
[home-page]: Update URL.
2022-07-13 15:31:33 +02:00
Nicolas Goaziou
9611664d87
gnu: emacs-fennel-mode: Update to 0.5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-fennel-mode): Update to 0.5.0.
[source]<origin>: Update URI.
[home-page]: Update URL.
2022-07-13 15:28:36 +02:00
Nicolas Goaziou
e98f363b13
gnu: emacs-meow: Update to 1.4.2.
...
* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.2.
2022-07-13 15:18:35 +02:00
Nicolas Goaziou
0a4827a96b
gnu: emacs-org-static-blog: Update to 1.6.0.
...
* gnu/packages/emacs-xyz.scm (emacs-org-static-blog): Update to 1.6.0.
2022-07-13 15:17:04 +02:00
Nicolas Goaziou
1aecb0c574
gnu: emacs-prescient: Update to 5.2.1.
...
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.2.1.
2022-07-13 15:14:37 +02:00
Nicolas Goaziou
1f8b50a60d
gnu: emacs-yaml: Update to 0.5.1.
...
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.1.
2022-07-13 15:10:16 +02:00
Maxim Cournoyer
6d5b3df7af
gnu: sushi: Fix URI.
...
Fixes <https://issues.guix.gnu.org/56537 >, introduced with ef82f34482
.
* gnu/packages/gnome.scm (sushi)[source]: Adjust URI.
Reported-by: Christopher Howard <christopher@librehacker.com>
2022-07-13 08:38:56 -04:00
Maxim Cournoyer
f516f33337
gnu: r-d3r: Update d3.js input hashes, mutated in place.
...
Fixes <https://issues.guix.gnu.org/46456 >.
* gnu/packages/cran.scm (r-d3r)[native-inputs]: Update hashes for d3.v5.js,
d3.v6.js and d3.v7.js.
Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
2022-07-13 08:36:04 -04:00
Jan (janneke) Nieuwenhuizen
c93f83757a
gnu: dezyne: Update to 2.15.4.
...
* gnu/packages/dezyne.scm (dezyne): Update to 2.15.4.
2022-07-13 08:21:41 +02:00
Maxim Cournoyer
734f50c31d
gnu: elpa: Update source URL.
...
Fixes <https://issues.guix.gnu.org/46460 >.
* gnu/packages/maths.scm (elpa): Update source URL.
Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
2022-07-13 01:08:59 -04:00
Maxim Cournoyer
84eab6dc74
gnu: r-rda: Update hash.
...
Fixes <https://issues.guix.gnu.org/46475 >.
* gnu/packages/cran.scm (r-rda): Update hash.
Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
2022-07-13 00:53:29 -04:00
Maxim Cournoyer
b729be989f
gnu: trilinos-serial-xyce: Fetch source from git.
...
Fixes <https://issues.guix.gnu.org/46480 >.
* gnu/packages/engineering.scm (trilinos-serial-xyce)[source]: Fetch from git.
[phases]: Delete trailing #t.
[native-inputs, inputs]: Use new style.
Reported-by: Danny Milosavljevic <dannym@scratchpost.org>
2022-07-13 00:32:23 -04:00
Maxim Cournoyer
c8f32406e8
gnu: deja-dup: Use new style inputs.
...
* gnu/packages/gnome.scm (deja-dup)[inputs, native-inputs]: Use new style.
2022-07-12 23:23:27 -04:00
Maxim Cournoyer
cabfbcf6e0
gnu: deja-dup: Update to 43.4.
...
Fixes <https://issues.guix.gnu.org/55544 >.
* gnu/packages/gnome.scm (deja-dup): Update to 43.4.
[phases]{patch-paths}: Adjust Duplicityinstance.vala path.
{skip-gtk-update-icon-cache}: Delete phase.
[inputs]: Replace gtk+ with gtk. Add libadwaita. Replace libsoup-minimal-2
with libsoup.
[native-inputs]: Add gtk:bin.
Reported-by: Michael Terry <mike@mterry.name>
2022-07-12 23:23:27 -04:00
Maxim Cournoyer
3f814d1878
gnu: gtk: Use new style inputs.
...
* gnu/packages/gtk.scm (gtk)[native-inputs]: Use new style.
[propagated-inputs]: Likewise.
2022-07-12 23:23:26 -04:00
Maxim Cournoyer
9819aac1d8
gnu: gtk: Update to 4.6.6.
...
* gnu/packages/gtk.scm (gtk): Update to 4.6.6.
[phases]{patch}: Disable 'unaligned-offscreen' test.
2022-07-12 23:23:26 -04:00
Maxim Cournoyer
ad7a2be415
gnu: inkscape: Add bash-minimal to inputs.
...
* gnu/packages/inkscape.scm (inkscape)[inputs]: Add bash-minimal.
2022-07-12 23:23:26 -04:00
Maxim Cournoyer
b1523ffac5
gnu: inkscape: Wrap GDK_PIXBUF_MODULE_FILE.
...
Fixes <https://issues.guix.gnu.org/55634 >.
* gnu/packages/inkscape.scm (inkscape)
[phases]{wrap-program}: Override phase.
Reported-by: Maxime Devos <maximedevos@telenet.be>
2022-07-12 23:23:26 -04:00
Maxim Cournoyer
7dcba233a3
gnu: inkscape: Reintroduce variable, updated to 1.2.
...
* gnu/packages/inkscape.scm (inkscape): Update to 1.2.
[phases]{disable-problematic-tests}: New phase.
2022-07-12 23:23:26 -04:00
Maxim Cournoyer
023259c4bd
gnu: inkscape: Rename variable to inkscape/stable and hide package.
...
This will allow introducing a new 'inkscape' package that can be more freely
upgraded on the main branch.
* gnu/packages/inkscape.scm (inkscape): Rename to...
(inkscape/stable): ... this, and make it a hidden package.
* gnu/packages/admin.scm (wpa-supplicant-gui)[native-inputs]: Rename inkscape
input accordingly.
* gnu/packages/docbook.scm (dblatex): Likewise.
* gnu/packages/gnome-xyz.scm (arc-theme): Likewise.
* gnu/packages/python-xyz.scm (python-matplotlib-documentation): Likewise.
(python-nbconvert): Likewise.
* gnu/packages/xfce.scm (xfdesktop): Likewise.
* gnu/packages/xorg.scm (hackneyed-x11-cursors): Likewise.
2022-07-12 23:23:25 -04:00
Maxim Cournoyer
73d7247aac
gnu: tracker-miners: Use new style inputs.
...
* gnu/packages/gnome.scm (tracker-miners)
[native-inputs]: Use new style inputs.
[inputs]: Likewise.
2022-07-12 23:23:25 -04:00
Maxim Cournoyer
c13a258575
gnu: tracker-miners: Update to 3.3.1.
...
* gnu/packages/gnome.scm (tracker-miners): Update to 3.3.1.
[inputs]: Replace libsoup-minimal-2 with libsoup.
[phases]{check}: Do not run the 'slow' tests, which fail.
2022-07-12 23:23:25 -04:00
Maxim Cournoyer
5f52155549
gnu: tracker: Use new style inputs.
...
* gnu/packages/gnome.scm (tracker)
[native-inputs]: Use new style inputs.
[inputs]: Likewise.
2022-07-12 23:23:25 -04:00
Maxim Cournoyer
d6556ba1bf
gnu: tracker: Propagate libraries 'required' by pkg-config.
...
* gnu/packages/gnome.scm (tracker)[inputs]: Move libxml2, icu4c, json-glib and
sqlite to...
[propagated-inputs]: ... here. Add glib.
2022-07-12 23:23:25 -04:00
Maxim Cournoyer
d0f2441dac
gnu: tracker: Update to 3.3.1.
...
* gnu/packages/gnome.scm (tracker): Update to 3.3.1.
[inputs]: Replace libsoup-minimal-2 with libsoup.
2022-07-12 23:23:25 -04:00
Maxim Cournoyer
fcd552d776
gnu: libadwaita: Propagate gtk.
...
* gnu/packages/gnome.scm (libadwaita)[inputs]: Move gtk to...
[propagated-inputs]: ... here.
2022-07-12 23:23:24 -04:00
Maxim Cournoyer
58dba446e3
gnu: sushi: Add bash-minimal to inputs.
...
* gnu/packages/gnome.scm (sushi)[inputs]: Add bash-minimal.
2022-07-12 23:23:24 -04:00
Maxim Cournoyer
0fc3d5a6d4
gnu: sushi: Use new style inputs.
...
* gnu/packages/gnome.scm (sushi)[native-inputs, inputs]: Use new style.
2022-07-12 23:23:24 -04:00
Maxim Cournoyer
ef82f34482
gnu: sushi: Update to 42.0.
...
* gnu/packages/gnome.scm (sushi): Update to 42.0.
[inputs]: Replace webkitgtk-with-libsoup2 with webkitgtk.
2022-07-12 23:23:24 -04:00
Greg Hogan
bfec24b118
gnu: faust-2: Update to 2.41.1.
...
* gnu/packages/audio.scm (faust-2): Update to 2.41.1.
[build-system]: Replace gnu-build-system with cmake-build-system.
[arguments]<#:phases>: Invoke cmake directly to build the main package
and invoke make directly to build ancillary tools.
[native-inputs]: Replace llvm-3.8 with llvm.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13 00:20:06 +02:00
Artyom V. Poptsov
74bbe09b1f
gnu: Add candle.
...
* gnu/packages/engineering.scm (candle): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13 00:20:05 +02:00
Samuel Fadel
20693769d6
gnu: Add breeze-gtk.
...
* gnu/packages/kde-plasma.scm (breeze-gtk): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13 00:20:05 +02:00
Greg Hogan
3bfd7eaaeb
gnu: git: Update to 2.37.0.
...
* gnu/packages/version-control.scm (git): Update to 2.37.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13 00:20:05 +02:00
Ricardo Wurmus
82e7e05dea
gnu: lv2-mda-piano: Add missing native input.
...
* gnu/packages/audio.scm (lv2-mda-piano)[native-inputs]: Add ttl2c.
2022-07-13 00:16:27 +02:00
Ricardo Wurmus
82de3b60b5
gnu: lvtk: Bump version number.
...
This is really version 2.x of the API.
* gnu/packages/audio.scm (lvtk): Rename this variable...
(lvtk-2): ...to this.
[version]: Bump major version to 2.
(lvtk): Alias to lvtk-1.
2022-07-13 00:16:27 +02:00
Ricardo Wurmus
d963e6d721
gnu: Add lvtk-1.
...
* gnu/packages/audio.scm (lvtk-1): New variable.
2022-07-13 00:16:27 +02:00
Ricardo Wurmus
2829fb4a83
gnu: Add ttl2c.
...
* gnu/packages/audio.scm (ttl2c): New variable.
2022-07-13 00:16:27 +02:00
Efraim Flashner
c8045fa052
gnu: openmpi: Only build with valgrind on supported systems.
...
* gnu/packages/mpi.scm (openmpi)[inputs]: Wrap valgrind in if-supported
macro.
[arguments]: Adjust configure-flags based on if valgrind is present.
2022-07-12 21:37:09 +03:00
Efraim Flashner
40095549f4
gnu: sbcl: Fix building on powerpc-linux.
...
* gnu/packages/lisp.scm (sbcl)[native-inputs]: Remove clisp, add ecl.
[arguments]: In custom 'build phase replace 'clisp' with 'ecl' for
powerpc-linux and adjust the dynamic-space-size to closer to the maximum
RAM for the architecture.
2022-07-12 21:37:09 +03:00
Maxim Cournoyer
f0c8abe857
gnu: pokerth: Fix build and modernize package.
...
Fixes <https://issues.guix.gnu.org/51093 >.
* gnu/packages/games.scm (pokerth) [source]: Apply patch
[inputs]: Use new style.
[phases]: Delete trailing #t. Use gexps.
{fix-paths}: Remove the gsasl and libircclient related substitutions.
2022-07-12 11:18:13 -04:00
Maxim Cournoyer
07fdfb9e1e
gnu: protobuf-2: Fix build.
...
Partially fixes <https://issues.guix.gnu.org/51093 >.
* gnu/packages/protobuf.scm (protobuf-2)
[phases]{disable-broken-tests}: Delete phase.
2022-07-12 11:18:13 -04:00
Efraim Flashner
094505d56c
gnu: numactl: Enable armhf-linux as a supported system.
...
* gnu/packages/linux.scm (numactl)[supported-systems]: Remove field.
2022-07-12 17:39:57 +03:00
Efraim Flashner
706af6dfd7
gnu: numactl: Fix building on riscv64-linux.
...
* gnu/packages/linux.scm (numactl)[arguments]: When building for
riscv64-linux always link with libatomic.
2022-07-12 17:39:57 +03:00
Efraim Flashner
321bb9f0e9
gnu: libratbag: Only build with valgrind on supported systems.
...
* gnu/packages/gnome.scm (libratbag)[arguments]: Disable some tests when
valgrind isn't present.
[native-inputs]: Only add valgrind on systems which support it.
2022-07-12 17:39:57 +03:00
Efraim Flashner
d1a235d72d
gnu: bcachefs-tools: Enable tests.
...
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Adjust
make-flags to find pytest. Don't disable tests.
2022-07-12 17:39:57 +03:00
Efraim Flashner
f58ba4031f
gnu: bcachefs-tools: Only build with valgrind on supported systems.
...
* gnu/packages/file-systems.scm (bcachefs-tools)[native-inputs]: Only
add valgrind on systems where valgrind is supported.
2022-07-12 17:39:56 +03:00
Efraim Flashner
0d6d7b3efc
gnu: sbcl: Fix building on armhf-linux.
...
* gnu/packages/lisp.scm (sbcl)[arguments]: When building for armhf-linux
add a phase to remove build optimizations targeting armv5.
2022-07-12 17:39:56 +03:00
Efraim Flashner
79a7c6e811
gnu: python-tornado-6: Adjust test timeout.
...
* gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust
custom 'check phase to allow a longer test timeout.
2022-07-12 17:39:56 +03:00
Efraim Flashner
aba4cdc87f
gnu: python-tornado-6: Honor tests flag.
...
* gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust
custom 'check phase to honor the #:tests? flag.
2022-07-12 17:39:56 +03:00
Efraim Flashner
908b680a5f
gnu: python-attrs: Remove test deadlines on riscv64-linux.
...
* gnu/packages/python-xyz.scm (python-attrs)[arguments]: When building
for riscv64-linux remove the hypothesis test deadlines.
2022-07-12 17:39:49 +03:00
Maxim Cournoyer
9173cb522d
gnu: gvfs: Update to 1.50.2 and modernize definition.
...
* gnu/packages/gnome.scm (gvfs): Update to 1.50.2.
[arguments]: Use gexps.
[native-inputs, inputs]: Use new style.
2022-07-12 09:24:46 -04:00
Nicolas Goaziou
5cd7e0cf26
gnu: emacs-easy-kill: Update to 0.9.5.
...
* gnu/packages/emacs-xyz.scm (emacs-easy-kill): Update to 0.9.5.
2022-07-12 12:40:43 +02:00
Nicolas Goaziou
3f772eb427
gnu: emacs-all-the-icons-dired: Update to 2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-dired): Update to 2.0.
[source]<origin>: Update URI.
[home-page]: Update URL.
2022-07-12 12:37:54 +02:00
Nicolas Goaziou
38a11e5fba
gnu: emacs-mastodon: Update package style.
...
* gnu/packages/emacs-xyz.scm (emacs-mastodon)[arguments]: Use
G-expressions. Remove trailing #T in phases.
2022-07-12 12:27:45 +02:00
Nicolas Goaziou
f2f29271b4
gnu: emacs-mastodon: Update to 1.0.0.
...
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.0.
[propagated-inputs]: Add EMACS-REQUEST.
[source]<origin>: Update URI.
[home-page]: Update URL.
2022-07-12 12:27:34 +02:00
Nicolas Goaziou
a717bd5eb7
gnu: emacs-ebib: Update to 2.38.1.
...
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.38.1.
2022-07-12 12:15:00 +02:00
Nicolas Goaziou
2c538e2d1e
gnu: emacs-ebuild-mode: Update to 1.60.
...
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.60.
2022-07-12 12:14:10 +02:00
Nicolas Goaziou
e9a3b3e4f3
gnu: emacs-pandoc-mode: Update to 2.32.
...
* gnu/packages/emacs-xyz.scm (emacs-pandoc-mode): Update to 2.32.
2022-07-12 12:12:42 +02:00
Nicolas Goaziou
50274c3c02
gnu: emacs-logview: Update to 0.15.
...
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.15.
2022-07-12 12:11:41 +02:00
Nicolas Goaziou
ae92a7ea45
gnu: emacs-pyim-basedict: Update to 0.5.4.
...
* gnu/packages/emacs-xyz.scm (emacs-pyim-basedict): Update to 0.5.4.
[propagated-inputs]: Add EMACS-PYIM.
2022-07-12 12:09:32 +02:00
Nicolas Goaziou
e9dc7c8b24
gnu: emacs-pyim: Update to 5.2.3.
...
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.3.
[propagated-inputs]: Remove EMACS-PYIM-BASEDICT.
2022-07-12 12:09:12 +02:00
Nicolas Goaziou
d6551d68fb
gnu: emacs-rustic: Update to 3.2.
...
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.2.
2022-07-12 12:00:20 +02:00
Nicolas Goaziou
7c151ff7fd
gnu: emacs-rust-mode: Update to 1.0.5.
...
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.5.
2022-07-12 11:59:47 +02:00
Nicolas Goaziou
2ba7641f3c
gnu: emacs-treemacs: Update to 2.10.
...
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.10.
2022-07-12 11:58:03 +02:00
Nicolas Goaziou
8a36f03d72
gnu: emacs-pfuture: Update to 1.10.3.
...
* gnu/packages/emacs-xyz.scm (emacs-pfuture): Update to 1.10.3.
2022-07-12 11:58:02 +02:00
Nicolas Goaziou
e51f886e19
gnu: emacs-yaml: Update to 0.5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.0.
2022-07-12 11:55:39 +02:00
Nicolas Goaziou
99b27f9238
gnu: emacs-xr: Update to 1.23.
...
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.23.
2022-07-12 11:53:30 +02:00
Maxim Cournoyer
94b04fcd06
gnu: onionshare-cli: Update git URL.
...
* gnu/packages/tor.scm (onionshare-cli)[source]: Update git URL.
2022-07-11 23:56:39 -04:00
Maxim Cournoyer
aedd7dc8e0
gnu: onionshare: Update to 2.5 and disable tests.
...
* gnu/packages/tor.scm (onionshare): Update to 2.5.
[tests?]: Set to #f.
[phases]: Use gexps.
{patch-tests}: Delete phase.
{check}: Invoke pytest through xvfb-run.
2022-07-11 23:56:39 -04:00
Maxim Cournoyer
b54a243ec1
gnu: onionshare-cli: Update to 2.5.
...
* gnu/packages/tor.scm (onionshare-cli): Update to 2.5.
[phases]: Use gexps.
{bake-tor}: Use search-input-file and search-input-directory.
2022-07-11 23:56:39 -04:00
Reily Siegel
8d922504b2
gnu: home: Add Guix channels service.
...
* gnu/home/services/guix.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add guix.scm.
* doc/guix.texi: Add documentation for home-channels-service.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-12 01:17:46 +02:00
Greg Hogan
03bc18dfcf
gnu: clang-toolchain-14: Build with libomp-14.
...
* gnu/packages/llvm.scm (libomp-14): New variable.
(libomp-13): Inherit from libomp-14.
(libomp): Define as libomp-13.
(make-clang-toolchain): Parameterize libomp.
(clang-toolchain-14): Use libomp-14.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-12 01:17:45 +02:00
Greg Hogan
f276ebc348
gnu: LLVM, Clang, LLD: Update to 14.0.6.
...
* gnu/packages/llvm.scm (llvm-14, clang-14, lld-14): Update to 14.0.6.
(%llvm-monorepo-hashes, %llvm-patches): Adjust accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-12 01:17:45 +02:00
Greg Hogan
3485984a09
gnu: llvm-3.7, llvm-3.8: Fix build with gcc.
...
* gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch,
gnu/packages/patches/llvm-3.x.1-fix-build-with-gcc.patch: New files.
* gnu/packages/llvm.scm (clang-runtime-3.7, llvm-3.7, llvm-3.8): Use patches.
* gnu/local.mk: Register patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-12 01:17:45 +02:00
Greg Hogan
e5e352ae2a
gnu: llvm-8: Fix build with gcc-10.
...
* gnu/packages/patches/llvm-8-fix-build-with-gcc-10.patch: New file.
* gnu/packages/llvm.scm (clang-8, clang-runtime-8): Update to 8.0.1.
* gnu/packages/llvm.scm (llvm-8): Use patch and update to 8.0.1.
* gnu/local.mk: Register patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-12 01:17:45 +02:00
arkhan
dee9a32888
gnu: xonsh: Update to 0.13.0
...
* gnu/packages/shells.scm (xonsh): Update to 0.13.0.
[source]: Rewrite snippet as a gexp.
[native-inputs]: Add python-setuptools, python-wheel
[inputs]: Add python-distro, python-pygments, python-pyperclip, python-setproctitle
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-12 01:17:45 +02:00
Maxim Cournoyer
6a6d9a858e
gnu: xorg: Normalize whitespace between package definitions.
...
* gnu/packages/xorg.scm: Use a single blank line between packages.
2022-07-11 15:07:37 -04:00
Maxim Cournoyer
df44d359f3
gnu: luit: Fix invalid locale.alias location.
...
Fixes <https://issues.guix.gnu.org/43592 >.
* gnu/packages/xorg.scm (mkfontscale)[configure-flags]: Point to libx11's
locale.alias file via the '--with-localealiasfile' configure option.
[inputs]{libx11}: New input.
2022-07-11 15:06:19 -04:00
Maxim Cournoyer
85d7babe64
gnu: luit: Fix indentation.
...
* gnu/packages/xorg.scm (luit): Fix indentation.
2022-07-11 14:55:35 -04:00
jgart
6ffb3ef4d6
gnu: Add sxmo-st.
...
* gnu/packages/suckless.scm (sxmo-st): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-11 11:49:37 -04:00
Efraim Flashner
e0e87fe3a6
gnu: icu4c-70: Fix building on riscv64-linux.
...
* gnu/packages/icu4c.scm (icu4c-70)[arguments]: When building for
riscv64-linux replace the custom 'disable-failing-test phase to skip an
additional test.
2022-07-11 16:18:12 +03:00
Efraim Flashner
584cf4dadd
gnu: xwud: Update to 1.0.6.
...
* gnu/packages/xorg.scm (xwud): Update to 1.0.6.
2022-07-11 15:13:53 +03:00
Efraim Flashner
7aeab7adb2
gnu: xpr: Update to 1.1.0.
...
* gnu/packages/xorg.scm (xpr): Update to 1.1.0.
2022-07-11 15:13:53 +03:00
Efraim Flashner
f265a89187
gnu: xfontsel: Update to 1.1.0.
...
* gnu/packages/xorg.scm (xfontsel): Update to 1.1.0.
2022-07-11 15:13:52 +03:00
Efraim Flashner
b60a96dc31
gnu: xf86-video-mga: Update to 2.0.1.
...
* gnu/packages/xorg.scm (xf86-video-mga): Update to 2.0.1.
2022-07-11 15:13:52 +03:00
Efraim Flashner
b4268263c6
gnu: xf86-video-cirrus: Update to 1.6.0.
...
* gnu/packages/xorg.scm (xf86-video-cirrus): Update to 1.6.0.
2022-07-11 15:13:52 +03:00
Efraim Flashner
d1f3080b09
gnu: xf86-input-synaptics: Update to 1.9.2.
...
* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.9.2.
2022-07-11 15:13:52 +03:00
Efraim Flashner
c9328e6966
gnu: xcmsdb: Update to 1.0.6.
...
* gnu/packages/xorg.scm (xcmsdb): Update to 1.0.6.
2022-07-11 15:13:51 +03:00
Efraim Flashner
f3e2d1dddf
gnu: xf86-video-mach64: Update to 6.9.7.
...
* gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.9.7.
[source]: Remove patches.
* gnu/packages/patches/xf86-video-mach64-bool-to-boolean.patch,
gnu/packages/patches/xf86-video-mach64-glibc-2.20.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2022-07-11 15:13:51 +03:00
Nicolas Goaziou
34e90ea115
gnu: emacs-csv-mode: Update to 1.21.
...
* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.21.
2022-07-11 12:32:20 +02:00
Nicolas Goaziou
b2668faac0
gnu: emacs-js2-mode: Update to 20220710.
...
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20220710.
2022-07-11 12:29:30 +02:00
Nicolas Goaziou
2d6586874b
gnu: emacs-ement: Update to 0.1-pre-3.02015ea.
...
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1-pre-3.02015ea.
2022-07-11 12:23:29 +02:00
Nicolas Goaziou
8bc6219cce
gnu: emacs-ement: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-ement)[propagated-inputs]: Add
EMACS-TAXY-MAGIT-SECTION.
2022-07-11 12:20:57 +02:00
Nicolas Goaziou
2b4d43d1c3
gnu: Add emacs-taxy-magit-section.
...
* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): New variable.
2022-07-11 12:19:03 +02:00
Nicolas Goaziou
146b49d4aa
gnu: emacs-kind-icon: Update to 0.1.6.
...
* gnu/packages/emacs-xyz.scm (emacs-kind-icon): Update to 0.1.6.
2022-07-11 12:09:30 +02:00
Efraim Flashner
556a96fe21
gnu: python-gevent: Remove cythonized files.
...
* gnu/packages/python-xyz.scm (python-gevent)[source]: Adjust snippet to
also remove generated cythonized files.
[native-inputs]: Add python-cython.
2022-07-11 13:03:33 +03:00
zimoun
1b3b653aa0
gnu: Add julia-csv.
...
* gnu/packages/julia-xyz.scm (julia-csv): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-11 13:03:32 +03:00
zimoun
373a625bd0
gnu: Add julia-sentinelarrays.
...
* gnu/packages/julia-xyz.scm (julia-sentinelarrays): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-11 13:03:32 +03:00
zimoun
c9ceb301c6
gnu: julia-weakrefstrings: Update to 1.4.0.
...
* gnu/packages/julia-xyz.scm (julia-weakrefstrings): Update to 1.4.0.
[propagated-inputs]: Add julia-inlinestrings.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-11 13:03:32 +03:00
zimoun
588c73f196
gnu: julia-json: Update to 0.21.3.
...
* gnu/packages/julia-xyz.scm (julia-json): Update to 0.21.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-11 13:03:32 +03:00
zimoun
e4caadb096
gnu: Add julia-inlinestrings.
...
* gnu/packages/julia-xyz.scm (julia-inlinestrings): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-11 13:03:31 +03:00
zimoun
4a519a1092
gnu: julia-parsers: Update to 2.2.4.
...
* gnu/packages/julia-xyz.scm (julia-parsers): Update to 2.2.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-11 13:03:29 +03:00
Nicolas Goaziou
36391f0ff0
gnu: emacs-helm-ls-git: Update to 1.9.4.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-ls-git): Update to 1.9.4.
2022-07-11 12:01:40 +02:00
Nicolas Goaziou
31ffe484be
gnu: emacs-helm: Update to 3.8.6.
...
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.6.
2022-07-11 12:00:06 +02:00
Nicolas Goaziou
c8706d109e
gnu: emacs-iter2: Update to 1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.2.
2022-07-11 11:58:04 +02:00
Nicolas Goaziou
7a7d4d1122
gnu: emacs-hl-todo: Update to 3.4.2.
...
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.4.2.
2022-07-11 11:54:51 +02:00
Nicolas Goaziou
52abf14312
gnu: emacs-no-littering: Update to 1.2.7.
...
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.7.
2022-07-11 11:53:03 +02:00
Nicolas Goaziou
3062ec28fe
gnu: emacs-git-gutter: Update to 0.92.
...
* gnu/packages/emacs-xyz.scm (emacs-git-gutter): Update to 0.92.
2022-07-11 11:51:07 +02:00
Nicolas Goaziou
022847ac52
gnu: emacs-find-file-in-project: Update to 6.2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.2.0.
2022-07-11 11:48:45 +02:00
Nicolas Goaziou
7b151edb0d
gnu: emacs-eldev: Update package style.
...
* gnu/packages/emacs-xyz.scm (emacs-eldev)[arguments]: Use G-expressions.
2022-07-11 11:46:20 +02:00
Nicolas Goaziou
1cea926ff4
gnu: emacs-eldev: Update to 1.1.3.
...
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.1.3.
2022-07-11 11:44:57 +02:00
Nicolas Goaziou
ed17b08ff5
gnu: emacs-datetime: Update to 0.7.2.
...
* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.7.2.
2022-07-11 11:39:39 +02:00
Nicolas Goaziou
cd568008c3
gnu: emacs-counsel-etags: Update to 1.10.1.
...
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.10.1.
2022-07-11 11:38:25 +02:00
Nicolas Goaziou
5706fdc13f
gnu: emacs-docker: Update to 2.2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-docker): Update to 2.2.0.
2022-07-11 11:37:01 +02:00
Nicolas Goaziou
d4b09ba1c5
gnu: emacs-package-build: Fix typo in synopsis.
...
* gnu/packages/emacs-xyz.scm (emacs-package-build)[synopsis]: Fix typo.
2022-07-11 11:33:08 +02:00
Nicolas Goaziou
44054b9d1f
gnu: emacs-package-build: Update to 3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 3.1.
2022-07-11 11:33:00 +02:00
Nicolas Goaziou
0e00403ade
gnu: emacs-pubmed: Drop ".git" suffix in source URL.
...
* gnu/packages/emacs-xyz.scm (emacs-pubmed)[source]<origin>: Drop ".git"
suffix in URL.
2022-07-11 11:29:58 +02:00
Nicolas Goaziou
a482e389ce
gnu: emacs-pubmed: Update to 0.6.1.
...
* gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.6.1.
2022-07-11 11:29:49 +02:00
Nicolas Goaziou
bdaac4f931
gnu: emacs-tramp: Update to 2.5.3.
...
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.3.
2022-07-11 11:28:23 +02:00
Nicolas Goaziou
3efc96f1e6
gnu: emacs-rec-mode: Update to 1.9.0.
...
* gnu/packages/databases.scm (emacs-rec-mode): Update to 1.9.0.
2022-07-11 11:26:19 +02:00
Nicolas Goaziou
87d0bd9a14
gnu: emacs-taxy: Update to 0.9.
...
* gnu/packages/emacs-xyz.scm (emacs-taxy): Update to 0.9.
2022-07-11 11:24:17 +02:00
Nicolas Goaziou
d5ef913670
gnu: emacs-doom-modeline: Update to 3.3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.3.1.
[propagated-inputs]: Add EMACS-COMPAT.
2022-07-11 11:22:18 +02:00
Nicolas Goaziou
77504dddae
gnu: emacs-doom-themes: Update package style.
...
* gnu/packages/emacs-xyz.scm (emacs-doom-themes)[arguments]: Use
G-expressions. Remove trailing #T at the end of a phase.
2022-07-11 11:19:37 +02:00
Nicolas Goaziou
157139612a
gnu: emacs-doom-themes: Update to 2.3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to 2.3.0.
2022-07-11 11:18:02 +02:00
Nicolas Goaziou
7093824be0
gnu: emacs-edit-indirect: Update to 0.1.10.
...
* gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Update to 0.1.10.
2022-07-11 11:16:06 +02:00
Nicolas Goaziou
7b8d5c888d
gnu: emacs-eldoc: Update to 1.12.0.
...
* gnu/packages/emacs-xyz.scm (emacs-eldoc): Update to 1.12.0.
[source]<origin>: Use TAR file extension in URI.
2022-07-11 11:13:57 +02:00
Nicolas Goaziou
61739b1428
gnu: emacs-org-transclusion: Update to 1.3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-org-transclusion): Update to 1.3.0.
2022-07-11 11:11:06 +02:00
Nicolas Goaziou
23fc641c85
gnu: emacs-org-mime: Update to 0.3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.3.1.
2022-07-11 11:09:11 +02:00
Nicolas Goaziou
c807ed4fe6
gnu: emacs-nano-modeline: Update to 0.7.1.
...
* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 0.7.1.
2022-07-11 11:07:04 +02:00
Nicolas Goaziou
3d363715fa
gnu: emacs-calibredb: Update package style.
...
* gnu/packages/emacs-xyz.scm (emacs-calibredb)[arguments]: Use G-expressions
and SEARCH-INPUT-FILE.
2022-07-11 10:58:25 +02:00
Nicolas Goaziou
a3fa82ddea
gnu: emacs-calibredb: Update to 2.12.0.
...
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.12.0.
2022-07-11 10:58:25 +02:00
Nicolas Goaziou
ee23adcc32
gnu: emacs-add-node-modules-path: Update to 1.3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-add-node-modules-path): Update to 1.3.1.
[propagated-inputs]: Add EMACS-S.
2022-07-11 10:58:24 +02:00
Nicolas Goaziou
7fc58dd0db
gnu: emacs-base16-theme: Update package style.
...
* gnu/packages/emacs-xyz.scm (emacs-base16-theme)[arguments]: Use G-expressions.
2022-07-11 10:58:24 +02:00