diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-22 19:57:30 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-22 19:57:42 +0100 |
| commit | 9cbc75b33216bff877d82407bd7b8de54c1ad53f (patch) | |
| tree | 631c35364b4203f1b9c34b42d2d8c66f1bc942ad /gnu | |
| parent | 02cfa1f4d4ff00428671660b31b0afccb30a477e (diff) | |
gnu: genimage: Refresh package.
* gnu/packages/flashing-tools.scm (genimage)[inputs]: Remove variables.
Change-Id: I03d698836b3cda630a2b4886ca732b3ad223182f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/flashing-tools.scm | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm index 48e9165cbdd..e7b09b175ad 100644 --- a/gnu/packages/flashing-tools.scm +++ b/gnu/packages/flashing-tools.scm @@ -298,7 +298,7 @@ firmware from it.") ("mtd-utils" "sbin" "mkfs.(jffs2|ubifs)|ubinize") ("f2fs-tools" "sbin" "(mkfs|sload).f2fs") ("squashfs-tools" "bin" "mksquashfs") - ("qemu" "bin" "qemu-img") + ("qemu-minimal" "bin" "qemu-img") ;; rauc and fiptool are unsupported. ("tar" "bin" "tar") ("u-boot-tools" "bin" "mkimage"))) @@ -334,23 +334,23 @@ firmware from it.") pkg-config util-linux)) ; for the tests (inputs - `(("bash" ,bash) - ("btrfs-progs" ,btrfs-progs) - ("cdrkit-libre" ,cdrkit-libre) - ("cpio" ,cpio) - ;; Note: invoked by final executable. - ("coreutils" ,coreutils) ; chmod, dd - ("dosfstools" ,dosfstools) - ("e2fsprogs" ,e2fsprogs) - ("f2fs-tools" ,f2fs-tools) - ("genext2fs" ,genext2fs) - ("libconfuse" ,libconfuse) - ("mtd-utils" ,mtd-utils) - ("mtools" ,mtools) - ("qemu" ,qemu-minimal) - ("squashfs-tools" ,squashfs-tools) - ("tar" ,tar) - ("u-boot-tools" ,u-boot-tools))) + (list bash + btrfs-progs + cdrkit-libre + cpio + ;; Note: invoked by final executable. + coreutils + dosfstools + e2fsprogs + f2fs-tools + genext2fs + libconfuse + mtd-utils + mtools + qemu-minimal + squashfs-tools + tar + u-boot-tools)) (synopsis "Create Flash images according to specification") (description "@command{genimage} creates Flash images according to a specification file.") |
