Merge pull request #172198 from xfix/skytemple-files-broken-on-darwin

python3Packages.skytemple-files: mark broken on darwin
main
Janne Heß 2 years ago committed by GitHub
commit d69be5b69e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/development/python-modules/skytemple-files/default.nix

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, appdirs, dungeon-eos, explorerscript
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, appdirs, dungeon-eos, explorerscript
, ndspy, pillow, setuptools, skytemple-rust, tilequant, armips
}:
@ -31,5 +31,6 @@ buildPythonPackage rec {
description = "Python library to edit the ROM of Pokémon Mystery Dungeon Explorers of Sky";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ xfix marius851000 ];
broken = stdenv.isDarwin; # pyobjc is missing
};
}

Loading…
Cancel
Save