teetertorture: enable darwin builds

No additional changes seem to be needed.
This commit is contained in:
Rhys-T
2025-07-02 21:28:13 -04:00
parent 31b6c5cfff
commit c7e2a4b4c6
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.newbreedsoftware.com/teetertorture/";
description = "Simple shooting game with your cannon is sitting atop a teeter totter";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
inherit (SDL.meta) platforms;
mainProgram = "teetertorture";
};
}