gnu: pciutils: Use invoke.
* gnu/packages/pciutils.scm (pciutils)[arguments]: Use invoke in the custom install phase.
This commit is contained in:
parent
27b6adb715
commit
71a0219626
|
@ -72,7 +72,7 @@
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
;; Install the commands, library, and .pc files.
|
;; Install the commands, library, and .pc files.
|
||||||
(zero? (system* "make" "install" "install-lib")))))
|
(invoke "make" "install" "install-lib"))))
|
||||||
|
|
||||||
;; Make sure programs have an RPATH so they can find libpciutils.so.
|
;; Make sure programs have an RPATH so they can find libpciutils.so.
|
||||||
#:make-flags (list (string-append "LDFLAGS=-Wl,-rpath="
|
#:make-flags (list (string-append "LDFLAGS=-Wl,-rpath="
|
||||||
|
|
Loading…
Reference in New Issue