mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 06:34:13 +00:00
mesa: add libzstd
Will be used for shader caches, should make loading them slightly faster.
This commit is contained in:
parent
f416128e90
commit
678bcd522a
@ -23,6 +23,7 @@
|
||||
, rustc
|
||||
, rust-bindgen
|
||||
, spirv-llvm-translator
|
||||
, zstd
|
||||
}:
|
||||
|
||||
/** Packaging design:
|
||||
@ -149,6 +150,7 @@ self = stdenv.mkDerivation {
|
||||
libX11 libXext libxcb libXt libXfixes libxshmfence libXrandr
|
||||
libffi libvdpau libelf libXvMC
|
||||
libpthreadstubs openssl /*or another sha1 provider*/
|
||||
zstd
|
||||
] ++ lib.optionals (lib.elem "wayland" eglPlatforms) [ wayland wayland-protocols ]
|
||||
++ lib.optionals stdenv.isLinux [ libomxil-bellagio libva-minimal ]
|
||||
++ lib.optionals stdenv.isDarwin [ libunwind ]
|
||||
|
Loading…
Reference in New Issue
Block a user