diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-04-01 14:50:49 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-04-01 14:51:20 +0200 |
| commit | 7b2fe2824b42a3f693908cfd7630aa6ffd8a4efb (patch) | |
| tree | d091e2f96711101683e4f0c3b3a971650923c263 /gnu | |
| parent | 9810c4c81876c1d0b193a3605af4117c06cd7391 (diff) | |
gnu: genimage: Avoid deprecated ‘%gnu-build-system-modules’.
* gnu/packages/genimage.scm (genimage)[arguments]: Avoid deprecated
symbol.
Change-Id: I17a3c078dc380f33943d50af41d5b64b5d511486
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/genimage.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/genimage.scm b/gnu/packages/genimage.scm index 12ff1e6554c..0f70faf33e9 100644 --- a/gnu/packages/genimage.scm +++ b/gnu/packages/genimage.scm @@ -61,7 +61,7 @@ (arguments `(#:modules ((ice-9 match) - ,@%gnu-build-system-modules) + ,@%default-gnu-imported-modules) #:phases (modify-phases %standard-phases (add-after 'unpack 'guixify |
