gnu: mesa-headers: Strip trailing #t.

* gnu/packages/gl.scm (mesa-headers) [phases] {install}: Strip trailing #t.
This commit is contained in:
Maxim Cournoyer 2022-11-18 15:39:05 -05:00
parent 805f92c392
commit 4bc9740806
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

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