me
/
guix
Archived
1
0
Fork 0
Commit Graph

134567 Commits (ef5ff669989074f5b25a0d3c12db66e4e861617d)

Author SHA1 Message Date
Daniel Ziltener ef5ff66998
gnu: wm: Update swayfx to 0.3.2.
* gnu/packages/wm.scm (swayfx): Update to 0.3.2.
[inputs]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I7455cdde2a9e27c31df8c99c9d6a7c1a1dc355b4
2024-04-05 18:23:43 +02:00
Andy Tai a91b76ba19
gnu: a2ps: Update to 4.15.6
* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.6

Change-Id: I807970cf48ebb53df3f372a41d1379b85e3e9131
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:23:43 +02:00
Timotej Lazar 4c3f326e05
gnu: signify: Update to 32.
* gnu/packages/crypto.scm (signify): Update to 32.

Change-Id: I5dedc5d8c6e0acb5bec94befe5aafd1642edb68e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:23:43 +02:00
Greg Hogan 4af58f55d6
gnu: atop: Update source hash.
The new ‘atop-2.9.0.tar.gz’ adds a single file, ‘mkdate’, which, when
available, generates a ‘versdate.h’ file containing the current date.

* gnu/packages/admin.scm (atop): Update source hash and add snippet.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I2de2068d052d0b37aff1a6d18f5639baac6ccdfa
2024-04-05 18:23:43 +02:00
Ludovic Courtès 560d5c6692
gnu: llama-cpp: Produce a portable binary unless tuned.
* gnu/packages/machine-learning.scm (llama-cpp)[arguments]:
Augment #:configure-flags.
[properties]: New field.

Co-authored-by: John Fremlin <john@fremlin.org>
Change-Id: I9b3d72849107a6988fec94dc4a22614443338cb2
2024-04-05 18:23:34 +02:00
Karl Hallsby a568ac8bcf
gnu: Add tree-sitter-nix.
* gnu/packages/tree-sitter.scm (tree-sitter-nix): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:21:24 +02:00
Karl Hallsby 1bd6a735ec
gnu: Add tree-sitter-latex.
* gnu/packages/tree-sitter.scm (tree-sitter-latex): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:21:24 +02:00
Karl Hallsby 8ded7cd784
gnu: Add tree-sitter-tlaplus.
* gnu/packages/tree-sitter.scm (tree-sitter-tlaplus): New variable.

Change-Id: I0e66b87a872bdb29b3c01f4eaf4486dab3d1873f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:21:24 +02:00
Ludovic Courtès be14d41d9b
gnu: guix: Define ‘guix-for-channels’ and document its use.
* gnu/packages/package-management.scm (guix-for-channels): New
procedure.
* doc/guix.texi (Customizing the System-Wide Guix): New section.
(Base Services): Add cross-reference.

Change-Id: Ied51c3bf9bf08dfc629bb3f0a152eb20b869a636
2024-04-05 18:21:24 +02:00
Ludovic Courtès d6a3818761
build-system/channel: Add support for additional channels.
Until now, ‘channel-build-system’ would assume a single channel, the
‘guix’ channel.  This change lets users specify additional channels
using the #:channels parameter.

* guix/build-system/channel.scm (build-channels): Add #:channels and
honor it.
(channel-build-system): In ‘lower’, add #:channels and honor it.
* doc/guix.texi (Build Systems): Document it.

Change-Id: I36c1d19cbeee02a4d1144de089b78df0390774a0
2024-04-05 18:21:23 +02:00
Romain GARBAGE 69b8feabcf
gnu: kokkos: Update to 4.2.01.
* gnu/packages/cpp.scm (kokkos): Update to 4.2.01.

Change-Id: I29df429ad8d347ba486f0a59bf1c4e2a106e51d1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-05 18:21:23 +02:00
Ludovic Courtès dd476cfb76
guix-install.sh: Add ‘--uninstall’ flag.
* etc/guix-install.sh (REQUIRE): Add groupdel and userdel.
(chk_term): Handle ‘WAR’.
(sys_delete_store, sys_delete_build_user, sys_delete_guix_daemon)
(sys_delete_init_profile, sys_delete_user_profiles): New functions.
(main): Rename to…
(main_install): … this.
(main_uninstall): New function.
(main): Dispatch between these two.
* doc/guix.texi (Installation): Refer to “Binary Installation” instead
of repeating it.
(Binary Installation): Document uninstallation.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I55b7c10823773bced2e268273e8ce828cb3bd98d
2024-04-05 18:21:23 +02:00
Florian Pelz 74517806f8
doc: Explain to run bootstrap after Automake errors.
Fixes <https://issues.guix.gnu.org/70140>.
Suggested by Rostislav Svoboda <rostislav.svoboda@gmail.com>.

