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
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@
|
||||||
"/share/xsessions/")))
|
"/share/xsessions/")))
|
||||||
(mkdir-p dst)
|
(mkdir-p dst)
|
||||||
(copy-file (assoc-ref inputs rpd)
|
(copy-file (assoc-ref inputs rpd)
|
||||||
(string-append dst rpd))))))))
|
(string-append dst rpd))
|
||||||
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fontconfig" ,fontconfig)
|
`(("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
|
|
Reference in a new issue