cmst: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel
2015-12-20 07:56:51 -06:00
parent 97f7eb1e64
commit 17e17ea649
2 changed files with 3 additions and 3 deletions
+2 -2
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 \