opaline: fix static build
This commit is contained in:
parent
fd60747cbd
commit
9ae5ae736a
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue