python3Packages.skytemple-files: mark broken on darwin

+2 -1
+2 -1
pkgs/development/python-modules/skytemple-files/default.nix
··· 1 - { lib, buildPythonPackage, fetchFromGitHub, appdirs, dungeon-eos, explorerscript 2 , ndspy, pillow, setuptools, skytemple-rust, tilequant, armips 3 }: 4 ··· 31 description = "Python library to edit the ROM of Pokémon Mystery Dungeon Explorers of Sky"; 32 license = licenses.gpl3Plus; 33 maintainers = with maintainers; [ xfix marius851000 ]; 34 }; 35 }
··· 1 + { stdenv, lib, buildPythonPackage, fetchFromGitHub, appdirs, dungeon-eos, explorerscript 2 , ndspy, pillow, setuptools, skytemple-rust, tilequant, armips 3 }: 4 ··· 31 description = "Python library to edit the ROM of Pokémon Mystery Dungeon Explorers of Sky"; 32 license = licenses.gpl3Plus; 33 maintainers = with maintainers; [ xfix marius851000 ]; 34 + broken = stdenv.isDarwin; # pyobjc is missing 35 }; 36 }