Merge pull request #84612 from mmilata/pokerth-qtwrap

pokerth: use mkDerivation from Qt
gstqt5
Benjamin Hipple 2020-05-05 00:26:23 -04:00 committed by GitHub
commit 74f8fcbb0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, runCommand, fetchpatch, patchutils, qmake, qtbase
{ mkDerivation, stdenv, fetchFromGitHub, runCommand, fetchpatch, patchutils, qmake, qtbase
, SDL, SDL_mixer, boost, curl, gsasl, libgcrypt, libircclient, protobuf, sqlite
, wrapQtAppsHook
, tinyxml2, target ? "client" }:
@ -16,7 +16,7 @@ let
'';
in
stdenv.mkDerivation rec {
mkDerivation rec {
name = "pokerth-${target}-${version}";
version = "1.1.2";