lxqt-runner: add missing dependency
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user