tiled: Qt 5 infrastructure update
This commit is contained in:
parent
07a79f2a9b
commit
e292103d46
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, qt5, pkgconfig, python }:
|
{ stdenv, fetchurl, qtbase, qttools, pkgconfig, python }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.12.3";
|
version = "0.12.3";
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt5.base qt5.tools pkgconfig python ];
|
buildInputs = [ qtbase qttools pkgconfig python ];
|
||||||
|
|
||||||
preConfigure = "qmake -r PREFIX=$out";
|
preConfigure = "qmake -r PREFIX=$out";
|
||||||
|
|
||||||
|
@ -3226,7 +3226,7 @@ let
|
|||||||
|
|
||||||
thc-hydra = callPackage ../tools/security/thc-hydra { };
|
thc-hydra = callPackage ../tools/security/thc-hydra { };
|
||||||
|
|
||||||
tiled = callPackage ../applications/editors/tiled { };
|
tiled = qt5.callPackage ../applications/editors/tiled { };
|
||||||
|
|
||||||
tinc = callPackage ../tools/networking/tinc { };
|
tinc = callPackage ../tools/networking/tinc { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user