guix/gnu
Rutherther d5b980cfa1
gnu: Remove store path occurrences.
When running `make dist`, it is checked that there are no store paths in
the resulting dist folder. Specifically through the
`assert-no-store-file-names` target.

I think that this target makes sense and this commit has workarounds for
currently embedded store paths. Two of those are comments. Maybe the
target could be changed to ignore those in the future. But the hash is
not important, so just replace it with <hash>.

As for crate tests, I decided to split the string instead of removing
it, although it seems to me it might safely be removed, but I am not
completely sure about the intent here.

* gnu/packages/astronomy.scm (python-jplephem-2.22): Remove store hash
from comment.
* gnu/packages/golang-build.scm (golang-org-x-exp): Likewise.
* tests/import/crate.scm (temp-file): Split store path's hash.

Change-Id: I709f29a9dfab626d194c41d12e53e0380a148217
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-22 15:32:22 +00:00
..
bootloader gnu: bootloader: Add nanopi-r4s-rk3399 bootloader. 2025-11-03 12:44:46 -08:00
build file-systems: Support the 'remount' mount flag. 2025-11-06 23:29:46 +01:00
home home: services: niri: Add XWayland satellite support. 2025-11-10 12:34:45 +03:00
installer installer: Add Sway as an option in the Desktop environment page. 2025-11-04 17:49:29 +01:00
machine
packages gnu: Remove store path occurrences. 2025-11-22 15:32:22 +00:00
services gnu: Remove lsh-service-type. 2025-11-21 14:35:35 +01:00
system gnu: Add --pid-file option to "guix system container" scripts. 2025-11-13 21:55:42 +01:00
tests gnu: Fix patchwork service test. 2025-11-10 10:27:36 +00:00
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm
image.scm
installer.scm
local.mk Revert "gnu: capnproto: Fix tests." 2025-11-21 18:55:04 +01:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm