10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-gk+VVfjVPopuzhrEuWNxQxKYjOFbqOGD9YS1npN71Bg=";
21 nativeBuildInputs = [ boost autoconf automake ];
24 homepage = "https://github.com/Genivia/RE-flex";
25 description = "The regex-centric, fast lexical analyzer generator for C++ with full Unicode support";
26 license = licenses.bsd3;
27 platforms = platforms.unix;
28 maintainers = with lib.maintainers; [ prrlvr ];