zoom: enable strictDeps

This commit is contained in:
SandaruKasa
2026-05-21 23:03:30 +03:00
parent f31f0d2fe2
commit 145bc24198
+7 -1
View File
@@ -11,6 +11,7 @@
libx11,
libsm,
libice,
which,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -22,8 +23,12 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-8pZ/HAVV341K6QRDUC0UzzO2rGW2AvSZ++Pp445V27w=";
};
buildInputs = [
nativeBuildInputs = [
perl
which
];
buildInputs = [
expat
fontconfig
freetype
@@ -34,6 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
libxrender
];
strictDeps = true;
__structuredAttrs = true;
enableParallelBuilding = true;