Loading pkgs/development/coq-modules/coquelicot/default.nix +53 −43 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ version ? null, }: mkCoqDerivation { let derivation = mkCoqDerivation { pname = "coquelicot"; owner = "coquelicot"; domain = "gitlab.inria.fr"; Loading Loading @@ -53,4 +54,13 @@ mkCoqDerivation { license = lib.licenses.lgpl3; maintainers = [ lib.maintainers.vbgl ]; }; }; patched-derivation = derivation.overrideAttrs ( o: lib.optionalAttrs (o.version != null && (o.version == "dev" || lib.versions.isGt "3.4.4" o.version)) { nativeBuildInputs = o.nativeBuildInputs ++ [ coq.ocamlPackages.ocaml ]; } ); in patched-derivation Loading
pkgs/development/coq-modules/coquelicot/default.nix +53 −43 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ version ? null, }: mkCoqDerivation { let derivation = mkCoqDerivation { pname = "coquelicot"; owner = "coquelicot"; domain = "gitlab.inria.fr"; Loading Loading @@ -53,4 +54,13 @@ mkCoqDerivation { license = lib.licenses.lgpl3; maintainers = [ lib.maintainers.vbgl ]; }; }; patched-derivation = derivation.overrideAttrs ( o: lib.optionalAttrs (o.version != null && (o.version == "dev" || lib.versions.isGt "3.4.4" o.version)) { nativeBuildInputs = o.nativeBuildInputs ++ [ coq.ocamlPackages.ocaml ]; } ); in patched-derivation