* doc/contributing.texi (Building from Git): Explain.
* doc/guix.texi: Update copyright year.

Change-Id: I0cedc60f9ece3ec78df60df54ffeacff545bfc63
2024-04-05 16:12:59 +02:00
Christopher Baines 8614b82992
gnu: nar-herder: Update to 0-26.6ceb0a3.
* gnu/packages/package-management.scm (nar-herder): Update to 0-26.6ceb0a3.

Change-Id: I21765f3746793b74b3f7fd50d64fb661bfca055c
2024-04-05 12:08:02 +01:00
John Fremlin d8a63bbcee
gnu: llama-cpp: Use OpenBLAS.
For faster prompt processing, OpenBLAS is recommended by
https://github.com/ggerganov/llama.cpp

* gnu/packages/machine-learning.scm (llama-cpp)[arguments]: Add
 #:configure-flags.
[native-inputs]: Add pkg-config.
[propagated-inputs]: Add openblas.

Change-Id: Iaf6f22252da13e2d6f503992878b35b0da7de0aa
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-05 12:04:31 +01:00
fanquake 227dee63b0
gnu: bitcoin-core: Update to 26.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 26.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-05 12:01:12 +01:00
Attila Lendvai fa0413c2ce
gnu: gedit: Update to 44.3.
* gnu/packages/gnome.scm (gedit): Update to 44.3.

Change-Id: Ib13eb5a09939de440874fc9f558d38aab5d5e49c
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-05 12:00:45 +01:00
Timotej Lazar 80977dc813
gnu: nwipe: Update to 0.36.
* gnu/packages/disk.scm (nwipe): Update to 0.36.

Change-Id: I71e6714118cfc2a98e19373b3db80188903a63c3
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-05 12:00:05 +01:00
Tomas Volf 142e1c2cf0
gnu: skopeo: Update to 1.15.0.
The package is also converted to gnu-build-system in order to take advantage
of already existing Makefile instead of reinventing (parts) of it in Guile.

* gnu/packages/virtualization.scm (skopeo)[version]: Update to 1.15.0.
[build-system]: Use gnu-build-system.
[native-inputs]: Add go-1.21, sort.
[inputs]: Add bash-minimal.
[arguments]<#:import-path, #:install-source?>: Delete.
<#:make-flags, #:test-target, #:imported-modules>: New arguments.
<#:phases>{'configure}: Delete.
{'set-env, 'cc-to-gcc, 'wrap-skopeo, 'remove-go-references}: New phases.

Change-Id: I1010e1f4fbdc093646c2879bdf30125ab2e88bdd
Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-05 11:58:56 +01:00
B. Wilson 869fa14b78
gnu: Add edbrowse.
* gnu/packages/web-browsers.scm (edbrowse): New variable.

Co-authored-by: Christina O'Donnell <cdo@mutix.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: I6f65ab132eaae6e439df363b22868eb52f297e4e
2024-04-05 11:56:11 +01:00
Ricardo Wurmus b7ee2e458a
gnu: Add ksoloti-patcher.
* gnu/packages/axoloti.scm (ksoloti-patcher): New variable.

Change-Id: Id70d04b3be3b9655a077af4ad67dcde45bfbc102
2024-04-05 00:53:39 +02:00
Ricardo Wurmus 8ae154b104
gnu: Add ksoloti-runtime.
* gnu/packages/axoloti.scm (ksoloti-runtime): New variable.

Change-Id: I248852405617f2cf1d6b7a5ac7932359836f9e22
2024-04-05 00:53:39 +02:00
Ricardo Wurmus 903abee18d
gnu: Add java-flatlaf-intellij-themes.
* gnu/packages/java-graphics.scm (java-flatlaf-intellij-themes): New variable.

Change-Id: Ia6f47533dc37a5b4602971e3179fdd084b1af9f9
2024-04-05 00:53:39 +02:00
Ricardo Wurmus 4d399729c8
gnu: Add java-flatlaf.
* gnu/packages/java-graphics.scm (java-flatlaf): New variable.

Change-Id: Ic4dc70ea5279e8ce3d302539bddb1cefc105abfd
2024-04-05 00:53:39 +02:00
Ricardo Wurmus b162136d87
gnu: axoloti-runtime: Simplify with G-expression.
* gnu/packages/axoloti.scm (axoloti-runtime)[arguments]: Use G-expression to
simplify; remove trailing #T from build phases.

Change-Id: Ic9628b58c0e2b7816af6b7b42ab1aff927b4b0da
2024-04-05 00:53:17 +02:00
Ricardo Wurmus e391a271bb
gnu: axoloti-runtime: Simplify.
* gnu/packages/axoloti.scm (axoloti-runtime)[source]: Remove BEGIN and
trailing #T from snippet.

