guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: ovmf: Set target to #f.


From: guix-commits
Subject: 09/09: gnu: ovmf: Set target to #f.
Date: Tue, 19 Dec 2023 09:32:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a512bbd23a2e129cf3d8e71255d504ce8bac77d3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 19 14:44:12 2023 +0200

    gnu: ovmf: Set target to #f.
    
    * gnu/packages/firmware.scm (ovmf)[arguments]: Set target to #f.
    
    Change-Id: Iee1b731977f2731277d2e907ee2db2ad85af195f
---
 gnu/packages/firmware.scm | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]