summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorJos van den Oever <jos@vandenoever.info>2017-08-20 01:12:32 +0200
committerJos van den Oever <jos@vandenoever.info>2017-08-21 21:49:32 +0200
commit161118af025d27bab97eab6bfbcf40853b2d6609 (patch)
treee516792b48e4d1e53e5ee237473990fcd9f4da26 /pkgs/desktops
parentf23b1c4c4a7b974decf1456884634e9141e573c0 (diff)
downloadnixlib-161118af025d27bab97eab6bfbcf40853b2d6609.tar
nixlib-161118af025d27bab97eab6bfbcf40853b2d6609.tar.gz
nixlib-161118af025d27bab97eab6bfbcf40853b2d6609.tar.bz2
nixlib-161118af025d27bab97eab6bfbcf40853b2d6609.tar.lz
nixlib-161118af025d27bab97eab6bfbcf40853b2d6609.tar.xz
nixlib-161118af025d27bab97eab6bfbcf40853b2d6609.tar.zst
nixlib-161118af025d27bab97eab6bfbcf40853b2d6609.zip
lxqt-runner: add missing dependency
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/lxqt/core/lxqt-runner/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/desktops/lxqt/core/lxqt-runner/default.nix b/pkgs/desktops/lxqt/core/lxqt-runner/default.nix
index 550025f8e87b..8e2332dad5c7 100644
--- a/pkgs/desktops/lxqt/core/lxqt-runner/default.nix
+++ b/pkgs/desktops/lxqt/core/lxqt-runner/default.nix
@@ -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