mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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 {
|
||||
pname = "ocaml-top";
|
||||
version = "1.2.0-rc";
|
||||
version = "1.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OCamlPro";
|
||||
repo = "ocaml-top";
|
||||
rev = version;
|
||||
sha256 = "sha256-ZXnPnPvJmHshkTwYWeBojrgJYAF/R6vUo0XkvVMFSeQ=";
|
||||
hash = "sha256-xmPGGB/zUpfeAxUIhR1PhfoESAJq7sTpqHuf++EH3Lw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ ocp-build ];
|
||||
@ -19,11 +19,6 @@ with ocamlPackages; buildDunePackage rec {
|
||||
ocp-build -init
|
||||
'';
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/completion.ml \
|
||||
--replace 'LibIndex.load ' 'LibIndex.load ~qualify:false '
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "https://www.typerex.org/ocaml-top.html";
|
||||
license = lib.licenses.gpl3;
|
||||
|
Loading…
Reference in New Issue
Block a user