Archived
1
0
Fork 0

gnu: fluxbox: All phases return #t.

* gnu/packages/wm.scm (fluxbox)[arguments]: All phases return #t.
This commit is contained in:
Efraim Flashner 2019-02-13 21:25:14 +02:00
parent 37f7853e13
commit 4ee3b30945
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -681,10 +681,10 @@ drags, snap-to-border support, and virtual desktops.")
(syntax (string-append out "/share/vim/vimfiles/syntax")))
(copy-recursively "3rd/vim/vim/syntax" syntax)
#t)))
(add-after
'install 'install-xsession
(lambda _
(let ((xsessions (string-append %output "/share/xsessions")))
(add-after 'install 'install-xsession
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(xsessions (string-append out "/share/xsessions")))
(mkdir-p xsessions)
(call-with-output-file
(string-append xsessions "/fluxbox.desktop")
@ -694,7 +694,8 @@ drags, snap-to-border support, and virtual desktops.")
Name=~a~@
Comment=~a~@
Exec=~a/bin/startfluxbox~@
Type=Application~%" ,name ,synopsis %output)))))))))
Type=Application~%" ,name ,synopsis out)))
#t))))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs