Commit graph

140701 commits

Author SHA1 Message Date
Vinicius Monego
bd03b42d91
gnu: libngspice, ngspice: Update to 43.
* gnu/packages/engineering.scm (libngspice, ngspice): Update to 43.
(libngspice)[arguments]<#:phases>: Delete the 'patch-timestamps and
'delete-program-manuals phases.
(ngspice)[arguments]<#:phases>: Delete the 'delete-include-files phase.
Remove the line that deletes the now deleted 'delete-program-manuals phase.

These substitutions do not apply anymore.

Change-Id: Ie7ec8dd0998df38828e2e0af226158922e34ea09
2024-07-28 10:49:17 -03:00
Vinicius Monego
b556eee0f1
gnu: Add emacs-org-remark.
* gnu/packages/emacs-xyz.scm (emacs-org-remark): New variable.

Change-Id: If7c5cca824f9b9a0c3f7fb0d39d0f73f0fe52460
2024-07-28 10:49:15 -03:00
Sharlatan Hellseher
5a2910d20d
gnu: aerc: Fix indentation.
* gnu/packages/mail.scm (aerc): Fix indentation.

Change-Id: I9422a40880ec15f30b7ee2863d843c3334f3a974
2024-07-28 01:05:17 +01:00
Sharlatan Hellseher
cd2dca3786
gnu: go-github-com-emersion-go-maildir: Updae to 0.5.0.
* gnu/packages/golang.scm (go-github-com-emersion-go-maildir): Update to 0.5.0.

Change-Id: I5c498843a1a2e3673c7be1c35532deaa2bcc8d1d
2024-07-28 01:05:17 +01:00
Sharlatan Hellseher
8c0be9fa2a
gnu: go-github-com-emersion-go-smtp: Update to 0.21.3.
* gnu/packages/golang.scm (go-github-com-emersion-go-smtp): Update to 0.21.3.

Change-Id: I6c7cf9add7b475e1a7b1bc85cadf1950f068803a
2024-07-28 01:05:17 +01:00
Sharlatan Hellseher
d650834c63
gnu: Add go-git-sr-ht-rockorager-vaxis.
* gnu/packages/golang-xyz.scm (go-git-sr-ht-rockorager-vaxis): New variable.

Change-Id: I7f8815d9c840f204ea9f7cec3a8c73175f096f31
2024-07-28 01:05:17 +01:00
Sharlatan Hellseher
982bb6d468
gnu: go-github-com-rivo-uniseg: Update to 0.4.7.
* gnu/packages/golang.scm (go-github-com-rivo-uniseg): Update to 0.4.7.

Change-Id: Ifabe78888d4a6cf3176633d757eac7253e04e8f3
2024-07-28 01:05:17 +01:00
Sharlatan Hellseher
6b30312b65
gnu: Add go-github-com-mattn-go-sixel.
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-sixel): New variable.

Change-Id: Ib5d86f6471238c90e578961485923291fdf1d308
2024-07-28 01:05:17 +01:00
Sharlatan Hellseher
bddbb66317
gnu: Add go-github-com-soniakeys-quant.
* gnu/packages/golang-xyz.scm (go-github-com-soniakeys-quant): New variable.

Change-Id: I857c2c70f792bc5e69888eb64878299e0db94189
2024-07-28 01:05:16 +01:00
Sharlatan Hellseher
21b1f165c8
gnu: Add go-git-sr-ht-rjarry-go-opt.
* gnu/packages/golang-xyz.scm (go-git-sr-ht-rjarry-go-opt): New variable.

Change-Id: I2dfafc9144a95dcbd6b10439888f2426be8e7915
2024-07-28 01:05:16 +01:00
Sharlatan Hellseher
6593f40b77
gnu: Add go-git-sr-ht-rockorager-go-jmap.
* gnu/packages/golang-web.scm (go-git-sr-ht-rockorager-go-jmap): New
variable.

Change-Id: I1445fda30635ee6132f9d6ea628980445c1ab133
2024-07-28 01:05:16 +01:00
Sharlatan Hellseher
190c0abec8
gnu: go-github-com-avast-retry-go: Disable failing test.
Disable one failing test as seen in
<https://ci.guix.gnu.org/build/5268812/details>.

* gnu/packages/golang-xyz.scm (go-github-com-avast-retry-go)
[arguments]: <#:phases>: Add 'disable-failing-tests phase.

