gnu: xxd: Return true from all phases.
* gnu/packages/vim.scm (xxd)[arguments]: Return '#t' from custom 'chdir phase.
This commit is contained in:
		
							parent
							
								
									15dcd292df
								
							
						
					
					
						commit
						2d4fdb707e
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -121,7 +121,8 @@ configuration files.") | |||
|          (delete 'configure) | ||||
|          (add-after 'unpack 'chdir | ||||
|            (lambda _ | ||||
|              (chdir "src/xxd"))) | ||||
|              (chdir "src/xxd") | ||||
|              #t)) | ||||
|          (replace 'install | ||||
|            (lambda* (#:key outputs #:allow-other-keys) | ||||
|              (let ((bin (string-append (assoc-ref outputs "out") "/bin"))) | ||||
|  |  | |||
		Reference in a new issue