gnu: lsof: Update phase style.

* gnu/packages/lsof.scm (lsof)[arguments]: Substitute INVOKE for SYSTEM*
and end phases with #t.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-18 19:32:48 +01:00
parent 57774ae150
commit b7fd3e96c7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -69,7 +69,8 @@ (define-public lsof
(lambda _
(setenv "LSOF_CC" "gcc")
(setenv "LSOF_MAKE" "make")
(zero? (system* "./Configure" "linux"))))
(invoke "./Configure" "linux")
#t))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))