From 568d62da90ce0c157133c01294ebe4a531f15a02 Mon Sep 17 00:00:00 2001 From: Volker Diels-Grabsch Date: Tue, 15 Jul 2025 08:40:14 +0200 Subject: [PATCH] ocamlPackages.reason-react: improve coding style --- pkgs/development/ocaml-modules/reason-react/ppx.nix | 8 ++------ pkgs/top-level/ocaml-packages.nix | 1 - 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/pkgs/development/ocaml-modules/reason-react/ppx.nix b/pkgs/development/ocaml-modules/reason-react/ppx.nix index 16068a1e6358..245cb63a6e7e 100644 --- a/pkgs/development/ocaml-modules/reason-react/ppx.nix +++ b/pkgs/development/ocaml-modules/reason-react/ppx.nix @@ -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 ]; }; } diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix index 506c88df82cd..ee72b9bf4986 100644 --- a/pkgs/top-level/ocaml-packages.nix +++ b/pkgs/top-level/ocaml-packages.nix @@ -1868,7 +1868,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 { };