mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
682ae6f947
commit
cb475eaa71
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ (define-public mesa-headers
|
|||
(propagated-inputs '())
|
||||
(inputs '())
|
||||
(native-inputs '())
|
||||
(outputs '("out"))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue