alttpr-opentracker: add gtk3 to buildInputs
This commit is contained in:
parent
cb8ed184e2
commit
f3537d9db1
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue