dcap: fix and enable strictDeps

This commit is contained in:
FliegendeWurst
2025-03-01 22:17:31 +01:00
parent 22d52eb361
commit 70dfdded90
+4 -2
View File
@@ -30,14 +30,16 @@ stdenv.mkDerivation rec {
libxcrypt
];
strictDeps = true;
preConfigure = ''
patchShebangs bootstrap.sh
patchShebangs --build bootstrap.sh
./bootstrap.sh
'';
doCheck = true;
nativeCheckInputs = [ cunit ];
checkInputs = [ cunit ];
outputs = [
"bin"