8 stdenv.mkDerivation (finalAttrs: {
13 url = "mirror://sourceforge/lgames/barrage-${finalAttrs.version}.tar.gz";
14 hash = "sha256-cGYrG7A4Ffh51KyR+UpeWu7A40eqxI8g4LefBIs18kg=";
22 hardeningDisable = [ "format" ];
25 homepage = "https://lgames.sourceforge.io/Barrage/";
26 description = "Destructive action game";
27 license = with lib.licenses; [ gpl2Plus ];
28 mainProgram = "barrage";
29 maintainers = with lib.maintainers; [ AndersonTorres ];
30 inherit (SDL.meta) platforms;
31 broken = stdenv.hostPlatform.isDarwin;