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