wlogout: enable strictDeps

This commit is contained in:
Rick van Schijndel 2022-05-05 22:55:47 +02:00
parent 772502c358
commit 4ff62d90ac

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
sha256 = "cTscfx+erHVFHwwYpN7pADQWt5sq75sQSyXSP/H8kOs=";
};
strictDeps = true;
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ pkg-config meson ninja scdoc ];
buildInputs = [