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/local.mk | |
| 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/local.mk')
| -rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 72f3cfff9f6..328f881aab4 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -313,7 +313,6 @@ GNU_SYSTEM_MODULES = \ %D%/packages/gd.scm \ %D%/packages/gdb.scm \ %D%/packages/genealogy.scm \ - %D%/packages/genimage.scm \ %D%/packages/geo.scm \ %D%/packages/gettext.scm \ %D%/packages/ghostscript.scm \ @@ -1430,7 +1429,6 @@ dist_patch_DATA = \ %D%/packages/patches/gemmi-fix-pegtl-usage.patch \ %D%/packages/patches/gemmi-fix-sajson-types.patch \ %D%/packages/patches/gemrb-remove-ifdef-and-externalize-path-setting-to-cmake.patch \ - %D%/packages/patches/genimage-mke2fs-test.patch \ %D%/packages/patches/geoclue-config.patch \ %D%/packages/patches/gettext-libunicode-update.patch \ %D%/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch \ |
