parent
c892f77e37
commit
6ce21acf32
@ -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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
qtbase
|
qtbase
|
||||||
qttools
|
qttools
|
||||||
qtsvg
|
qtsvg
|
||||||
|
qtx11extras
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
liblxqt
|
liblxqt
|
||||||
libqtxdg
|
libqtxdg
|
||||||
|
Loading…
Reference in New Issue
Block a user