6 python3.pkgs.buildPythonApplication {
8 version = "unstable-2023-06-09";
10 src = fetchFromGitea {
11 domain = "gitea.alexisvl.rocks";
14 rev = "b65e56cfbbb38f8200e7b0c18b3a585ae768c6e2";
15 hash = "sha256-4xqBHcOWHAvQtXS9CJWTGTdE4SGHxjghZY+/KPUgX70=";
22 substituteInPlace test --replace "#raise TestFailedException()" "sys.exit(1)"
28 homepage = "https://gitea.alexisvl.rocks/alexisvl/lerpn";
29 description = "Curses RPN calculator written in straight Python";
31 license = licenses.gpl3Plus;
32 mainProgram = "lerpn";