2 , buildPythonApplication
7 python3.pkgs.buildPythonApplication rec {
13 inherit pname version;
14 hash = "sha256-4neV1S5gwQ03kEXEyZezNSj+PVXJyA5MO4lyZzGKE/c=";
18 substituteInPlace setup.py \
19 --replace-fail "argparse" ""
22 build-system = with python3.pkgs; [
26 # no tests are available and it can't be imported (it's only a script, not a module)
30 description = "HEX badchar generator for different programming languages";
32 A HEX bad char generator to instruct encoders such as shikata-ga-nai to
33 transform those to other chars.
35 homepage = "https://github.com/cytopia/badchars";
36 changelog = "https://github.com/cytopia/badchars/releases/tag/${version}";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];
39 mainProgram = "badchars";