mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
treewide: add strictDeps = true to most packages depending on ocaml
This commit is contained in:
@@ -10,7 +10,10 @@ stdenv.mkDerivation {
|
||||
|
||||
prePatch = "cd test";
|
||||
|
||||
buildInputs = [ ocaml findlib sawja ];
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [ ocaml findlib ];
|
||||
buildInputs = [ sawja ];
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
Reference in New Issue
Block a user