Change-Id: I79d0c11e5430f56bcb07d70b285ec94116d7b509
2024-04-05 00:53:17 +02:00
Ricardo Wurmus be1fdec1cb
gnu: java-marlin-renderer: Update to 0.9.4.8.
* gnu/packages/java-graphics.scm (java-marlin-renderer): Update to 0.9.4.8.
[arguments]: Include resources.

Change-Id: Icf4026ce3bda3c4ec7af1300c1194100f50016ba
2024-04-05 00:53:17 +02:00
Ricardo Wurmus 8e2a1a0e8d
gnu: Add java-autocomplete.
* gnu/packages/textutils.scm (java-autocomplete): New variable.

Change-Id: Ied62d45ab53fca84d448652cce5e82d971f41703
2024-04-05 00:53:17 +02:00
Ricardo Wurmus 5e90ee2cf4
gnu: java-rsyntaxtextarea: Update to 3.4.0.
* gnu/packages/textutils.scm (java-rsyntaxtextarea): Update to 3.4.0.
[arguments]: Disable tests; provide source-dir and test-dir; disable
'start-xorg-server phase.
[native-inputs]: Remove java-junit.

Change-Id: I5fbf635bc4f0a6a13ed2db4f42080ea5640f4781
2024-04-05 00:53:16 +02:00
Sharlatan Hellseher ade6845da6
gnu: go-github-com-hashicorp-hcl-v2: Sort alphabetically.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-hcl-v2): Sort
alphabetically.

Change-Id: I8a22e7d56721168bb427f056037583d150d9edd5
2024-04-04 17:28:11 +01:00
Sharlatan Hellseher 6ca7d1a615
gnu: go-github-com-hashicorp-hcl: Sort alphabetically.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-hcl): Sort
alphabetically.

Change-Id: I42cb5fc138757d32b0c7daf1c810d298d5d0d5f9
2024-04-04 17:26:45 +01:00
Sharlatan Hellseher 4e4aebde6a
gnu: go-github-com-kballard-go-shellquote: Sort alphabetically.
* gnu/packages/golang-xyz.scm (go-github-com-kballard-go-shellquote):
Sort alphabetically.

Change-Id: Ie73d9136b6a45467e718f1d85fc97d965b1257b2
2024-04-04 17:24:02 +01:00
Sharlatan Hellseher 9b6ff81352
gnu: fiano: Update to 1.2.0.
The version style has been changed from v7.0.2 starting v1.0.3. This
change may cause guix refresh to detect incorrect latest version, see
<https://github.com/linuxboot/fiano/tags>.

This changes consolidate building all commands directly from the fiano
package.

* gnu/packages/admin.scm (fiano): Make variable public, update to 1.2.0.
[source]: Remove snippet, there is no longer 'vendor' directory in a
new release.
[arguments] <#:phases>: Add custom 'build, 'check and 'install phases to
cover complex package structure and produce all provided commands.
[inputs]: Add go-github-com-dustin-go-humanize,
go-github-com-hashicorp-errwrap, go-github-com-hashicorp-go-multierror,
go-github-com-jessevdk-go-flags, go-github-com-pierrec-lz4, and
go-github-com-spf13-pflag.
[description]: Highlight which commands are included in the package.

* gnu/packages/admin.scm (fiano-utk, fiano-fmap): Delete variables.

Change-Id: I4b7573e20953ba52c9736e7f64c6b6347221fc72
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher dea7816825
gnu: fiano: Refresh package style.
* gnu/packages/admin.scm (fiano): Refresh package style.
[source]: Remove trailing #t from the snippet.
[arguments]: Use list style.
[inputs]: Remove labels and use list style.
[home-page]: Place before synopsis.

Change-Id: I896c59d4be14c7ed16bc1978e0d9996bd7b93c17
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher 7cd15c8115
gnu: go-github.com-jessevdk-go-flags: Adjust variable name.
* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): Rename to
go-github-com-jessevdk-go-flags to follow go import naming convention.

* gnu/packages/golang.scm (go-github-com-dhowett-go-plist)
[inputs]: Remove go-github.com-jessevdk-go-flags, add
go-github-com-jessevdk-go-flags.

Change-Id: I6fc977b11e5044b8e6cab2baa4c107967baedb59
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher cd9089d3d2
gnu: go-github-com-onsi-gomega: Move to golang-check.
* gnu/packages/golang.scm (go-github-com-onsi-gomega): Move from here ...
* gnu/packages/golang-check.scm: ... to here.

Change-Id: Ia9a7d0e88ebda2fcfb3fe623163e270756900e94
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher 2ec622961c
gnu: go-github-com-onsi-ginkgo: Refresh package style.
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo)
[arguments]: Place <#:import-path> on new line.
[propagated-inputs]: Sort inputs alphabetically.

