19 stdenv.mkDerivation rec {
23 src = fetchFromGitHub {
24 owner = "ReinhardPrix";
25 repo = "FreedroidClassic";
26 rev = "release-${version}";
27 sha256 = "027wns25nyyc8afyhyp5a8wn13x9nlzmnqzqyyma1055xjy5imis";
51 mkdir -p $out/share/icons/hicolor/32x32/apps
52 convert graphics/paraicon.bmp $out/share/icons/hicolor/32x32/apps/freedroid.png
60 desktopName = "Freedroid Classic";
61 comment = "A clone of the classic game 'Paradroid' on Commodore 64";
70 description = "Clone of the classic game 'Paradroid' on Commodore 64";
71 mainProgram = "freedroid";
72 homepage = "https://github.com/ReinhardPrix/FreedroidClassic";
73 license = licenses.gpl2Only;
74 maintainers = with maintainers; [ iblech ];
75 platforms = platforms.unix;
76 # Builds but fails to render to the screen at runtime.
77 broken = stdenv.hostPlatform.isDarwin;