gnu: pciutils: Use invoke.

* gnu/packages/pciutils.scm (pciutils)[arguments]: Use invoke in the custom
install phase.
master
Mark H Weaver 2018-03-23 03:31:54 -04:00
parent 27b6adb715
commit 71a0219626
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
;; 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-flags (list (string-append "LDFLAGS=-Wl,-rpath="