Revert "coq: propagate and install ocaml and findlib"
This reverts commit 5d0e2dedd5
.
This commit is contained in:
parent
7bee257d88
commit
8cab21b48b
1 changed files with 2 additions and 5 deletions
|
@ -109,7 +109,7 @@ self = stdenv.mkDerivation {
|
|||
nativeBuildInputs = [ pkgconfig ]
|
||||
++ stdenv.lib.optional (!versionAtLeast "8.6") gnumake42
|
||||
;
|
||||
buildInputs = [ ncurses ]
|
||||
buildInputs = [ ncurses ocamlPackages.ocaml ocamlPackages.findlib ]
|
||||
++ stdenv.lib.optional (!versionAtLeast "8.10") ocamlPackages.camlp5
|
||||
++ stdenv.lib.optional (!versionAtLeast "8.12") ocamlPackages.num
|
||||
++ stdenv.lib.optionals buildIde
|
||||
|
@ -117,10 +117,7 @@ self = stdenv.mkDerivation {
|
|||
then [ ocamlPackages.lablgtk3-sourceview3 glib gnome3.defaultIconTheme wrapGAppsHook ]
|
||||
else [ ocamlPackages.lablgtk ]);
|
||||
|
||||
propagatedBuildInputs = [ ocamlPackages.ocaml ocamlPackages.findlib ]
|
||||
++ stdenv.lib.optional (versionAtLeast "8.12") ocamlPackages.num;
|
||||
|
||||
propagatedUserEnvPkgs = [ ocamlPackages.ocaml ocamlPackages.findlib ];
|
||||
propagatedBuildInputs = stdenv.lib.optional (versionAtLeast "8.12") ocamlPackages.num;
|
||||
|
||||
postPatch = ''
|
||||
UNAME=$(type -tp uname)
|
||||
|
|
Loading…
Reference in a new issue