hivelytracker: fix crash when opening file selector

This commit is contained in:
Francesco Gazzetta 2024-02-19 15:19:11 +01:00
parent 974156c883
commit 515c555161

View File

@ -6,6 +6,7 @@
, SDL_image
, SDL_ttf
, gtk3
, wrapGAppsHook
}:
stdenv.mkDerivation rec {
@ -21,6 +22,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
wrapGAppsHook
];
buildInputs = [