Set strictDeps=true on our top level packages #192

Open
abonerib wants to merge 12 commits from enableStrictDeps into master
Showing only changes of commit 5a4e9ae48a - Show all commits

View File

@@ -39,7 +39,9 @@ stdenv.mkDerivation rec {
perl
pkg-config
python3
] ++ lib.optionals enableNosv [
];
buildInputs = lib.optionals enableNosv [
nosv
] ++ lib.optionals enableOvni [
ovni