lxqt-runner: add missing dependency

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

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, lxqt-common, lxqt-globalkeys,
{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, lxqt-common, lxqt-globalkeys, qtx11extras,
menu-cache, muparser }:
stdenv.mkDerivation rec {
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
qtbase
qttools
qtsvg
qtx11extras
kwindowsystem
liblxqt
libqtxdg