ocamlPackages.reason-react: improve coding style (#425391)

This commit is contained in:
Weijia Wang
2025-07-20 07:04:46 +02:00
committed by GitHub
2 changed files with 2 additions and 7 deletions
@@ -16,16 +16,12 @@ buildDunePackage {
url = "https://github.com/reasonml/reason-react/releases/download/${version}/reason-react-${version}.tbz";
hash = "sha256-+pPJo/b50vp4pAC/ygI1LHB5O0pDJ1xpcQZOdFP8Q80=";
};
buildInputs = [
ppxlib
];
buildInputs = [ ppxlib ];
doCheck = false; # Needs to run in reason-react, see default.nix
meta = {
description = "React.js JSX PPX";
homepage = "https://github.com/reasonml/reason-react";
license = lib.licenses.mit;
maintainers = [
lib.maintainers.vog
];
maintainers = [ lib.maintainers.vog ];
};
}
-1
View File
@@ -1799,7 +1799,6 @@ let
reason-native = lib.recurseIntoAttrs (callPackage ../development/ocaml-modules/reason-native { });
reason-react = callPackage ../development/ocaml-modules/reason-react { };
reason-react-ppx = callPackage ../development/ocaml-modules/reason-react/ppx.nix { };
rebez = callPackage ../development/ocaml-modules/rebez { };