me
/
guix
Archived
1
0
Fork 0

gnu: byobu: Return #t from all phases.

* gnu/packages/screen.scm (byobu)[arguments]: Return #t from the
'provide-locale' phase.
master
Mark H Weaver 2018-04-12 03:25:19 -04:00
parent 5b80aa5945
commit fed9078906
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ controlling terminal and attach to it later.")
(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)