lol

dcap: fix and enable strictDeps (#375261)

authored by

Yueh-Shun Li and committed by
GitHub
2f0c9948 3f03580b

+4 -2
+4 -2
pkgs/by-name/dc/dcap/package.nix
··· 30 30 libxcrypt 31 31 ]; 32 32 33 + strictDeps = true; 34 + 33 35 preConfigure = '' 34 - patchShebangs bootstrap.sh 36 + patchShebangs --build bootstrap.sh 35 37 ./bootstrap.sh 36 38 ''; 37 39 38 40 doCheck = true; 39 41 40 - nativeCheckInputs = [ cunit ]; 42 + checkInputs = [ cunit ]; 41 43 42 44 outputs = [ 43 45 "bin"