mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue