1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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:
Mark H Weaver
2018-04-12 03:54:37 -04:00
parent a3401d64db
commit 4b20e079cb

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)