Commit 26631c3d authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.z3: propagate libz3

parent 5cf3f4b4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -36,7 +36,10 @@ else
    '';

    nativeBuildInputs = [ findlib ];
    propagatedBuildInputs = [ zarith ];
    propagatedBuildInputs = [
      z3-with-ocaml.lib
      zarith
    ];

    strictDeps = true;