plasma53.breeze: fix build after kde4.kdelibs update

The latest kdelibs-4 version does not pull in automoc4 automatically.
This commit is contained in:
Thomas Tuegel 2015-10-06 19:07:27 -05:00
parent 53ebf46729
commit 1c6caa802e

View File

@ -158,7 +158,7 @@ let
breeze-qt4 = overrideDerivation super.breeze (drv: {
name = "breeze-qt4-${version}";
buildInputs = [ pkgs.xorg.xproto pkgs.kde4.kdelibs pkgs.qt4 ];
nativeBuildInputs = [ scope.cmake pkgs.pkgconfig ];
nativeBuildInputs = [ pkgs.automoc4 scope.cmake pkgs.pkgconfig ];
cmakeFlags = [
"-DUSE_KDE4=ON"
"-DQT_QMAKE_EXECUTABLE=${scope.qt4}/bin/qmake"