Commit 515c5551 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

hivelytracker: fix crash when opening file selector

parent 974156c8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = [