gnu: dwm: Return #t from all phases.
* gnu/packages/video.scm (dwm)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
a0c5dafcc3
commit
1e501ffeaa
|
@ -100,9 +100,8 @@ a custom raw video format with a simple container.")
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(zero?
|
(invoke "make" "install"
|
||||||
(system* "make" "install"
|
(string-append "DESTDIR=" out) "PREFIX="))))
|
||||||
(string-append "DESTDIR=" out) "PREFIX=")))))
|
|
||||||
(add-after 'build 'install-xsession
|
(add-after 'build 'install-xsession
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
;; Add a .desktop file to xsessions.
|
;; Add a .desktop file to xsessions.
|
||||||
|
|
Loading…
Reference in New Issue