mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mesa: Remove unnecessary inputs.
* gnu/packages/gl.scm (mesa)[native-inputs]: Remove unnecessary inputs.
This commit is contained in:
parent
7fe021b484
commit
47406a9290
1 changed files with 1 additions and 3 deletions
|
@ -272,9 +272,7 @@ also known as DXTn or DXTC) for Mesa.")
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
,@(match (%current-system)
|
,@(match (%current-system)
|
||||||
((or "x86_64-linux" "i686-linux")
|
((or "x86_64-linux" "i686-linux")
|
||||||
`(("glslang" ,glslang)
|
`(("glslang" ,glslang)))
|
||||||
("vulkan-headers" ,vulkan-headers)
|
|
||||||
("vulkan-loader" ,vulkan-loader)))
|
|
||||||
(_
|
(_
|
||||||
`()))
|
`()))
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue