Loading pkgs/development/ocaml-modules/reason-react/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ reason-react-ppx, }: buildDunePackage { buildDunePackage (finalAttrs: { pname = "reason-react"; inherit (reason-react-ppx) version src; nativeBuildInputs = [ Loading @@ -25,4 +25,4 @@ buildDunePackage { meta = reason-react-ppx.meta // { description = "Reason bindings for React.js"; }; } }) pkgs/development/ocaml-modules/reason-react/ppx.nix +4 −7 Original line number Diff line number Diff line Loading @@ -5,15 +5,12 @@ ppxlib, }: let version = "0.16.0"; in buildDunePackage { buildDunePackage (finalAttrs: { pname = "reason-react-ppx"; inherit version; version = "0.16.0"; minimalOCamlVersion = "4.14"; src = fetchurl { url = "https://github.com/reasonml/reason-react/releases/download/${version}/reason-react-${version}.tbz"; url = "https://github.com/reasonml/reason-react/releases/download/${finalAttrs.version}/reason-react-${finalAttrs.version}.tbz"; hash = "sha256-esPB+mvHHTQ3mUYILrkOjMELJxRDIsWleFcxIwOPQ1w="; }; buildInputs = [ ppxlib ]; Loading @@ -25,4 +22,4 @@ buildDunePackage { maintainers = [ lib.maintainers.vog ]; broken = lib.versionAtLeast ppxlib.version "0.36"; }; } }) Loading
pkgs/development/ocaml-modules/reason-react/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ reason-react-ppx, }: buildDunePackage { buildDunePackage (finalAttrs: { pname = "reason-react"; inherit (reason-react-ppx) version src; nativeBuildInputs = [ Loading @@ -25,4 +25,4 @@ buildDunePackage { meta = reason-react-ppx.meta // { description = "Reason bindings for React.js"; }; } })
pkgs/development/ocaml-modules/reason-react/ppx.nix +4 −7 Original line number Diff line number Diff line Loading @@ -5,15 +5,12 @@ ppxlib, }: let version = "0.16.0"; in buildDunePackage { buildDunePackage (finalAttrs: { pname = "reason-react-ppx"; inherit version; version = "0.16.0"; minimalOCamlVersion = "4.14"; src = fetchurl { url = "https://github.com/reasonml/reason-react/releases/download/${version}/reason-react-${version}.tbz"; url = "https://github.com/reasonml/reason-react/releases/download/${finalAttrs.version}/reason-react-${finalAttrs.version}.tbz"; hash = "sha256-esPB+mvHHTQ3mUYILrkOjMELJxRDIsWleFcxIwOPQ1w="; }; buildInputs = [ ppxlib ]; Loading @@ -25,4 +22,4 @@ buildDunePackage { maintainers = [ lib.maintainers.vog ]; broken = lib.versionAtLeast ppxlib.version "0.36"; }; } })