Skip to content

Commit

Permalink
Merge pull request #172198 from xfix/skytemple-files-broken-on-darwin
Browse files Browse the repository at this point in the history
python3Packages.skytemple-files: mark broken on darwin
  • Loading branch information
dasJ authored May 10, 2022
2 parents 3540abe + 43cbc7f commit d69be5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/skytemple-files/default.nix
Original file line number Diff line number Diff line change
@@ -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
}:

Expand Down Expand Up @@ -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
};
}

0 comments on commit d69be5b

Please sign in to comment.