me
/
guix
Archived
1
0
Fork 0
Commit Graph

135031 Commits (5438e1a86a7e88ba2d014a48f37b4d8e6e355ca7)

Author SHA1 Message Date
Herman Rimm 45d2ee1bde
gnu: Add ipp-usb.
* gnu/packages/printers.scm (ipp-usb): Add variable.

Change-Id: I3abc86eb10c9b74ef073e1ead8bd51a91de5670f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-04-12 16:35:20 +01:00
Herman Rimm 06a67644dc
gnu: Add go-github-com-openprinting-goipp.
* gnu/packages/golang-xyz.scm (go-github-com-openprinting-goipp): Add
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-04-12 16:35:20 +01:00
Sharlatan Hellseher b8558c740e
gnu: go-github-com-fatih-color: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-fatih-color): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

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

Change-Id: I302327d3426100d7984e6086726396e9fe7f7468
2024-04-12 16:35:20 +01:00
Sharlatan Hellseher d4032419dd
gnu: go-github-com-gobwas-glob: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-gobwas-glob): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

* gnu/packages/textutils.scm: Remove (gnu packages syncthing) module.

Change-Id: I131830e6edcdb666aeb3cd9bbdf6982df938ccd4
2024-04-12 16:35:20 +01:00
Matthew Trzcinski cd557e2d1c
doc: Fix grammar and markup.
doc/guix.texi (Setting Up the Daemon): Remove comma and extra words.

doc/guix.texi (Mail Services): Add definite article to setting.  Use
@samp markup on setting.

Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
Change-Id: I5b3ef115ec718454db4fc046ea5f77ba9fe50a37
2024-04-12 16:31:12 +02:00
Ian Eure 3dc26b4eae
gnu: Add librewolf.
* gnu/packages/librewolf.scm (librewolf): New variable.
* gnu/local.mk (dist_patch_DATA): Add it.

Change-Id: I98b6410582b856ede83b79637a58e66d6e5832e6
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-04-12 15:11:27 +03:00
Ian Eure 0920693381
gnu: Add nss-certs-3.98.
* gnu/packages/certs.scm (nss-certs-3.98): New variable.

Change-Id: I95b54781c7b85f1d6b54158c6b906116791e009c
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-04-12 14:21:39 +03:00
Ian Eure 0824fa0d69
gnu: Add nss-3.98.
* gnu/packages/nss.scm (nss-3.98): New variable.

Change-Id: If54ba20d296da2f4edd444c7cfa223a2d5a9ecb8
Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-04-12 14:21:38 +03:00
Clément Lassieur cb1c3f96e0
gnu: ublock-origin: Update to 1.57.2.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.57.2.
(ublock-main-assets): Update to 1cfeef15ac031cf8ea144c7b8c7b6693fcd35664.
(ublock-prod-assets): Update to 17d534c817bd543bbb5be48113edefcec43bbcc9.

Change-Id: Ic955ada31e33f0cf0ab3ad272e6b7c2128d76aac
2024-04-12 13:14:26 +02:00
Philip McGrath 4e7337536b
gnu: chez-scheme: Bootstrap from source.
* gnu/packages/chez.scm (chez-scheme)[source]<snippet>: Also unbundle
pre-built boot files.
(chez-scheme-bootstrap-bootfiles): Stop inheriting from 'chez-scheme'.
[native-inputs]: Add 'zuo', 'chez-nanopass-bootstrap', and either
'chez-scheme-for-racket' or, for cross builds, 'chez-scheme'.
[build-system]: Change to gnu-build-system.
[arguments]: Change to run 'configure' and then bootstrap via
`make re.boot` or, for cross builds, `make cross.boot`
[synopsis, description]: Update accordingly.
(chez-scheme-for-racket-bootstrap-bootfiles)[synopsis]: Write "boot
files" as two words in prose.
[description]: Likewise.
* gnu/packages/racket.scm: Update comments.

Change-Id: I55d9b57090ecaca0aa2ab19c2c3ebae2243a9173
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:46:41 +02:00
Philip McGrath 9d407205e8
gnu: chez-scheme: Update and simplify machine-type handling.
Since Chez Scheme 10.0.0 supports all of the backends added in Racket's
branch, the complexity of '%chez-features-table' is no longer needed.
Ideally, even more of this logic could be maintained upstream, but this
change will simplify maintenance in the mean time.

