summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2017-09-09 13:06:09 +0000
committerGitHub <noreply@github.com>2017-09-09 13:06:08 +0000
commit21c526de2fc6671e2c119616dd53b0b37de57e93 (patch)
treee6662c7a6379f28cf1292ee96f1bc9877c7d03be /pkgs
parent3df16e83f7ba2984b94e5393fb6558722f742f6d (diff)
parent6ce21acf32cfa97ef3e98b42944f7d4b303fb271 (diff)
Merge pull request #29132 from matklad/lxqt-session
lxqt-session: fix the build
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/lxqt/core/lxqt-session/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/desktops/lxqt/core/lxqt-session/default.nix b/pkgs/desktops/lxqt/core/lxqt-session/default.nix
index 35879af28e88..ba0bb69ce926 100644
--- a/pkgs/desktops/lxqt/core/lxqt-session/default.nix
+++ b/pkgs/desktops/lxqt/core/lxqt-session/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg, lxqt-common, xorg, xdg-user-dirs }:
+{ stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools, qtbase, qttools, qtsvg, qtx11extras, kwindowsystem, liblxqt, libqtxdg, lxqt-common, xorg, xdg-user-dirs }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
qtbase
qttools
qtsvg
+ qtx11extras
kwindowsystem
liblxqt
libqtxdg