mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
Merge pull request #144928 from polygon/entangle-fix
entangle: Add missing zstd dependency
This commit is contained in:
commit
c94c8d0a5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user