* gnu/packages/chez.scm (target-chez-arch): Recognize loongarch64.
(chez-upsteam-features-for-system): Remove function.
(%chez-features-table): Replace with ...
(define-machine-types, %machine-types): ... this new macro and variable,
using the list copied directly from the Chez Scheme source code.
(nix-system->pbarch-machine-type): Update docstring, since pbarch
machine types are supported upstream as of Chez Scheme 10.0.0.
(racket-cs-native-supported-system?): Replace with ...
(nix-system->native-chez-machine-type): ... this new function,
implemented using '%machine-types'.
(chez-scheme-for-racket): Update accordingly.
(chez-scheme-for-racket-bootstrap-bootfiles): Likewise.
* gnu/packages/racket.scm (racket-vm-cs): Likewise.

Change-Id: I46efebaf48cce388075ab4873c16a6f5f9692bb7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:46:31 +02:00
Philip McGrath c3930c8bb0
gnu: Fix uses of deprecated chez-scheme-for-system.
(chez-srfi, chez-web, chez-sockets, chez-matchable, chez-irregex)
(chez-fmt, chez-mit, chez-scmutils)[native-inputs]: Use 'chez-scheme'
instead of 'chez-scheme-for-system'.
* gnu/packages/emacs-xyz.scm (emacs-geiser-chez)[inputs]: Likewise.
* gnu/packages/loko.scm (loko-scheme)[native-inputs]: Likewise.

Change-Id: Ib4d713fecbb41cbbe75f67980b9e22cc9bd673dd
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:46:15 +02:00
Philip McGrath 80eace78a3
gnu: Deprecate chez-scheme-for-system.in favor of chez-scheme.
Chez Scheme 10.0.0 includes all of the additional platform support
developed on the Racket branch.

* gnu/packages/chez.scm (chez-scheme-for-system): Deprecate it.

Change-Id: I7e11c8c4d95f41ff63e5c52be664a537556393c1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:46:09 +02:00
Philip McGrath abd2ed839d
gnu: chez-scheme: Update to 10.0.0.
* gnu/packages/patches/chez-scheme-bin-sh.patch: Refresh patch.
* gnu/packages/patches/chez-scheme-backport-configure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/chez.scm (chez-scheme): Update to 10.0.0.  Inherit from
'chez-scheme-for-racket'.
[source]<patches>: Use "chez-scheme-backport-configure.patch".
<snippet>: Also unbundle Zuo.
[native-inputs, native-search-paths, outputs, arguments]
[supported-systems]: Inherit from 'chez-scheme-for-racket'.
[inputs]: Likewise, replacing the bootfile package and adding libx11.
[description]: Update based on the User's Guide, release notes, man
page, and README file.
(chez-scheme-bootstrap-bootfiles)[supported-systems]: All systems are
now supported.
(chez-scheme-for-system): Return 'chez-scheme', since it now supports
all systems.

Change-Id: I287ff66f385f20e69c1411abcc94f19dd45870c5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:45:59 +02:00
Philip McGrath 522cbed9b2
gnu: chez-scheme: Reorganize package definitions.
A future commit will change 'chez-scheme' to inherit from
'chez-scheme-for-racket', so 'chez-scheme-for-racket' will need to be
defined before 'chez-scheme'.  In an attempt to produce better diffs,
this commit re-orders the definitions while keeping their contents
exactly the same.

* gnu/packages/chez.scm (chez-scheme): Move below
'chez-scheme-for-racket'.
(chez-scheme-bootstrap-bootfiles): Move below
'chez-scheme-for-racket-bootstrap-bootfiles'.

Change-Id: Ie088abea2b44329f9d8399fbfb95c51d8912b05e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:45:51 +02:00
Philip McGrath 5b5d18e29d
gnu: racket: Update to 8.12.
All of Racket's changes to Chez Scheme have been merged upstream.  They
are the basis for the Chez Scheme 10.0.0 release.  For the forseeable
future, Racket will continue to depend on a specific pre-release
version of Chez Scheme as part of Racket's "ABI": see upstream
discussion at <https://racket.discourse.group/t/2739/3>.

