lxqt-admin: 0.11.0 -> 0.11.1
This commit is contained in:
parent
8f162eb023
commit
a4825a2ed9
@ -1,19 +1,20 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, qt5, kde5, lxqt, xorg, polkit }:
|
{ stdenv, fetchFromGitHub, cmake, qt5, kde5, lxqt, polkit }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "lxqt-admin";
|
pname = "lxqt-admin";
|
||||||
version = "0.11.0";
|
version = "0.11.1";
|
||||||
|
|
||||||
srcs = fetchFromGitHub {
|
srcs = fetchFromGitHub {
|
||||||
owner = "lxde";
|
owner = "lxde";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "17g9v6dyqy5pgpqragpf0sgnfxz2ip2g7xix7kmkna3qyym44b23";
|
sha256 = "12c1wdciqgiifsk5aslw3990pk9ylk9jhgwnrxvh798rr48hhflr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
|
lxqt.lxqt-build-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -34,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "LXQt system administration tool";
|
description = "LXQt system administration tool";
|
||||||
homepage = https://github.com/lxde/lxqt-admin;
|
homepage = https://github.com/lxde/lxqt-admin;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = with maintainers; [ romildo ];
|
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user