me
/
guix
Archived
1
0
Fork 0

gnu: mesa-headers: Return #t from all phases.

* gnu/packages/gl.scm (mesa-headers)[arguments]: Return #t from the
custom install phase.
master
Mark H Weaver 2018-03-23 03:11:15 -04:00
parent 841ee2a878
commit 51b491b049
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 5 additions and 4 deletions

View File

@ -416,7 +416,8 @@ from software emulation to complete hardware acceleration for modern GPUs.")
(lambda* (#:key outputs #:allow-other-keys)
(copy-recursively "include" (string-append
(assoc-ref outputs "out")
"/include")))))))))
"/include"))
#t)))))))
;;; The mesa-demos distribution contains non-free files, many files with no
;;; clear license information, and many demos that aren't useful for most