Commit graph

144203 commits

Author SHA1 Message Date
Janneke Nieuwenhuizen
6dbfe1a118
system: hurd: Remove qemu networking from %base-services/hurd.
This allows us to use %base-services/hurd for services in a Hurd config for a
real machine without removing static-networking.

* gnu/system/hurd.scm (%base-services/hurd): Factor networking out to...
(%base-services+qemu-networking/hurd): ..this new variable.
* gnu/system/examples/bare-hurd.tmpl (%hurd-os): Use it.
* gnu/services/virtualization.scm (%hurd-vm-operating-system): Use it.
* gnu/system/images/hurd.scm (hurd-barebones-os): Use it.  Add comment about
QEMU and networking for a real machine.

Change-Id: I777a63410383b9bf8b5740e4513dbc1e9fb0fd41
2024-11-11 07:28:33 +01:00
Janneke Nieuwenhuizen
fdb23d9db8
bootloader: grub: Remove hardcoded partition number for the Hurd.
This supports using another than the default DISK0 PART1 and using LABEL or
UUID as root file-system specifier.  It still defaults to DISK0 PART1 if
the file-system cannot be found, i.e., lives only at the build side: A
virtual machine/childhurd build.

* gnu/build/file-systems.scm (%hurd-device-spec-regexp, %device-spec-regexp):
New variables.
(device-name->hurd-device-name, hurd-device-name->device-name,
device-spec->device, device-spec->device-name): Use them in new procedures.
* gnu/bootloader/grub.scm (make-grub-configuration): Use them to remove
hardcoded partition number (root-index 1).

Change-Id: I49fa93dacc09883dfb4d695402c5eac2e0e17286
2024-11-11 07:28:33 +01:00
Janneke Nieuwenhuizen
046d6d9f8e
guix system: When installing the Hurd, create essential devices.
* guix/scripts/system.scm (install): When installing the Hurd, invoke
`make-hurd-device-nodes'.

Change-Id: If84d5fe0b5bf4a93452f0b5241650f325d583543
2024-11-11 07:28:32 +01:00
Janneke Nieuwenhuizen
4f94f07b1f
reconfigure: Use native bootloader package for running the installer.
This fixes running grub-install when using guix system init --target.

* guix/scripts/system/reconfigure.scm (install-bootloader): Use native package
when invoking install-bootloader-program.

Change-Id: I48d80a8dff866ada3625d827dd3036fb966eee9a
2024-11-11 07:28:29 +01:00
Leo Famulari
9cdcfb52ac
gnu: linux-libre 6.11: Disable a debugging option in the kernel configs.
Reported by dariqq: <https://issues.guix.gnu.org/74280>.

This is a followup to commit 92910f5413.

* gnu/packages/aux-files/linux-libre/6.11-i686.conf,
gnu/packages/aux-files/linux-libre/6.11-x86_64.conf: Disable
CONFIG_DRM_I915_REPLAY_GPU_HANGS_API.

Change-Id: I345aba7b19d3e7c3e28fec2e6ed2d7bdbc2099c9
2024-11-10 15:28:35 -05:00
Jonathan Brielmaier
ee3219996b
gnu: icedove: Update to 115.16.2.
* gnu/packages/gnuzilla.scm (icedove): Update to 115.16.2.

Change-Id: Ibe020ce42e5503980ef4120863dc1c6e4fb40eb7
2024-11-10 16:03:02 +01:00
Lars-Dominik Braun
aa2ccd6350
gnu: ultrastar-deluxe: Update to 2024.10.0.
* gnu/packages/games.scm (ultrastar-deluxe): Bump version.
[inputs]: Use ffmpeg 6 and ttf output of font-google-noto.

Change-Id: I105c352abd8296a73dde54fecdfc6de7692e712e
2024-11-10 11:21:16 +01:00
Brennan Vincent
3dc63f8ca7
gnu: go-1.23: Update to 1.23.2.
* gnu/packages/golang.scm (go-1.23): Update to 1.23.2.

Change-Id: I9687e3d14bcf78c267a54479b7d9073cb8b9a879
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-09 21:33:56 +00:00
Brennan Vincent
2336caaaaf
gnu: go-1.22: Update to 1.22.7.
* gnu/packages/golang.scm (go-1.22): Update to 1.22.7.

Change-Id: I67fbb1c630a08cfb29f2230a600bf3a24e2c8486
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-09 21:33:56 +00:00
Sharlatan Hellseher
07c00e13eb
build/go: fix-embed-files: Adjust procedure docstring.
This is a follow up adjustment, proposed by Maxim Cournoyer
<maxim.cournoyer@gmail.com> in <https://issues.guix.gnu.org/73299>.

* guix/build/go-build-system.scm (fix-embed-files): Improve the grammar
and style, and provide a URL to the raw source file for reference.

Change-Id: I78824b92d70a2431f61d11e8737bca6a2ddea3fa
2024-11-09 21:33:56 +00:00
Sharlatan Hellseher
47dfe96eb6
gnu: run: Update to 0.11.2.
* gnu/packages/task-runners.scm (run): Update to 0.11.2. Adjust package
style by shiftin order of fields.
[arguments]: Do not install sources.
[propagated-inputs]: Remove go-github-com-tekwizely-go-parsing.
[native-inputs]: Add go-github-com-goreleaser-fileglob,
go-github-com-subosito-gotenv, and
go-github-com-tekwizely-go-parsing.

Change-Id: I02e4384aee83a3000c159e9d74fe1e94505ce9a7
2024-11-09 21:33:56 +00:00
Sharlatan Hellseher
d8717abb49
gnu: go-github-com-subosito-gotenv: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-subosito-gotenv): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ic9733d34808da599536a34b33caad88707f8ebb7
2024-11-09 21:33:56 +00:00
Sharlatan Hellseher
eb23cceba5
gnu: go-github-com-subosito-gotenv: Update to 1.6.0.
* gnu/packages/golang.scm (go-github-com-subosito-gotenv): Update to 1.6.0.
[propagated-inputs]: Add go-golang-org-x-text.

Change-Id: I6010bdacf80eaf6aa2cf869844b2327124318580
2024-11-09 21:33:56 +00:00
Sharlatan Hellseher
40c01f8dd3
gnu: go-github-com-tekwizely-go-parsing: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/task-runners.scm: Swap imported module from golang to golang-xyz.

Change-Id: I7a1fab8a1ab457011260ce7dac7a47ecf8f83dd3
2024-11-09 21:33:56 +00:00
Sharlatan Hellseher
f680f93239
gnu: go-github-com-tekwizely-go-parsing: Adjust description.
* gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing)
[description]: Include a list of shipped modules.

Change-Id: Ieddaf65ec95776666846af8785a26bdd2a02d24a
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
c27415d78a
gnu: go-github-com-tekwizely-go-parsing: Update to 0.0.0-20221001173913-aa6d6749ea2d.
* gnu/packages/golang.scm (go-github-com-tekwizely-go-parsing): Update to 0.0.0-20221001173913-aa6d6749ea2d.

Change-Id: Ibbea09fc86c8a5a72de2315d2a082978246e8ccc
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
d26bb26b87
gnu: Add go-github-com-goreleaser-fileglob.
* gnu/packages/golang-xyz.scm (go-github-com-goreleaser-fileglob): New variable.

Change-Id: I068cad724f0aabeda01e09c4ce9ea48c6b344424
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
c7e9c98ef6
gnu: Add go-github-com-matryer-is.
* gnu/packages/golang-check.scm (go-github-com-matryer-is): New variable.

Change-Id: I215a7291620b7c2fc34ae759801466856e829263
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
d19a9e553a
gnu: Add go-github-com-caarlos0-testfs.
* gnu/packages/golang-check.scm (go-github-com-caarlos0-testfs): New variable.

Change-Id: Iab47c0954592981c780a3e9a9afab1d0fe0f6e85
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
3e3b6202aa
gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-fsnotify-fsnotify): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I56f234c1dbb956f97d9d733bc9d7b5dd572830f8
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
8ee3669af4
gnu: go-github-com-dustin-go-humanize: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-dustin-go-humanize): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/uucp.scm: Add golang-xyz module.

Change-Id: Ic0913615d559ec255bf98abfab99383edf3c9a84
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
37ef7683de
gnu: go-github-com-dustin-go-humanize: Update to 1.0.1.
* gnu/packages/golang.scm (go-github-com-dustin-go-humanize): Update to 1.0.1.

Change-Id: Iaeb4c79c802794feb03e307c08fa56686294942a
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
0a2817cb05
gnu: packages/high-availability: Remove golang module.
Do not import not required module.

Change-Id: I2cb09c65d9e587add5def8a7c9087e89f40860c8
2024-11-09 21:33:55 +00:00
Sharlatan Hellseher
53a176434d
gnu: Add go-github-com-rogpeppe-fastuuid.
* gnu/packages/golang-xyz.scm (go-github-com-rogpeppe-fastuuid): New variable.

Change-Id: Ie8458f79e0b39e8660a2fdd64bb4d4482cd22339
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
db2ccd2479
gnu: Add go-rsc-io-binaryregexp.
* gnu/packages/golang-xyz.scm (go-rsc-io-binaryregexp): New variable.

Change-Id: Idaaac22b1c37b168e5a78e69217a836910a58335
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
3e063c821e
gnu: Add go-github-com-pkg-browser.
* gnu/packages/golang-web.scm (go-github-com-pkg-browser): New variable.

Change-Id: I02b0c499dbde8dfd9862df61def348fcec381fb9
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
cf3fe8f507
gnu: go-github-com-operatorfoundation-shapeshifter-transports: Fix build.
* gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-transports)
[propagated-inputs]: Remove
go-github-com-operatorfoundation-monolith-go; add
go-github-com-operatorfoundation-monolith-go-1.0.4

(go-github-com-operatorfoundation-monolith-go-1.0.4): New variable.

Change-Id: I858a0ca47f448985a563f2e0fce8c6a7c6de7ca7
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
e3f959c7e9
gnu: Remove go-github-com-emersion-go-textwrapper.
It's not in use by any packages in Guix, upstream message: "This
repository has been archived by the owner on Mar 2, 2024. It is now
read-only."

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

Change-Id: I57b382b8102d808fd153ffc9a39bb1d11ffcb8e7
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
4522e1f0c1
gnu: go-github-com-emersion-go-autostart: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-emersion-go-autostart): Move
from here ...
* gnu/packages/golang-xyz.scm: .. to here.

Change-Id: Ia1a52cc0122f3a343171c698f63783265b44bed7
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
8292c0de00
gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a.
* gnu/packages/golang.scm (go-github-com-emersion-go-autostart): Update to 0.0.0-20210130080809-00ed301c8e9a.

Change-Id: I103e0c9d4d89317371458737af6a33f7d0d3005b
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
8bf88c582a
gnu: Add go-github-com-cretz-bine.
* gnu/packages/golang-web.scm (go-github-com-cretz-bine): New variable.

Change-Id: I2c3e8bc8ba22e6b76c26412f332d90f29e6ec76a
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
8242547157
gnu: trezord: Refresh package style.
* gnu/packages/finance.scm (trezord): Refresh package style.
[arguments]: Use list style, do not install source.
[description]: Start from new line.

Change-Id: I96fe06e5559746196d4a99dc2fe1faf731b71253
2024-11-09 21:33:54 +00:00
Sharlatan Hellseher
9157fca482
gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable.
* gnu/packages/golang-xyz.scm (go-gopkg-in-natefinch-lumberjack.v2):
Rename variable to go-gopkg-in-natefinch-lumberjack-v2 to reflect import
style.

* gnu/packages/finance.scm (trezord) [native-inputs]: Remove
go-gopkg-in-natefinch-lumberjack.v2; add go-gopkg-in-natefinch-lumberjack-v2.

Change-Id: Ifffc20bfcd75db308bca7fc1880f87c477908188
2024-11-09 21:33:53 +00:00
Sharlatan Hellseher
14f80884f7
gnu: Add go-github-com-prometheus-community-pro-bing.
* gnu/packages/prometheus.scm (go-github-com-prometheus-community-pro-bing): New variable.

Change-Id: Ifc536d497396b02671ff44f4845c43dfba893d4d
2024-11-09 21:33:53 +00:00
Sharlatan Hellseher
d83434fc5b
gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/vpn.scm: Add to used golang-xyz module.

Change-Id: I0c1084983440bb45b6621cd0b2d7ba8d30ee8ff7
2024-11-09 21:33:53 +00:00
Sharlatan Hellseher
7ff9ab32be
gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6.
* gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon): Update to 0.1.6.

Change-Id: Iebeb04087caf7d746901a0ad4b4efeb83ca7af3c
2024-11-09 21:33:53 +00:00
Sharlatan Hellseher
c2e122c3d6
gnu: Remove go-github.com-smartystreets-gunit.
Upstream is changed to https://github.com/smarty/gunit.

* gnu/packages/golang-check.scm (go-github.com-smartystreets-gunit): Delete variable.

Change-Id: I2233ccc95d01c08e333954dffc312fd7c9a19bda
2024-11-09 21:33:53 +00:00
Sharlatan Hellseher
4e0335782d
gnu: Remove go-github-com-smartystreets-assertions.
Upstream is changed to https://github.com/smarty/assertions.

* gnu/packages/golang-check.scm (go-github-com-smartystreets-assertions): Delete variable.

Change-Id: Iafc9a609d34a5402ce8a2efccd48806a08851ae4
2024-11-09 21:33:53 +00:00
Sharlatan Hellseher
5026779dcb
gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1.
* gnu/packages/golang-check.scm (go-github-com-smartystreets-goconvey): Update to v1.8.1.
[propagated-inputs]: Remove go-github-com-smartystreets-assertions; add
go-github-com-smarty-assertions and go-golang-org-x-tools.

Change-Id: I6846ee9b29c8f70afdddd342b71a2083dd94442a
2024-11-09 21:33:53 +00:00
Sharlatan Hellseher
60f1078891
gnu: Add go-github-com-smarty-gunit.
* gnu/packages/golang-check.scm (go-github-com-smarty-gunit): New variable.

Change-Id: Ibfc07f1aaf4085b5241e2b9549f10e61f81a4187
2024-11-09 21:33:53 +00:00
Sharlatan Hellseher
d5f3e947f9
gnu: Add go-github-com-smarty-assertions.
* gnu/packages/golang-check.scm (go-github-com-smarty-assertions): New variable.

Change-Id: Ibc87eb2810bb66f3ebc5b1f5a894dfcc7942a0bb
2024-11-09 21:33:53 +00:00
Sharlatan Hellseher
ac856615f8
gnu: go-github.com-smartystreets-goconvey: Rename variable.
* gnu/packages/golang-check.scm (go-github.com-smartystreets-goconvey):
Rename variable to go-github-com-smartystreets-goconvey.
* gnu/packages/golang-xyz.scm (go-github-com-polydawn-refmt)
[propagated-inputs]: Remove go-github.com-smartystreets-goconvey; add
go-github-com-smartystreets-goconvey.
* gnu/packages/golang.scm (go-gopkg-in-ini) [native-inputs] Remove
go-github.com-smartystreets-goconvey; add

go-github-com-smartystreets-goconvey.

Change-Id: Ibde73bf974edadb90236a6c0d2dcee6545860e6e
2024-11-09 21:33:52 +00:00
Sharlatan Hellseher
e20cd0ab90
gnu: go-github.com-smartystreets-assertions: Rename variable.
* gnu/packages/golang-check.scm (go-github.com-smartystreets-assertions):
Rename variable to go-github-com-smartystreets-assertions to follow
current package style.
(go-github.com-smartystreets-goconvey) [propagated-inputs]: Remove
go-github.com-smartystreets-assertions; add
go-github-com-smartystreets-assertions.

Change-Id: Ic25602f52b9d4717a5101648b402f61d1957cb1a
2024-11-09 21:33:52 +00:00
Sharlatan Hellseher
2880519316
gnu: Add go-github-com-xtaci-lossyconn.
* gnu/packages/golang-web.scm (go-github-com-xtaci-lossyconn): New variable.

Change-Id: I8d1e5c02215e799265deb1b46a916982a7d71d7e
2024-11-09 21:33:52 +00:00
Sharlatan Hellseher
bdf729ab1e
gnu: Add go-github-com-xtaci-smux.
* gnu/packages/golang-web.scm (go-github-com-xtaci-smux): New variable.

Change-Id: I62ddb7898eba295ba773579dcd84704e54f2d408
2024-11-09 21:33:52 +00:00
Sharlatan Hellseher
0a4e3c8041
gnu: go-github-com-shadowsocks-go-shadowsocks2: Enable all tests.
* gnu/packages/golang-crypto.scm (go-github-com-shadowsocks-go-shadowsocks2)
[arguments]: <#:phases>: Use custom 'check phase.

Change-Id: Ia7efa74417d47a4679befd11ca3e76aaf0bc8c48
2024-11-09 21:33:52 +00:00
Sharlatan Hellseher
8f14e8c9c3
gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5.
* gnu/packages/golang-crypto.scm (go-github-com-shadowsocks-go-shadowsocks2): Update to 0.1.5.
[propagated-inputs]: Remove go-golang-org-x-net, go-golang-org-x-sys, and
go-golang-org-x-text.

Change-Id: I14d26ea40cf7d317b07fcf0484a0727e8f3c5f91
2024-11-09 21:33:52 +00:00
Sharlatan Hellseher
9e649c347e
gnu: go-github-com-aead-chacha20: Fix indentation.
* gnu/packages/golang-crypto.scm (go-github-com-aead-chacha20): Fix indentation.

Change-Id: I2084ebd6a8472b5835498e19c115f778b46ff6d6
2024-11-09 21:33:52 +00:00
Sharlatan Hellseher
2736e2018d
gnu: go-github-com-aead-chacha20: Update to 0.0.0-20180709150244-8b13a72661da.
* gnu/packages/golang-crypto.scm (go-github-com-aead-chacha20): Update to 0.0.0-20180709150244-8b13a72661da.

Change-Id: I01b464ea6da2f89a3d4e4eeba2e2c13d1f3ac10b
2024-11-09 21:33:52 +00:00
Sharlatan Hellseher
427bb76c47
gnu: Add go-github-com-aead-ecdh.
* gnu/packages/golang-crypto.scm (go-github-com-aead-ecdh): New variable.

Change-Id: I50ddf2453834d8928be2301715fd6c207de5a536
2024-11-09 21:33:52 +00:00