mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
ocamlPackages.utop: add missing makeWrapper
... fixing the build. No testing otherwise.
This commit is contained in:
parent
5e5d16f425
commit
4ea520ce48
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, bash, ocaml, findlib, ocamlbuild, camlp4, ocaml_react
|
{ stdenv, fetchurl, bash, ocaml, findlib, ocamlbuild, camlp4, ocaml_react
|
||||||
, lambdaTerm, ocaml_lwt, camomile, zed, cppo, ppx_tools
|
, lambdaTerm, ocaml_lwt, camomile, zed, cppo, ppx_tools, makeWrapper
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "16z02vp9n97iax4fqpbi7v86r75vbabxvnd1rirh8w2miixs1g4x";
|
sha256 = "16z02vp9n97iax4fqpbi7v86r75vbabxvnd1rirh8w2miixs1g4x";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
buildInputs = [ ocaml findlib ocamlbuild cppo camlp4 ppx_tools ];
|
buildInputs = [ ocaml findlib ocamlbuild cppo camlp4 ppx_tools ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ lambdaTerm ocaml_lwt ];
|
propagatedBuildInputs = [ lambdaTerm ocaml_lwt ];
|
||||||
|
Loading…
Reference in New Issue
Block a user