guix-patches
[Top][All Lists]
Advanced

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

[bug#54069] [PATCH v3 1/7] gnu: hwdata: Set #:target #f.


From: Brendan Tildesley
Subject: [bug#54069] [PATCH v3 1/7] gnu: hwdata: Set #:target #f.
Date: Thu, 10 Mar 2022 20:31:39 +1100

* gnu/packages/pciutils.scm (hwdata): Set #:target #f to make
cross-compiling free, as explained by Maxime in bug#54069.
---
 gnu/packages/pciutils.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm
index 34abfb3c2d..5c25e78ac9 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -56,6 +56,7 @@ (define-public hwdata
      ;; Tests require pciutils, python, podman. Disable to avoid recursive dep.
      (list
       #:tests? #f
+      #:target #f ; Make the derivation the same when cross-compiling, since 
it's just data.
       #:configure-flags #~(list (string-append "--datadir=" #$output "/share"))
       #:phases
       #~(modify-phases %standard-phases
-- 
2.34.0






reply via email to

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