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

View file

@ -454,7 +454,8 @@ (define-public mesa-utils
(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