* gnu/packages/chez.scm (chez-configure): Change to define a phase to
run the Chez Scheme configure script, renaming the old definition to ...
(configure-chezschemelibdirs): ... this new variable.
(chez-srfi, chez-matchable, chez-irregex, chez-fmt, chez-mit)
(chez-scmutils)[arguments]<#:phases>: Update accordingly.
(unpack-nanopass+stex): Replace with ...
(unpack-nanopass): ... this new variable.
(chez-scheme)[arguments]<#:phases>: Inline old definition of
'unpack-nanopass+stex' to facilitate transition.
(chez-scheme-for-racket): Stop inheriting from 'chez-scheme'.
[version]: Update to 9.9.9-pre-release.23.
[outputs]: Add "debug" output.
[native-inputs]: Add 'texlive-enumitem' for native builds. For cross
builds, omit TeX-related inputs and add this-package:doc.
[inputs, native-search-paths, home-page]: Rewrite without inheritance.
[arguments]: Likewise, and adjust for upstream changes.
[synopsis, description]: Rewrite to reflect upstreaming of
Racket's changes to Chez Scheme.
(chez-scheme-for-racket-bootstrap-bootfiles): Stop inheriting from
'chez-scheme-bootstrap-bootfiles'.
[arguments]: Rewrite without inheritance. Use `make cross.boot` instead
of broken experimental script for cross builds.
[home-page]: Use bootstrapping Racket package instead of archived Git
repository.
[description]: Rewrite to reflect upstreaming of Racket's changes to
Chez Scheme.
* gnu/packages/patches/racket-backport-8.11-layered-docs.patch: Delete
file.
* gnu/packages/patches/racket-backport-8.12-chez-configure.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/racket.scm (%racket-origin)[patches]: Likewise.
[snippet]: Also unbundle Zuo and potential pre-built boot files.
(%racket-version): Update to 8.12.
(racket-vm-cs)[arguments]<#:phases>: Use 'unpack-nanopass' instead of
'unpack-nanopass+stex'.
(racket)[inputs]<data, deinprogramm, drracket, gui, htdp, net-cookies>
<pict, plot, rackunit, redex, scribble, typed-racket, string-constants>
<web-server>: Update hashes.
<quickscript>: Likewise, and remove obsolete snippet.

Change-Id: I11e7f44be37c60c91b03d246a50e75e418bd0672
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:45:45 +02:00
Philip McGrath b965780334
gnu: zuo: Update to 1.9.
Zuo now has tagged releases independent of the Racket release cycle.

* gnu/packages/patches/racket-zuo-bin-sh.patch: Move to ...
* gnu/packages/patches/zuo-bin-sh.patch: ... this file, and refresh it.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/racket/scm (%racket-origin)[patches]: Likewise.
* gnu/packages/patches/racket-chez-scheme-bin-sh.patch: Refresh patch.
* gnu/packages/patches/racket-rktio-bin-sh.patch: Likewise.
* gnu/packages/racket/scm (%zuo-version): Move to ...
(zuo)[version]: ... this field, and update to 1.9.
[source]: Change to the repository where Zuo releases are tagged.
[arguments]: Stop supplying '#:phases'.

Change-Id: Ia82c0f7a8e4696ae08e30965e3f4ec85673b86e5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:44:59 +02:00
Ahmad Draidi 43719864cf
gnu: Add durden.
* gnu/packages/arcan.scm (durden): New variable.
* gnu/packages/patches/durden-shadow-arcan.patch: New file.
* gnu/local.mk: Register it.

Change-Id: I3ea34563c74c227eed40f4ad50d23713c45ce70b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:38:23 +02:00
Antero Mejr ce2d140c5b
gnu: Add nuklear.
* gnu/packages/toolkits.scm (nuklear): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:35:53 +02:00
Christina O'Donnell f607663864
gnu: Add stddoc.
* gnu/packages/documentation.scm (stddoc): New variable.

Change-Id: I0f60126ef78a45733ad7395352e9bad49561437b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:35:43 +02:00
Christina O'Donnell 8b65da6ac8
gnu: Add markdeep.
* gnu packages/documentation.scm (markdeep): New variable.

Change-Id: I34303377f50740ba357c1bb299c9434079a6e23d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:35:26 +02:00
Sébastien Lerique cba4c9f161
gnu: speech-dispatcher: Update to 0.11.5.
* gnu/packages/speech.scm (speech-dispatcher): Update to 0.11.5.
[source]: Switch to git-fetch.
[native-inputs]: Add autoconf, automake, libtool.
[inputs]: Add python-xdg.

Reviewed-by: Dale Mellor <guix-devel-0brg6b@rdmp.org>
Change-Id: If323f17bac54da427be1a09d847de50842717a01
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-04-11 12:30:52 +02:00
Ludovic Courtès f4dcf3018e
gnu: gdb: Update to 14.2.
* gnu/packages/gdb.scm (gdb-14): Update to 14.2.

Change-Id: Iddf941655fe5550f6cd01978fd7998f193957ee1
2024-04-11 12:24:21 +02:00
Ludovic Courtès cd96573b73
gnu: superlu-dist: Fix linking with the ParMETIS shim of pt-scotch.
* gnu/packages/maths.scm (superlu-dist)[arguments]: Adjust library names
to match current ‘scotch’.

