mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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
|
||||
version = "0.12.3";
|
||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
inherit sha256;
|
||||
};
|
||||
|
||||
buildInputs = [ qt5.base qt5.tools pkgconfig python ];
|
||||
buildInputs = [ qtbase qttools pkgconfig python ];
|
||||
|
||||
preConfigure = "qmake -r PREFIX=$out";
|
||||
|
||||
|
@ -3226,7 +3226,7 @@ let
|
||||
|
||||
thc-hydra = callPackage ../tools/security/thc-hydra { };
|
||||
|
||||
tiled = callPackage ../applications/editors/tiled { };
|
||||
tiled = qt5.callPackage ../applications/editors/tiled { };
|
||||
|
||||
tinc = callPackage ../tools/networking/tinc { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user