Unverified Commit 2f0c9948 authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by GitHub
Browse files

dcap: fix and enable strictDeps (#375261)

parents 3f03580b 70dfdded
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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"