Loading pkgs/development/ocaml-modules/ocaml-result/default.nix +4 −4 Original line number Diff line number Diff line { lib, buildDunePackage, fetchurl, ocaml }: buildDunePackage rec { buildDunePackage (rec { pname = "result"; version = "1.5"; useDune2 = lib.versionAtLeast ocaml.version "4.08"; src = fetchurl { url = "https://github.com/janestreet/result/releases/download/${version}/result-${version}.tbz"; sha256 = "0cpfp35fdwnv3p30a06wd0py3805qxmq3jmcynjc3x2qhlimwfkw"; Loading @@ -21,4 +19,6 @@ buildDunePackage rec { ''; license = lib.licenses.bsd3; }; } } // lib.optionalAttrs (!lib.versionAtLeast ocaml.version "4.08") { duneVersion = "1"; }) Loading
pkgs/development/ocaml-modules/ocaml-result/default.nix +4 −4 Original line number Diff line number Diff line { lib, buildDunePackage, fetchurl, ocaml }: buildDunePackage rec { buildDunePackage (rec { pname = "result"; version = "1.5"; useDune2 = lib.versionAtLeast ocaml.version "4.08"; src = fetchurl { url = "https://github.com/janestreet/result/releases/download/${version}/result-${version}.tbz"; sha256 = "0cpfp35fdwnv3p30a06wd0py3805qxmq3jmcynjc3x2qhlimwfkw"; Loading @@ -21,4 +19,6 @@ buildDunePackage rec { ''; license = lib.licenses.bsd3; }; } } // lib.optionalAttrs (!lib.versionAtLeast ocaml.version "4.08") { duneVersion = "1"; })