guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/11: gnu: mesa-headers: Strip trailing #t.


From: guix-commits
Subject: 02/11: gnu: mesa-headers: Strip trailing #t.
Date: Sun, 20 Nov 2022 14:10:13 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 4bc97408068e7afc23a076ae151e61173c6a7f49
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 18 15:39:05 2022 -0500

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]