9 python3Packages.buildPythonApplication rec {
13 src = fetchFromGitHub {
16 rev = "refs/tags/${version}";
17 hash = "sha256-4/f3K5MQBEIdYdcT2NudHJL+VyZT/hj9bw5tfJIco8w=";
23 desktopName = "FlashGBX UI";
25 exec = meta.mainProgram;
26 comment = "UI for reading and writing Game Boy and Game Boy Advance cartridges";
27 categories = [ "Utility" ];
33 install -D FlashGBX/res/icon.png $out/share/icons/hicolor/256x256/apps/flashgbx.png
39 python3Packages.setuptools
44 propagatedBuildInputs = with python3Packages; [
52 ] ++ lib.optionals stdenv.isLinux [
57 description = "GUI for reading and writing GB and GBA cartridges with the GBxCart RW";
58 homepage = "https://github.com/lesserkuma/FlashGBX";
59 license = licenses.gpl3Only;
60 mainProgram = "flashgbx";
61 maintainers = with maintainers; [ grahamnorris ];