Change-Id: If64094c058cc3be58435fe1c47cc99fb0a9e1fff
2024-04-11 12:17:30 +02:00
Ludovic Courtès 68202bcc43
gnu: pt-scotch: Include <stdint.h> so ‘parmetis.h’ is usable.
Fixes a bug when building ‘superlu-dist’ where ‘int32_t’ would be
undefined.

* gnu/packages/maths.scm (scotch)[source]: Add ‘snippet’.

Change-Id: Id5beb2034d762727458821b93568e5b733184c00
2024-04-11 12:17:30 +02:00
Nicolas Goaziou d564e04ded
gnu: emacs-ess: Fix build.
* gnu/packages/statistics.scm (emacs-ess)[arguments]<#:phases>: Re-instate
DISABLE-ETESTS function, which properly disables some tests in the
"ess-test-r-eval.el" file.

Change-Id: I71a6683e9e561f03658f871cabd0cbb36c298199
2024-04-11 10:29:29 +02:00
Vagrant Cascadian c1c9d6b3cd
gnu: diffoscope: Avoid skipping several tests.
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Add perl.
2024-04-10 13:45:40 -07:00
John Kehayias 2718616f77
gnu: openexr: Fix build.
Two issues are fixed with this commit.  First, openexr would fail to build on
i686-linux due to a test which checks for SSE2.  Secondly, dependents could
fail to find openexr as it now has libdeflate in the Requires.private of
OpenEXR.pc.

* gnu/packages/graphics.scm (openexr)[arguments]: Enable SSE2 for x86_64-linux
and i686-linux in configure-flags.
[inputs]: Remove zlib (no longer used).  Move libdeflate from here ...
[propagated-inputs]: ... to here.

Change-Id: Ib2e6669036033e262447ba4b1b98c20c7db13bf1
2024-04-10 10:52:14 -04:00
Ricardo Wurmus 5a95cf76e1
gnu: r-bioconcotk: Update to 1.22.2.
* gnu/packages/bioconductor.scm (r-bioconcotk): Update to 1.22.2.

Change-Id: I473dc8d160d6f04eb3d90b747395d6ff73e3e9db
2024-04-10 15:12:31 +02:00
Ricardo Wurmus 1f2308ab30
gnu: r-monocle: Update to 2.30.1.
* gnu/packages/bioconductor.scm (r-monocle): Update to 2.30.1.
[propagated-inputs]: Remove r-qlcmatrix.

Change-Id: Id3876045fe925a82892cd2dbe7f56a0b475f2226
2024-04-10 15:12:31 +02:00
Ricardo Wurmus 6b1c49d07b
gnu: r-seqarray: Update to 1.42.4.
* gnu/packages/bioconductor.scm (r-seqarray): Update to 1.42.4.

Change-Id: I3663ed7550bdd11e2f23b0497c7bbeb2d5c6cd41
2024-04-10 15:12:31 +02:00
Ricardo Wurmus aef6e9501b
gnu: r-gsva: Update to 1.50.2.
* gnu/packages/bioconductor.scm (r-gsva): Update to 1.50.2.

Change-Id: I24cb1b80f6afc34c970f402292a326e7ec592534
2024-04-10 15:12:31 +02:00
Ricardo Wurmus 58e69ac117
gnu: r-annotationhub: Update to 3.10.1.
* gnu/packages/bioconductor.scm (r-annotationhub): Update to 3.10.1.

Change-Id: Ibe0b4d197a17514072febc97ef8eac684d884b67
2024-04-10 15:12:30 +02:00
Ricardo Wurmus 7a6aede61e
gnu: r-bambu: Update to 3.4.1.
* gnu/packages/bioconductor.scm (r-bambu): Update to 3.4.1.

Change-Id: I888802cc0b75876378c59abba72442bb5927010a
2024-04-10 15:12:30 +02:00
Ricardo Wurmus b7f1c1ae81
gnu: r-dt: Update to 0.33.
* gnu/packages/statistics.scm (r-dt): Update to 0.33.

Change-Id: Ice2557633414595dfd4d55d996fa83a7d80a0b3a
2024-04-10 15:12:30 +02:00
Ricardo Wurmus dfbe337d3b
gnu: r-rcpparmadillo: Update to 0.12.8.2.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.12.8.2.0.

Change-Id: I094907765b56a97e59fbfd3a871def732c1965cd
2024-04-10 15:12:30 +02:00
Ricardo Wurmus 085cefc3b3
gnu: r-knitr: Update to 1.46.
* gnu/packages/statistics.scm (r-knitr): Update to 1.46.

