Loading pkgs/development/ocaml-modules/luv/default.nix +1 −5 Original line number Diff line number Diff line { lib, buildDunePackage, ocaml, fetchurl, ctypes, result, Loading @@ -19,8 +18,6 @@ let pname = "luv"; inherit version; minimalOCamlVersion = "4.03"; src = fetchurl { url = "https://github.com/aantron/luv/releases/download/${version}/luv-${version}.tar.gz"; inherit sha256; Loading @@ -40,8 +37,7 @@ let result ]; checkInputs = [ alcotest ]; # Alcotest depends on fmt that needs 4.08 or newer doCheck = lib.versionAtLeast ocaml.version "4.08"; doCheck = true; meta = { homepage = "https://github.com/aantron/luv"; Loading Loading
pkgs/development/ocaml-modules/luv/default.nix +1 −5 Original line number Diff line number Diff line { lib, buildDunePackage, ocaml, fetchurl, ctypes, result, Loading @@ -19,8 +18,6 @@ let pname = "luv"; inherit version; minimalOCamlVersion = "4.03"; src = fetchurl { url = "https://github.com/aantron/luv/releases/download/${version}/luv-${version}.tar.gz"; inherit sha256; Loading @@ -40,8 +37,7 @@ let result ]; checkInputs = [ alcotest ]; # Alcotest depends on fmt that needs 4.08 or newer doCheck = lib.versionAtLeast ocaml.version "4.08"; doCheck = true; meta = { homepage = "https://github.com/aantron/luv"; Loading