kdeconnect: fix build

This commit is contained in:
Frederik Rietdijk 2017-06-25 09:48:38 +02:00
parent 3913522a41
commit c7bc8b42f2

View File

@ -11,6 +11,7 @@
, qca-qt5 , qca-qt5
, libfakekey , libfakekey
, libXtst , libXtst
, qtx11extras
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
knotifications knotifications
libfakekey libfakekey
libXtst libXtst
qtx11extras
]; ];
nativeBuildInputs = [ extra-cmake-modules ]; nativeBuildInputs = [ extra-cmake-modules ];