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 @@ 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) | ||||
|  |  | |||
		Reference in a new issue