me
/
guix
Archived
1
0
Fork 0

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>
master
Brendan Tildesley 2022-03-10 20:31:39 +11:00 committed by Maxim Cournoyer
parent 96b2da8cde
commit bcb0a94d0b
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 0 deletions

View File

@ -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