Change-Id: I0f6cfb86353558514fdb0e50f5626ad493e5bf1f
2024-04-10 15:12:30 +02:00
Ricardo Wurmus 223cdffad2
gnu: r-delaporte: Update to 8.4.0.
* gnu/packages/cran.scm (r-delaporte): Update to 8.4.0.

Change-Id: Iaa241222b4c4d84bb9ded7603f7e5cdf857e40be
2024-04-10 15:12:30 +02:00
Ricardo Wurmus 704eb72d6b
gnu: r-stars: Update to 0.6-5.
* gnu/packages/cran.scm (r-stars): Update to 0.6-5.

Change-Id: I459475640f0626136c7c1b72528f9e38f7dd1b19
2024-04-10 15:12:30 +02:00
Ricardo Wurmus 81392d15c1
gnu: r-scatterpie: Update to 0.2.2.
* gnu/packages/cran.scm (r-scatterpie): Update to 0.2.2.

Change-Id: Iefea7b841a419a129ed69d436b80bf59a7ec8c3f
2024-04-10 15:12:30 +02:00
Ricardo Wurmus d3bb68db27
gnu: r-rsconnect: Update to 1.2.2.
* gnu/packages/cran.scm (r-rsconnect): Update to 1.2.2.
[propagated-inputs]: Add r-pki.

Change-Id: I6dcc1b5566be6117e957366f66e0af35c2242718
2024-04-10 15:12:30 +02:00
Ricardo Wurmus 7bd16ee23b
gnu: r-quanteda: Update to 4.0.1.
* gnu/packages/cran.scm (r-quanteda): Update to 4.0.1.
[inputs]: Add tbb.
[propagated-inputs]: Remove r-rcppparallel; add r-lifecycle.
[native-inputs]: Add pkg-config.

Change-Id: I988b076f65801c9e9f7ebe3fa6d19566aea6308a
2024-04-10 15:12:30 +02:00
Ricardo Wurmus 1fc8488c95
gnu: r-proxyc: Update to 0.4.1.
* gnu/packages/cran.scm (r-proxyc): Update to 0.4.1.
[inputs]: Add tbb.
[propagated-inputs]: Remove r-rcppparallel.

Change-Id: I091b340d9defc5876ab7187b7f890cb839fb23b8
2024-04-10 15:12:30 +02:00
Ricardo Wurmus 9c5e2a7604
gnu: r-dae: Update to 3.2.25.
* gnu/packages/cran.scm (r-dae): Update to 3.2.25.
[propagated-inputs]: Add r-trycatchlog.

Change-Id: I9dfc382185a6f83586fcfa35c9969036cf66193a
2024-04-10 15:12:30 +02:00
Ricardo Wurmus 00b9a0b766
gnu: r-styler: Update to 1.10.3.
* gnu/packages/cran.scm (r-styler): Update to 1.10.3.

Change-Id: I59909dfd5534863eef1a8502dd76c9c172914d56
2024-04-10 15:12:29 +02:00
Ricardo Wurmus affff3c220
gnu: r-nor1mix: Update to 1.3-3.
* gnu/packages/cran.scm (r-nor1mix): Update to 1.3-3.

Change-Id: Ie05b87763a47339c713b3a3c9d4f5c4238f26bd9
2024-04-10 15:12:29 +02:00
Ricardo Wurmus e5a28ad531
gnu: r-tmb: Update to 1.9.11.
* gnu/packages/cran.scm (r-tmb): Update to 1.9.11.

Change-Id: I2168b4a7452ae277eacd7414049ee6fd1429c3ca
2024-04-10 15:12:29 +02:00
Ricardo Wurmus 9d81a735f6
gnu: r-emmeans: Update to 1.10.1.
* gnu/packages/cran.scm (r-emmeans): Update to 1.10.1.

Change-Id: I8d072fdf667a6a267ddc4aeb173db6b88996ff85
2024-04-10 15:12:29 +02:00
Ricardo Wurmus 98d1cce5fa
gnu: r-ggstance: Update to 0.3.7.
* gnu/packages/cran.scm (r-ggstance): Update to 0.3.7.

Change-Id: I29c3f248afc717cf6e623db1d9a6e3cd19fe055f
2024-04-10 15:12:29 +02:00
Ricardo Wurmus 36d643ae21
gnu: r-promises: Update to 1.3.0.
* gnu/packages/cran.scm (r-promises): Update to 1.3.0.

Change-Id: I50c005b222d1beac05e14bf98e719c5e0b06eaf4
2024-04-10 15:12:29 +02:00