hivelytracker: fix crash when opening file selector

This commit is contained in:
Francesco Gazzetta
2024-03-05 10:20:42 +01:00
parent 974156c883
commit 515c555161
@@ -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 = [