dcap: fix and enable strictDeps (#375261)

This commit is contained in:
Yueh-Shun Li
2025-03-02 05:50:37 +08:00
committed by GitHub
+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"