Loading pkgs/development/tools/parsing/re-flex/default.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , autoreconfHook , boost , autoconf , automake }: stdenv.mkDerivation rec { pname = "re-flex"; version = "3.3.1"; src = fetchFromGitHub { owner = "Genivia"; repo = "RE-flex"; rev = "v${version}"; sha256 = "w3ecuUa7lBtRv071acBIZGcpjBZD4UvVQdUzT7qWiMo="; }; nativeBuildInputs = [ boost autoconf automake ]; meta = with lib; { homepage = "https://github.com/Genivia/RE-flex"; description = "The regex-centric, fast lexical analyzer generator for C++ with full Unicode support"; license = licenses.bsd3; platforms = platforms.unix; maintainers = with lib.maintainers; [ prrlvr ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18002,6 +18002,8 @@ with pkgs; flex_2_5_35 = callPackage ../development/tools/parsing/flex/2.5.35.nix { }; flex = callPackage ../development/tools/parsing/flex { }; re-flex = callPackage ../development/tools/parsing/re-flex { }; flexibee = callPackage ../applications/office/flexibee { }; flexcpp = callPackage ../development/tools/parsing/flexc++ { }; Loading
pkgs/development/tools/parsing/re-flex/default.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , autoreconfHook , boost , autoconf , automake }: stdenv.mkDerivation rec { pname = "re-flex"; version = "3.3.1"; src = fetchFromGitHub { owner = "Genivia"; repo = "RE-flex"; rev = "v${version}"; sha256 = "w3ecuUa7lBtRv071acBIZGcpjBZD4UvVQdUzT7qWiMo="; }; nativeBuildInputs = [ boost autoconf automake ]; meta = with lib; { homepage = "https://github.com/Genivia/RE-flex"; description = "The regex-centric, fast lexical analyzer generator for C++ with full Unicode support"; license = licenses.bsd3; platforms = platforms.unix; maintainers = with lib.maintainers; [ prrlvr ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18002,6 +18002,8 @@ with pkgs; flex_2_5_35 = callPackage ../development/tools/parsing/flex/2.5.35.nix { }; flex = callPackage ../development/tools/parsing/flex { }; re-flex = callPackage ../development/tools/parsing/re-flex { }; flexibee = callPackage ../applications/office/flexibee { }; flexcpp = callPackage ../development/tools/parsing/flexc++ { };