accounts-qt: build with Qt 5.5

This commit is contained in:
Thomas Tuegel
2015-09-27 15:09:17 -05:00
parent 4a3d7eae7e
commit dfbcab342a
3 changed files with 33 additions and 4 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitLab, doxygen, glib, libaccounts-glib, pkgconfig, qt5 }:
{ stdenv, fetchFromGitLab, doxygen, glib, libaccounts-glib, pkgconfig, qtbase }:
let version = "1.13"; in
stdenv.mkDerivation {
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
maintainers = with maintainers; [ nckx ];
};
buildInputs = [ glib libaccounts-glib qt5.base ];
buildInputs = [ glib libaccounts-glib qtbase ];
nativeBuildInputs = [ doxygen pkgconfig ];
configurePhase = ''