forked from mirrors/nixpkgs
entangle: Add missing zstd dependency
This commit is contained in:
parent
40e8ca29bb
commit
6b83b457d2
|
@ -35,6 +35,7 @@
|
||||||
, udev
|
, udev
|
||||||
, util-linux
|
, util-linux
|
||||||
, xorg
|
, xorg
|
||||||
|
, zstd
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -86,6 +87,7 @@ stdenv.mkDerivation rec {
|
||||||
pcre
|
pcre
|
||||||
udev
|
udev
|
||||||
util-linux
|
util-linux
|
||||||
|
zstd
|
||||||
] ++ (with xorg; [
|
] ++ (with xorg; [
|
||||||
libXdmcp
|
libXdmcp
|
||||||
libXtst
|
libXtst
|
||||||
|
|
Loading…
Reference in a new issue