2 , buildPythonApplication
6 buildPythonApplication rec {
11 inherit pname version;
12 sha256 = "1xqki8qnfwl97d60xj69alyzwa1mnfbwki25j0vhvhb05varaxz2";
16 substituteInPlace setup.py --replace "argparse" ""
19 # no tests are available and it can't be imported (it's only a script, not a module)
23 description = "HEX badchar generator for different programming languages";
25 A HEX bad char generator to instruct encoders such as shikata-ga-nai to
26 transform those to other chars.
28 homepage = "https://github.com/cytopia/badchars";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];