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.master
parent
682ae6f947
commit
cb475eaa71
|
@ -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
|
||||
|
|
Reference in New Issue