lxqt.lxqt-session: 0.16.0 -> 0.17.1
This commit is contained in:
parent
68f9d94bd5
commit
e706a75196
@ -11,6 +11,7 @@
|
|||||||
, kwindowsystem
|
, kwindowsystem
|
||||||
, liblxqt
|
, liblxqt
|
||||||
, libqtxdg
|
, libqtxdg
|
||||||
|
, procps
|
||||||
, xorg
|
, xorg
|
||||||
, xdg-user-dirs
|
, xdg-user-dirs
|
||||||
, lxqtUpdateScript
|
, lxqtUpdateScript
|
||||||
@ -18,13 +19,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "lxqt-session";
|
pname = "lxqt-session";
|
||||||
version = "0.16.0";
|
version = "0.17.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lxqt";
|
owner = "lxqt";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1lmj0cx4crdjl2qih3scm2gvsx3qna0nb6mjjrcx0f2k7h744pik";
|
sha256 = "1nhw3y3dm4crawc1905l6drn0i79fs1dzs8iak0vmmplbiv3fvgg";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -41,6 +42,7 @@ mkDerivation rec {
|
|||||||
kwindowsystem
|
kwindowsystem
|
||||||
liblxqt
|
liblxqt
|
||||||
libqtxdg
|
libqtxdg
|
||||||
|
procps
|
||||||
xorg.libpthreadstubs
|
xorg.libpthreadstubs
|
||||||
xorg.libXdmcp
|
xorg.libXdmcp
|
||||||
xdg-user-dirs
|
xdg-user-dirs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user