forked from mirrors/nixpkgs
ocamlPackages.findlib: fix buildInputs vs nativeBuildInputs
This commit is contained in:
parent
2c35af2205
commit
4c0020beab
|
@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-K0K4vVRIjWTEvzy3BUtLN70wwdwSvUMeoeTXrYqYD+I=";
|
||||
};
|
||||
|
||||
buildInputs = [m4 ncurses ocaml];
|
||||
nativeBuildInputs = [m4 ocaml];
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
patches = [ ./ldconf.patch ./install_topfind.patch ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue