tiled: use qt5's mkDerivation

See #65399
This commit is contained in:
blargg 2019-08-26 07:55:56 -05:00 committed by worldofpeace
parent 02bc9e463c
commit ff1839bb26

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, pkgconfig, qmake
{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake
, python, qtbase, qttools }:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "tiled";
version = "1.2.4";