Change-Id: I95af4f01f254d5229c84754626502d768c730c39
2024-07-27 18:49:32 +01:00
Sören Tempel
46a64c7fdd
gnu: klee-uclibc: Only build on x86_64 Linux.
* gnu/packages/check.scm (klee-uclibc): Add supported-systems.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-07-27 17:53:02 +02:00
Sören Tempel
ed726598fc
gnu: klee: Only build on x86_64 Linux.
* gnu/packages/check.scm (klee): Add supported-systems.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-07-27 17:53:02 +02:00
Sören Tempel
842517477b
gnu: klee: Only strip bin directory.
This avoid several warnings to be emitted by strip(1) when attempting
to strip .bca (i.e. LLVM bitcode) files shipped in /lib/klee/runtime/.

* gnu/packages/check.scm (klee): Set #:strip-directories.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-07-27 17:53:02 +02:00
Sören Tempel
187b6df6f1
gnu: klee: Enable the test suite.
* gnu/packages/check.scm (klee): Enable all tests.
[arguments]: Patch lit configuration and set #:test-target.
<#:configure-flags?>: Enable system and unit tests, configure gtest.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-07-27 17:53:02 +02:00
Sören Tempel
661d5eeb8e
gnu: klee: Wrap klee-stats for Python dependencies.
* gnu/packages/check.scm (klee): Wrap klee-stats.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2024-07-27 17:53:01 +02:00
Liliana Marie Prikler
0acc1c68d6
gnu: lager: Update to 0.1.1.
* gnu/packages/cpp.scm (lager): Update to 0.1.1.

Change-Id: Ied19cc6d5371cee9d97aa4dfb21a78f6d1582f10
2024-07-27 11:25:23 +02:00
Liliana Marie Prikler
e165382c16
gnu: zug: Update to 0.1.1.
* gnu/packages/cpp.scm (zug): Update to 0.1.1.

Change-Id: I0e86256f986bab5d97081ddd9ef85375643a6997
2024-07-27 11:25:23 +02:00
Liliana Marie Prikler
009fb462ef
gnu: Add python-clingox.
* gnu/packages/potassco.scm (python-clingox): New variable.
2024-07-27 11:25:23 +02:00
Liliana Marie Prikler
d3e2b68e38
gnu: Add python-asprin.
* gnu/packages/potassco.scm (python-asprin): New variable.
2024-07-27 11:25:23 +02:00
Sharlatan Hellseher
33c4ad85c4
gnu: Add go-github-com-avast-retry-go-v4.
* gnu/packages/golang-xyz.scm (go-github-com-avast-retry-go-v4): New variable.

Change-Id: If1463e2f9851ce22c2adb804ea8ed4abaf597bcc
2024-07-27 10:07:02 +01:00
Sharlatan Hellseher
b4b875d4a0
gnu: Add go-github-com-avast-retry-go-v3.
* gnu/packages/golang-xyz.scm (go-github-com-avast-retry-go-v3): New variable.

Change-Id: I90857cf75765ec4c39141d462444fe3d775968a9
2024-07-27 10:07:01 +01:00
Sharlatan Hellseher
0b00161f90
gnu: go-github-com-avast-retry-go: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-avast-retry-go): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ie6d53537689aea9454e9fc07958d162f323b1f2a
2024-07-27 10:00:59 +01:00
Sharlatan Hellseher
b97196b944
gnu: go-github-com-avast-retry-go: Update to 2.7.0.
* gnu/packages/golang.scm (go-github-com-avast-retry-go): Update to 2.7.0.

Change-Id: I0231e1cc2b4cbcc6990f3db086577b43952edd22
2024-07-27 09:55:18 +01:00
Sharlatan Hellseher
ae08b8ab05
gnu: docker-libnetwork-cmd-proxy: Improve package style.
* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy): Improve package
style. Fix indentation.
[arguments]: Apply list style, adjust order of the keys.
[native-inputs]: Remove labels.
[description]: Adjust it, place on a new line.

Change-Id: I0cb59a3d9306291e4101f6c6d2e681ffd319ba9f
2024-07-27 09:33:28 +01:00
Sharlatan Hellseher
1dd90ea870
gnu: go-github-com-vishvananda-netlink: Keep tests only on x86_64.
* gnu/packages/linux.scm (go-github-com-vishvananda-netlink)
[arguments]: <#:tests?>: Run tests only on x86_64 architecture.

Change-Id: I15df89bd4d916e580fc82d650aefcb4cf050a20d
2024-07-27 09:31:08 +01:00
jgart
c6ff1d6ff7
gnu: trealla: Update to 2.55.10.
* gnu/packages/prolog.scm (trealla): Update to 2.55.10.

Change-Id: I2545a6d3ac5bf740c4ceb9e8bcd33d60707e67b9
2024-07-26 18:28:07 -05:00
jgart
a4a66187e6
gnu: trealla: Update to 2.55.9.
* gnu/packages/prolog.scm (trealla): Update to 2.55.9.

