mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
python3Packages.skytemple-files: mark broken on darwin
This commit is contained in:
parent
e2a1802777
commit
43cbc7f79f
@ -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
|
, 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";
|
description = "Python library to edit the ROM of Pokémon Mystery Dungeon Explorers of Sky";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ xfix marius851000 ];
|
maintainers = with maintainers; [ xfix marius851000 ];
|
||||||
|
broken = stdenv.isDarwin; # pyobjc is missing
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user