tiled: use qt5's mkDerivation

See #65399
This commit is contained in:
blargg
2019-08-26 17:45:50 -04:00
committed by worldofpeace
parent 02bc9e463c
commit ff1839bb26
+2 -2
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, pkgconfig, qmake { stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake
, python, qtbase, qttools }: , python, qtbase, qttools }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "tiled"; pname = "tiled";
version = "1.2.4"; version = "1.2.4";