Change-Id: I29b5500da8e6acc382397662d4c44cf1c6e1fdf9
2024-07-26 18:28:06 -05:00
jgart
4f201dfa3f
gnu: trealla: Update to 2.55.8.
* gnu/packages/prolog.scm (trealla): Update to 2.55.8.

Change-Id: Ia938a79d35948d56a97a8933b312916f264c31b7
2024-07-26 18:28:06 -05:00
Sharlatan Hellseher
0508bb1f7d
gnu: go-github-com-jhillyerd-enmime: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-jhillyerd-enmime): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: Ifbc0490421ad5063d6681c46b8e0facca636bd9e
2024-07-26 23:33:41 +01:00
Sharlatan Hellseher
9f3e8c045f
gnu: go-github-com-emersion-go-message: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-emersion-go-message): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I63e5b4d52142e90e64bdbf4f31cec9e18d221c24
2024-07-26 23:29:29 +01:00
Leo Famulari
862a9b5b25
gnu: wfetch: Give the executable the expected name.
Fixes a problem reported by bdju on #guix:

https://logs.guix.gnu.org/guix/2024-07-26.log#221323

* gnu/packages/python-xyz.scm (wfetch)[arguments]: Rename the executable in the
custom 'install' phase.

Change-Id: I0e8dd41195ef716618b9dd5fd196f392a546272a
2024-07-26 16:34:22 -04:00
Sharlatan Hellseher
60c96b2f77
gnu: go-github-com-emersion-go-message: Update to 0.18.1.
* gnu/packages/golang.scm (go-github-com-emersion-go-message): Update to 0.18.1.
[propagated-inputs]: Remove go-github-com-emersion-go-textwrapper.

Change-Id: I136df111c87e0476cbdd71f2e3e2ec8306d09456
2024-07-26 21:32:53 +01:00
Sharlatan Hellseher
9e79d8dc5a
gnu: go-github-com-emersion-go-pgpmail: Enable tests.
* gnu/packages/golang-crypto.scm (go-github-com-emersion-go-pgpmail):
Enable tests.

Change-Id: I3317c27e942e2f5f52a25354b53b7d8cb8c252b0
2024-07-26 21:16:15 +01:00
Sharlatan Hellseher
64aedb5576
gnu: go-github-com-emersion-go-pgpmail: Update to 0.2.1.
* gnu/packages/golang-crypto.scm (go-github-com-emersion-go-pgpmail): Update to 0.2.1.
[propagated-inputs]: Remove go-golang-org-x-crypto.

Change-Id: I77a4f29b9f72482ff0a66033df122bb0528137e6
2024-07-26 21:15:39 +01:00
Sharlatan Hellseher
cbba4c9ed9
gnu: Remove go-github-com-technoweenie-multipartstreamer.
The project is abandoned, the last changes were added 11y ago. Not in
use within Guix.

* gnu/packages/golang.scm (go-github-com-technoweenie-multipartstreamer): Delete variable.

Change-Id: I04cf34e4b3fe7a52b7c30ca794ad051a62a93691
2024-07-26 21:10:12 +01:00
Sharlatan Hellseher
c91cfc0cd0
gnu: Remove go-github-com-go-telegram-bot-api-telegram-bot-api.
The project is abandoned and not in used within Guix.
<https://github.com/go-telegram-bot-api/telegram-bot-api/issues/721>

* gnu/packages/golang-web.scm (go-github-com-go-telegram-bot-api-telegram-bot-api):
Delete variable.

Change-Id: I3c9525692f4b4f1c17b2c45a2331e71c7a6e42ac
2024-07-26 21:04:26 +01:00
Sharlatan Hellseher
cec2654f97
gnu: go-github-com-gatherstars-com-jwz: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-gatherstars-com-jwz): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I9c5c08dc04ee88cd60c24d8efced194acacc9f7d
2024-07-26 19:56:44 +01:00
Sharlatan Hellseher
342411a327
gnu: packages/golang-web: Update module commentary.
* gnu/packages/golang-web.scm: Update module commentary.

Change-Id: I2128fc62955d79d9dfa97e5f669ee85510b0fb7c
2024-07-26 19:52:50 +01:00
Sharlatan Hellseher
fd7f750c26
gnu: go-github-com-gatherstars-com-jwz: Adjust synopsis and description.
* gnu/packages/golang.scm (go-github-com-gatherstars-com-jwz)
[synopsis]: Fix lint warning.
[description]: Add link to the original implementation paper.

Change-Id: I06400b3603caf4b9b588bc6822a6d04d861f6448
2024-07-26 19:45:14 +01:00
Timotej Lazar
72e586fcae
gnu: gtk: Fix build on aarch64.
* gnu/packages/gtk.scm (gtk)[arguments]<#:test-options>: Rename failing
test suite to match upstream change on aarch64-linux.

