cmst: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 20:49:14 -06:00
parent 97f7eb1e64
commit 17e17ea649
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchgit, qt5, makeWrapper, libX11 }:
{ stdenv, fetchgit, qtbase, makeWrapper, libX11 }:
stdenv.mkDerivation rec {
name = "cmst-2014.12.05";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "070rxv3kyn41ra7nnk1wbqvy6fjg38h7hrdv4dn71b201kmzd194";
};
buildInputs = [ qt5.base makeWrapper ];
buildInputs = [ qtbase makeWrapper ];
configurePhase = ''
substituteInPlace ./cmst.pro \

View File

@ -1072,7 +1072,7 @@ let
citrix_receiver = callPackage ../applications/networking/remote/citrix-receiver { };
cmst = callPackage ../tools/networking/cmst { };
cmst = qt5.callPackage ../tools/networking/cmst { };
colord = callPackage ../tools/misc/colord { };