ocaml-top: 1.2.0-rc → 1.2.0
This commit is contained in:
parent
837cc0d986
commit
9435a8f48e
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
with ocamlPackages; buildDunePackage rec {
|
with ocamlPackages; buildDunePackage rec {
|
||||||
pname = "ocaml-top";
|
pname = "ocaml-top";
|
||||||
version = "1.2.0-rc";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OCamlPro";
|
owner = "OCamlPro";
|
||||||
repo = "ocaml-top";
|
repo = "ocaml-top";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-ZXnPnPvJmHshkTwYWeBojrgJYAF/R6vUo0XkvVMFSeQ=";
|
hash = "sha256-xmPGGB/zUpfeAxUIhR1PhfoESAJq7sTpqHuf++EH3Lw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ ocp-build ];
|
nativeBuildInputs = [ ocp-build ];
|
||||||
@ -19,11 +19,6 @@ with ocamlPackages; buildDunePackage rec {
|
|||||||
ocp-build -init
|
ocp-build -init
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace src/completion.ml \
|
|
||||||
--replace 'LibIndex.load ' 'LibIndex.load ~qualify:false '
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://www.typerex.org/ocaml-top.html";
|
homepage = "https://www.typerex.org/ocaml-top.html";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
|
Loading…
Reference in New Issue
Block a user