8 pythonPackages.buildPythonApplication rec {
12 src = fetchFromSourcehut {
13 owner = "~thestr4ng3r";
16 sha256 = "sha256-GFReOgM8zi5oyePpJm5HxtizUVqqUUINTRwyG/LGWB8=";
23 propagatedBuildInputs = with pythonPackages; [
29 homepage = "https://git.sr.ht/~thestr4ng3r/mymcplus";
30 description = "PlayStation 2 memory card manager";
31 mainProgram = "mymcplus";
32 license = licenses.gpl3Plus;