tiled: move to qmakeHook
This commit is contained in:
parent
6d96f2f3b4
commit
de7d8e64cf
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, qtbase, qttools, pkgconfig, python }:
|
{ stdenv, fetchurl, qtbase, qttools, qmakeHook, pkgconfig, python }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.12.3";
|
version = "0.12.3";
|
||||||
@ -13,9 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase qttools pkgconfig python ];
|
buildInputs = [ qtbase qttools qmakeHook pkgconfig python ];
|
||||||
|
|
||||||
preConfigure = "qmake -r PREFIX=$out";
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A free, easy to use and flexible tile map editor";
|
description = "A free, easy to use and flexible tile map editor";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user