ocamlPackages.ocp-index: 1.3.3 -> 1.3.4

authored by Mario Rodas and committed by Vincent Laporte 1330ca31 48eeceff

+8 -5
+5 -2
pkgs/development/tools/ocaml/ocaml-top/default.nix
··· 4 4 pname = "ocaml-top"; 5 5 version = "1.2.0-rc"; 6 6 7 - useDune2 = true; 8 - 9 7 src = fetchFromGitHub { 10 8 owner = "OCamlPro"; 11 9 repo = "ocaml-top"; ··· 18 16 configurePhase = '' 19 17 export TERM=xterm 20 18 ocp-build -init 19 + ''; 20 + 21 + postPatch = '' 22 + substituteInPlace src/completion.ml \ 23 + --replace 'LibIndex.load ' 'LibIndex.load ~qualify:false ' 21 24 ''; 22 25 23 26 meta = {
+3 -3
pkgs/development/tools/ocaml/ocp-index/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "ocp-index"; 5 - version = "1.3.3"; 5 + version = "1.3.4"; 6 6 7 - useDune2 = true; 7 + minimalOCamlVersion = "4.08"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "OCamlPro"; 11 11 repo = "ocp-index"; 12 12 rev = version; 13 - sha256 = "sha256-ElCXjUR85tkyBLIpIKefDouE1upzJytQnk4xoQt/cb0="; 13 + sha256 = "sha256-a7SBGHNKUstfrdHx9KI33tYpvzTwIGhs4Hfie5EeKww="; 14 14 }; 15 15 16 16 strictDeps = true;