mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01: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:
parent
a3401d64db
commit
4b20e079cb
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ (define-public ratpoison
|
|||
"/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 a new issue