gnu: ovmf: Set target to #f.
* gnu/packages/firmware.scm (ovmf)[arguments]: Set target to #f. Change-Id: Iee1b731977f2731277d2e907ee2db2ad85af195fmaster
parent
d542593092
commit
a512bbd23a
|
@ -891,6 +891,7 @@ Executables included are:
|
|||
(arguments
|
||||
(list
|
||||
#:tests? #f ; No check target.
|
||||
#:target #f ; Package produces firmware.
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-source
|
||||
|
|
Reference in New Issue