diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-10 19:03:40 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-13 19:29:31 +0100 |
| commit | 706541d384f5a2ee5ad3cd88909d22c0c13c4c27 (patch) | |
| tree | 38878bf4aaa3f3c55e30135cc67de80693055c0d /gnu/system | |
| parent | 2f61b27d367d16cf9fd3f022cba27cf2c7c2a251 (diff) | |
gnu: genimage: Move to flashing-tools.
* gnu/packages/genimage.scm: Remove.
* packages/patches/genimage-mke2fs-test.patch: Remove.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister module.
(dist_patch_DATA): Unregister patch.
* po/packages/POTFILES.in: Unregister module.
* gnu/packages/flashing-tools.scm (genimage): Add variable.
* gnu/packages/image.scm: Update used module.
Merges guix/guix!7045
Change-Id: Iaeafca2b63bcd92f588894543316b968f45c577c
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/image.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/image.scm b/gnu/system/image.scm index fb0ba287730..0e4967012c8 100644 --- a/gnu/system/image.scm +++ b/gnu/system/image.scm @@ -55,8 +55,8 @@ #:use-module (gnu packages cdrom) #:use-module (gnu packages compression) #:use-module (gnu packages disk) + #:use-module (gnu packages flashing-tools) #:use-module (gnu packages gawk) - #:use-module (gnu packages genimage) #:use-module (gnu packages guile) #:autoload (gnu packages gnupg) (guile-gcrypt) #:use-module (gnu packages hurd) |
