diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-12-19 14:44:12 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-12-19 16:27:13 +0200 |
commit | a512bbd23a2e129cf3d8e71255d504ce8bac77d3 (patch) | |
tree | 4c8bf49d7c76ec08019bda7f2c2ddfb1544a6ffe /gnu | |
parent | d542593092d93667cee28ba5b8bbca9d1469985e (diff) | |
download | guix-a512bbd23a2e129cf3d8e71255d504ce8bac77d3.tar.gz guix-a512bbd23a2e129cf3d8e71255d504ce8bac77d3.zip |
gnu: ovmf: Set target to #f.
* gnu/packages/firmware.scm (ovmf)[arguments]: Set target to #f.
Change-Id: Iee1b731977f2731277d2e907ee2db2ad85af195f
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/firmware.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index 3bb6eff1ec..5cebf515bf 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -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 |