gnu: ratpoison: Return #t from all phases.
* gnu/packages/ratpoison.scm (ratpoison)[arguments]: Return #t from the 'install-xsession' phase.
This commit is contained in:
parent
a3401d64db
commit
4b20e079cb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue