mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: byobu: Return #t from all phases.
* gnu/packages/screen.scm (byobu)[arguments]: Return #t from the 'provide-locale' phase.
This commit is contained in:
parent
5b80aa5945
commit
fed9078906
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ (define-public byobu
|
|||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((libc (assoc-ref inputs "libc"))) ;implicit input
|
||||
(substitute* "usr/bin/byobu.in"
|
||||
(("locale") (string-append libc "/bin/locale"))))))
|
||||
(("locale") (string-append libc "/bin/locale")))
|
||||
#t)))
|
||||
(add-after
|
||||
'install 'wrap-python-scripts
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue