Skip to content

Commit

Permalink
lxqt-session: fix the build
Browse files Browse the repository at this point in the history
closes #29130

(cherry picked from commit 6ce21ac)
  • Loading branch information
matklad authored and joachifm committed Sep 9, 2017
1 parent e3fa7ef commit a6bba83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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}";
Expand All @@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
qtbase
qttools
qtsvg
qtx11extras
kwindowsystem
liblxqt
libqtxdg
Expand Down

0 comments on commit a6bba83

Please sign in to comment.