1 { lib, fetchFromGitHub, python3 }:
3 python3.pkgs.buildPythonApplication rec {
8 src = fetchFromGitHub {
12 hash = "sha256-MgGVlOqOIrIVoDfBMVpFLT26mhYndxans2hfo/+jdoA=";
15 nativeBuildInputs = [ python3.pkgs.setuptools ];
18 description = "Python powered Fortran preprocessor";
20 homepage = "https://github.com/aradi/fypp";
21 license = licenses.gpl3Only;
22 maintainers = [ maintainers.sheepforce ];