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:
parent
57774ae150
commit
b7fd3e96c7
|
@ -69,7 +69,8 @@
|
|||
(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")))
|
||||
|
|
Loading…
Reference in New Issue