[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: hwdata: Set #:target #f.
From: |
guix-commits |
Subject: |
01/05: gnu: hwdata: Set #:target #f. |
Date: |
Tue, 22 Mar 2022 22:11:50 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit bcb0a94d0b4d5d0820d9cf85a6d6cf777dc3b08d
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Thu Mar 10 20:31:39 2022 +1100
gnu: hwdata: Set #:target #f.
* gnu/packages/pciutils.scm (hwdata): Set #:target #f.
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/pciutils.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm
index 34abfb3c2d..d0c3faff51 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -56,6 +56,8 @@
;; Tests require pciutils, python, podman. Disable to avoid recursive dep.
(list
#:tests? #f
+ ;; Do not cross-compile, since the package only contains data.
+ #:target #f
#:configure-flags #~(list (string-append "--datadir=" #$output "/share"))
#:phases
#~(modify-phases %standard-phases