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:
Mark H Weaver 2018-03-23 03:12:07 -04:00
parent 51b491b049
commit feb0804376
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -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