mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
wlogout: enable strictDeps
This commit is contained in:
parent
772502c358
commit
4ff62d90ac
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "cTscfx+erHVFHwwYpN7pADQWt5sq75sQSyXSP/H8kOs=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
depsBuildBuild = [ pkg-config ];
|
||||
nativeBuildInputs = [ pkg-config meson ninja scdoc ];
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue