opaline: fix static build

This commit is contained in:
Guillaume Girol 2021-08-14 12:00:00 +00:00
parent fd60747cbd
commit 9ae5ae736a

View file

@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1aj1fdqymq3pnr39h47hn3kxk5v9pnwx0jap1z2jzh78x970z21m";
};
buildInputs = with ocamlPackages; [ ocaml findlib ocamlbuild opam-file-format ];
nativeBuildInputs = with ocamlPackages; [ ocaml findlib ocamlbuild ];
buildInputs = with ocamlPackages; [ opam-file-format ];
preInstall = "mkdir -p $out/bin";