guix-commits
[Top][All Lists]
Advanced

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

61/63: gnu: mesa-headers: Do not inherit outputs from Mesa.


From: guix-commits
Subject: 61/63: gnu: mesa-headers: Do not inherit outputs from Mesa.
Date: Mon, 25 May 2020 15:15:31 -0400 (EDT)

mbakke pushed a commit to branch staging2
in repository guix.

commit 19b02edf8a09974b35850ce5a8d800f1f137ce4a
Author: Marius Bakke <address@hidden>
AuthorDate: Sat May 23 11:24:13 2020 +0200

    gnu: mesa-headers: Do not inherit outputs from Mesa.
    
    This is a follow-up to commit 43a8d83c08d736b613a385ff0d06941bd373b642.
    
    * gnu/packages/gl.scm (mesa-headers)[outputs]: New field.
---
 gnu/packages/gl.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 788fe7c..e3c3ed8 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -471,6 +471,7 @@ from software emulation to complete hardware acceleration 
for modern GPUs.")
     (propagated-inputs '())
     (inputs '())
     (native-inputs '())
+    (outputs '("out"))
     (arguments
      '(#:phases
        (modify-phases %standard-phases



reply via email to

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