Change-Id: Ibdf03a94e71f72283a093cba6d5a328004defa5c
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2024-07-26 19:21:34 +02:00
Ludovic Courtès
9db34c41ac
build-system/meson: #:test-options can be a gexp.
* guix/build-system/meson.scm (meson-build, meson-cross-build): Accept
gexps for #:test-options.

Change-Id: I9cfec616f067a5c9928f65892e370f90f23f4352
2024-07-26 19:21:33 +02:00
Rodion Goritskov
4bc49e2185
services: agate: Update options for compatibility with the current Agate version.
* gnu/services/web.scm (<agate-configuration>)[certs]: Add.
[cert]: Remove.
[key]: Remove.
[hostname]: Change from string to list.
[silent?]: Remove.
[only-tls13?]: Add.
[central-conf?]: Add.
[ed25519?]: Add.
[skip-port-check?]: Add.
(agate-shepherd-service): Change handling of addr and hostname, add new
options handling.
* doc/guix.texi (Web Services): Update.

Change-Id: Ifb4968d704627344913bb69f20636d710a4fe738
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-26 18:55:07 +02:00
vicvbcun
2cbdec8bcd
file-systems: Allow specifying CIFS credentials in a file.
As files in the store and /etc/fstab are world readable, specifying the
password in the file-system record is suboptimal.  To mitigate this,
`mount.cifs' supports reading `username', `password' and `domain' options from
a file named by the `credentials' or `cred' option.

* gnu/build/file-systems.scm (mount-file-system): Read mount options from the
file specified via the `credentials' or `cred' option if specified.

Change-Id: I786c5da373fc26d45fe7a876c56a8c4854d18532
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-26 18:50:53 +02:00
Richard Sent
b631640f3b
home: Set 700 permissions on .gnupg with home-gpg-agent-service
* gnu/home/services/gnupg.scm (gpg-agent-activation): New variable.
(home-gpg-agent-service-type) [extensions]: Extend
home-activation-service-type.

Change-Id: If3365c6cade2b03ee53a466ce1d63a5cdf654d6c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-26 18:22:04 +02:00
Lars Bilke
31fe177a97
gnu: petsc: Build reproducibly.
* gnu/packages/maths.scm (petsc)[arguments]: In ‘configure’ phase, add
‘sorted’ call in ‘gmakegen.py’.
In ‘clean-local-references’, remove substitution of “Libraries compiled
on”, which is unnecessary since  PETSc 3.9
(<a970bd7489>).
Add substitution for “Machine characteristics” bit.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Ibb846c1ae368af94b46d5ce789b1263e0bc78a13
2024-07-26 18:18:12 +02:00
Sharlatan Hellseher
a57cadf2f7
gnu: go-github-com-gatherstars-com-jwz: Update to 1.4.0.
* gnu/packages/golang.scm (go-github-com-gatherstars-com-jwz): Update to 1.4.0.

Change-Id: I0250cd7787baeab177c36d24897e31655740361e
2024-07-26 17:04:53 +01:00
Sharlatan Hellseher
57c40eb904
gnu: aws-vault: Improve package style.
* gnu/packages/golang.scm (aws-vault): Improve package style. Fix
indentation.
[arguments]: Apply G-expressions.
[native-inputs]: Place after [arguments].
[home-page]: Place above [synopsis].

Change-Id: I752318280483d5e501577e063ab899063eea0112
2024-07-26 17:02:50 +01:00
Sharlatan Hellseher
460340ecfa
gnu: aws-vault: Update to 7.2.0.
* gnu/packages/golang.scm (aws-vault): Update to 7.2.0.
[native-inputs]: Remove go-github-com-99designs-go-keyring,
go-github-com-mtibben-androiddnsfix, go-github-com-mtibben-percent,
go-github-com-jmespath-go-jmespath,
go-github-com-dvsekhvalnov-jose2go, go-github-com-godbus-dbus,
go-github-com-gsterjov-go-libsecret,
go-github-com-mitchellh-go-homedir, go-golang-org-x-crypto,
go-golang-org-x-sys, go-gopkg-in-ini,
go-github-com-alecthomas-kingpin, go-github-com-alecthomas-template,
and go-github-com-alecthomas-units; add
go-github-com-99designs-keyring, go-github-com-alecthomas-kingpin-v2,
go-github-com-aws-aws-sdk-go-v2-credentials,
go-github-com-google-go-cmp, go-github-com-mattn-go-isatty,
go-github-com-mattn-go-tty, and go-gopkg-in-ini-v1.

Change-Id: Id28ebb181c978cbd1195fe6b0e31c97e4339aa1f
2024-07-26 17:02:50 +01:00