gnu: mesa-utils: Return #t from all phases.
* gnu/packages/gl.scm (mesa-utils)[arguments]: Return #t from the custom install phase.
This commit is contained in:
		
							parent
							
								
									51b491b049
								
							
						
					
					
						commit
						feb0804376
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -454,7 +454,8 @@ from software emulation to complete hardware acceleration for modern GPUs.") | |||
|                (lambda (file) | ||||
|                  (copy-file file (string-append out "/bin/" (basename file)))) | ||||
|                '("src/xdemos/glxdemo" "src/xdemos/glxgears" | ||||
|                  "src/xdemos/glxinfo" "src/xdemos/glxheads")))))))) | ||||
|                  "src/xdemos/glxinfo" "src/xdemos/glxheads")) | ||||
|               #t)))))) | ||||
|     (home-page "http://mesa3d.org/") | ||||
|     (synopsis "Utility tools for Mesa") | ||||
|     (description | ||||
|  |  | |||
		Reference in a new issue