gnu: qemu-minimal: Simplify input filter.
* gnu/packages/virtualization.scm (qemu-minimal)[native-inputs]: Remove useless conditional, and fix indentation.master
parent
b891f8519d
commit
9d9c7d2202
|
@ -426,11 +426,10 @@ server and embedded PowerPC, and S390 guests.")
|
||||||
;; delete specific outputs; i.e. here we should keep
|
;; delete specific outputs; i.e. here we should keep
|
||||||
;; `(,glib "bin"), but not `(,glib "static").
|
;; `(,glib "bin"), but not `(,glib "static").
|
||||||
((label package output)
|
((label package output)
|
||||||
(if (string=? "static" output)
|
(not (string=? "static" output)))
|
||||||
#f #t))
|
|
||||||
(_ input)))
|
(_ input)))
|
||||||
(modify-inputs (package-native-inputs qemu)
|
(modify-inputs (package-native-inputs qemu)
|
||||||
(delete "gettext-minimal"))))
|
(delete "gettext-minimal"))))
|
||||||
(inputs (modify-inputs (package-inputs qemu)
|
(inputs (modify-inputs (package-inputs qemu)
|
||||||
(delete "libusb"
|
(delete "libusb"
|
||||||
"mesa"
|
"mesa"
|
||||||
|
|
Reference in New Issue