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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user