Change-Id: I70b7f1838c8d8fc6744ad724ed4b79fdd645f6c4
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher 903117947b
gnu: go-github-com-schollz-progressbar-v3: Adjust inputs.
* gnu/packages/golang-xyz.scm (go-github-com-schollz-progressbar-v3):
Adjust inputs.
[propagated-inputs]: Remove go-github-com-davecgh-go-spew,
go-github-com-mattn-go-isatty, and go-github-com-stretchr-testify.
[native-inputs]: Add go-github-com-stretchr-testify.

Change-Id: I8a1e24d6570ce36812d08e196f415b81e8ec7bda
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher 8a3a91117c
gnu: go-github-com-schollz-progressbar-v3: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-schollz-progressbar-v3): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/android.scm: Add (gnu packages golang-xyz) module.

Change-Id: Id40397b4f3323670847d8e46f5d8fc6ffea61c84
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher 606b8364a4
gnu: Add go-github-com-pierrec-lz4.
* gnu/packages/golang-compression.scm (go-github-com-pierrec-lz4,
go-github-com-pierrec-lz4-v4, go-lz4c): New variables.

Change-Id: Ie337a1cbfbc5af2dfd258999a4edb508bd552e03
2024-04-04 17:16:57 +01:00
Sharlatan Hellseher 6eef249401
gnu: Add go-code-cloudfoundry-org-bytefmt.
* gnu/packages/golang-xyz.scm (go-code-cloudfoundry-org-bytefmt): New
variable.

Change-Id: I1d77dd49987ad09b15149f244024831d26780e6e
2024-04-04 17:16:56 +01:00
Sharlatan Hellseher 569397e22f
gnu: Add go-github-com-onsi-ginkgo-v2.
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo-v2): New
variable.

Change-Id: Ied8167b850d5e5262713d0858ef7160d5c3d74c2
2024-04-04 17:16:56 +01:00
Sharlatan Hellseher fdcd3a107a
gnu: Add go-github-com-go-logr-logr.
* gnu/packages/golang-xyz.scm (go-github-com-go-logr-logr): New
variable.

Change-Id: I0fe5e817fa653bcdbe2fea03fe5d608ea270fa12
2024-04-04 17:16:56 +01:00
Sharlatan Hellseher 798c13c5f8
gnu: Add go-github-com-pierrec-cmdflag.
* gnu/packages/golang-xyz.scm (go-github-com-pierrec-cmdflag): New
variable.

Change-Id: If57b49b0497b622200dc82bbb921461c739ead29
2024-04-04 17:16:56 +01:00
Nicolas Goaziou 83b9867e00
gnu: emacs-straight-el: Update to 0-3.b3760f5.
Fixes <https://issues.guix.gnu.org/70170>.

* gnu/packages/emacs-xyz.scm (emacs-straight-el): Update to 0-3.b3760f5.
[arguments]<#:phases>: Remove unnecessary workaround.

Change-Id: I557a032e72e2c6f0354d3b216a779389ec5025db
2024-04-04 18:07:49 +02:00
Romain GARBAGE e6df74d2b1
gnu: ocaml-lacaml: Remove dependency on lapack.
* gnu/packages/ocaml.scm (ocaml-lacaml): Remove dependency on lapack.

Change-Id: If3100fc29088110705e13e9be97abb7739f2fcab
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-04 16:19:53 +02:00
Romain GARBAGE 8a52fef20f
gnu: kaldi-for-vosk: Remove dependency on lapack.
* gnu/packages/machine-learning.scm (kaldi-for-vosk): Remove dependency
to lapack.

Change-Id: I0f5f508288ccb2e7fd086aabeffb5b0b4d3f96b2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-04 16:19:47 +02:00
Romain GARBAGE 9511a0da7a
gnu: shogun: Switch to openblas.
* gnu/packages/machine-learning.scm (shogun): Switch from lapack to
openblas dependency.

Change-Id: Ib8dde7d9ed9df4bda0eab945f3098a28d0e5927b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-04 16:19:44 +02:00
Romain GARBAGE 5db4cdfffa
gnu: lush2: Remove dependency on lapack.
* gnu/packages/lisp.scm (lush2): Remove dependency on lapack.

Change-Id: Idb7734e93021d6be9f65a5a0f9c4da4581786aee
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-04 16:19:39 +02:00
Romain GARBAGE b6fa870405
gnu: libflame: Switch to openblas.
* gnu/packages/maths.scm (libflame): Switch input dependency from
lapack to openblas.

Change-Id: I7abdb8d126856488b0722b73c336309bf5c2234d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-04 16:19:33 +02:00