gnu: mesa-headers: Strip trailing #t.
* gnu/packages/gl.scm (mesa-headers) [phases] {install}: Strip trailing #t.
This commit is contained in:
parent
805f92c392
commit
4bc9740806
@ -557,8 +557,7 @@ 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"))
|
||||
#t)))))))
|
||||
"/include")))))))))
|
||||
|
||||
;;; The mesa-demos distribution contains non-free files, many files with no
|
||||
;;; clear license information, and many demos that aren't useful for most
|
||||
|
Loading…
Reference in New Issue
Block a user