guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: mesa-headers: Do not inherit outputs from Mesa.


From: guix-commits
Subject: 02/03: gnu: mesa-headers: Do not inherit outputs from Mesa.
Date: Sat, 23 May 2020 13:50:51 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit ec1f7db535f789945bc5ec6883e7eb4069d0f351
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]