gnu: ratpoison: Return #t from all phases.

* gnu/packages/ratpoison.scm (ratpoison)[arguments]: Return #t from the
'install-xsession' phase.
master
Mark H Weaver 2018-04-12 03:54:37 -04:00
parent a3401d64db
commit 4b20e079cb
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@
"/share/xsessions/")))
(mkdir-p dst)
(copy-file (assoc-ref inputs rpd)
(string-append dst rpd))))))))
(string-append dst rpd))
#t))))))
(inputs
`(("fontconfig" ,fontconfig)
("freetype" ,freetype)