pokerth: Add Qt wrapper

This commit is contained in:
adisbladis 2020-04-14 08:59:55 +01:00
parent 38d514513c
commit 5d09de6cc5
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -1,5 +1,6 @@
{ stdenv, fetchFromGitHub, runCommand, fetchpatch, patchutils, qmake, qtbase
, SDL, SDL_mixer, boost, curl, gsasl, libgcrypt, libircclient, protobuf, sqlite
, wrapQtAppsHook
, tinyxml2, target ? "client" }:
with stdenv.lib;
@ -39,7 +40,7 @@ stdenv.mkDerivation rec {
done
'';
nativeBuildInputs = [ qmake ];
nativeBuildInputs = [ qmake wrapQtAppsHook ];
buildInputs = [
SDL