lxqt-notificationd: add missing dependency
This commit is contained in:
parent
161118af02
commit
ca90567174
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user