alttpr-opentracker: add gtk3 to buildInputs

This commit is contained in:
IvarWithoutBones 2022-01-12 00:08:11 +01:00
parent cb8ed184e2
commit f3537d9db1

View file

@ -41,6 +41,7 @@ buildDotnetModule rec {
buildInputs = [
stdenv.cc.cc.lib
fontconfig
gtk3
];
runtimeDeps = [
@ -58,5 +59,6 @@ buildDotnetModule rec {
homepage = "https://github.com/trippsc2/OpenTracker";
license = licenses.mit;
maintainers = [ maintainers.ivar ];
mainProgram = "OpenTracker";
};
}