lxqt-notificationd: add missing dependency

This commit is contained in:
Jos van den Oever 2017-08-20 01:12:47 +02:00
parent 161118af02
commit ca90567174

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, lxqt-common }:
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, lxqt-common, qtx11extras }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
liblxqt
libqtxdg
lxqt-common
qtx11extras
];
cmakeFlags = [ "-DPULL_TRANSLATIONS=NO" ];