Loading pkgs/development/ocaml-modules/nonstd/default.nixdeleted 100644 → 0 +0 −30 Original line number Diff line number Diff line { lib, fetchzip, buildDunePackage, ocaml, }: buildDunePackage rec { pname = "nonstd"; version = "0.0.3"; minimalOCamlVersion = "4.02"; src = fetchzip { url = "https://bitbucket.org/smondet/${pname}/get/${pname}.${version}.tar.gz"; sha256 = "0ccjwcriwm8fv29ij1cnbc9win054kb6pfga3ygzdbjpjb778j46"; }; duneVersion = if lib.versionAtLeast ocaml.version "4.12" then "2" else "1"; postPatch = lib.optionalString (duneVersion != "1") "dune upgrade"; doCheck = true; meta = with lib; { homepage = "https://bitbucket.org/smondet/nonstd"; description = "Non-standard mini-library"; license = licenses.isc; maintainers = [ maintainers.alexfmpe ]; broken = lib.versionAtLeast ocaml.version "5.0"; }; } pkgs/top-level/ocaml-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -1356,8 +1356,6 @@ let ninja_utils = callPackage ../development/ocaml-modules/ninja_utils { }; nonstd = callPackage ../development/ocaml-modules/nonstd { }; note = callPackage ../development/ocaml-modules/note { }; nottui = callPackage ../development/ocaml-modules/lwd/nottui.nix { }; Loading Loading
pkgs/development/ocaml-modules/nonstd/default.nixdeleted 100644 → 0 +0 −30 Original line number Diff line number Diff line { lib, fetchzip, buildDunePackage, ocaml, }: buildDunePackage rec { pname = "nonstd"; version = "0.0.3"; minimalOCamlVersion = "4.02"; src = fetchzip { url = "https://bitbucket.org/smondet/${pname}/get/${pname}.${version}.tar.gz"; sha256 = "0ccjwcriwm8fv29ij1cnbc9win054kb6pfga3ygzdbjpjb778j46"; }; duneVersion = if lib.versionAtLeast ocaml.version "4.12" then "2" else "1"; postPatch = lib.optionalString (duneVersion != "1") "dune upgrade"; doCheck = true; meta = with lib; { homepage = "https://bitbucket.org/smondet/nonstd"; description = "Non-standard mini-library"; license = licenses.isc; maintainers = [ maintainers.alexfmpe ]; broken = lib.versionAtLeast ocaml.version "5.0"; }; }
pkgs/top-level/ocaml-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -1356,8 +1356,6 @@ let ninja_utils = callPackage ../development/ocaml-modules/ninja_utils { }; nonstd = callPackage ../development/ocaml-modules/nonstd { }; note = callPackage ../development/ocaml-modules/note { }; nottui = callPackage ../development/ocaml-modules/lwd/nottui.nix { }; Loading