From 4bc97408068e7afc23a076ae151e61173c6a7f49 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 18 Nov 2022 15:39:05 -0500 Subject: gnu: mesa-headers: Strip trailing #t. * gnu/packages/gl.scm (mesa-headers) [phases] {install}: Strip trailing #t. --- gnu/packages/gl.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 7810d1d8ae..4eaaf751a6 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -557,8 +557,7 @@ (define-public mesa-headers (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 -- cgit v1.2.3