mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 2 additions and 3 deletions
|
@ -100,9 +100,8 @@ (define-public dwm
|
|||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
(zero?
|
||||
(system* "make" "install"
|
||||
(string-append "DESTDIR=" out) "PREFIX=")))))
|
||||
(invoke "make" "install"
|
||||
(string-append "DESTDIR=" out) "PREFIX="))))
|
||||
(add-after 'build 'install-xsession
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
;; Add a .desktop file to xsessions.
|
||||
|
|
Loading…
Reference in a new issue