diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-23 11:24:13 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-05-26 22:36:11 +0200 |
commit | cb475eaa71734351acae60e14c4d318d050da64b (patch) | |
tree | d6bcba7bb86213c48f95a5fd3e839b0be66cf912 /gnu/packages/gl.scm | |
parent | 682ae6f947ca3efb902f8c7ae25914e34cb74e8e (diff) | |
download | guix-cb475eaa71734351acae60e14c4d318d050da64b.tar.gz |
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.
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r-- | gnu/packages/gl.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 788fe7c5c4..e3c3ed850d 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 |