3
0
Fork 0
forked from mirrors/nixpkgs

entangle: Add missing zstd dependency

This commit is contained in:
polygon 2021-11-06 22:08:53 +01:00
parent 40e8ca29bb
commit 6b83b457d2

View file

@ -35,6 +35,7 @@
, udev
, util-linux
, xorg
, zstd
}:
stdenv.mkDerivation rec {
@ -86,6 +87,7 @@ stdenv.mkDerivation rec {
pcre
udev
util-linux
zstd
] ++ (with xorg; [
libXdmcp
libXtst