diff --git a/pkgs/by-name/dc/dcap/package.nix b/pkgs/by-name/dc/dcap/package.nix index ad9697885c8f..1a1014d8e88b 100644 --- a/pkgs/by-name/dc/dcap/package.nix +++ b/pkgs/by-name/dc/dcap/package.nix @@ -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"