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
parent
96b2da8cde
commit
bcb0a94d0b
|
@ -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
|
||||
|
|
Reference in New Issue