1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

skytemple: fix build

This commit is contained in:
Robert Schütz 2024-07-13 03:42:43 -07:00
parent 5e51fa2074
commit baf958aafa

View file

@ -15,11 +15,13 @@ python3Packages.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "SkyTemple";
repo = pname;
repo = "skytemple";
rev = "refs/tags/${version}";
hash = "sha256-yfXu1sboKi8STPiX5FUD9q+1U9GfhOyEKDRvU9rgdfI=";
};
build-system = with python3Packages; [ setuptools ];
buildInputs = [
gtk3
gtksourceview4
@ -34,7 +36,12 @@ python3Packages.buildPythonApplication rec {
wrapGAppsHook3
];
propagatedBuildInputs = with python3Packages; [
pythonRelaxDeps = [
"skytemple-files"
"skytemple-ssb-debugger"
];
dependencies = with python3Packages; [
cairosvg
natsort
ndspy