lxqt-sudo: 0.11.0 -> 0.11.1
This commit is contained in:
parent
e4c6b47f47
commit
b5ae4f42dc
@ -3,16 +3,19 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "lxqt-sudo";
|
pname = "lxqt-sudo";
|
||||||
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 = "0nmn0j5qvqpkhlq8yvl8ycn3hijbnwxd32hhmxhcnaq07cmzbg1j";
|
sha256 = "0imy4cs51im81rd0wa03wy418cdv9gqqgmwkc7v58cip7h665pyk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [
|
||||||
|
cmake
|
||||||
|
lxqt.lxqt-build-tools
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qt5.qtbase
|
qt5.qtbase
|
||||||
@ -31,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "GUI frontend for sudo/su";
|
description = "GUI frontend for sudo/su";
|
||||||
homepage = https://github.com/lxde/lxqt-sudo;
|
homepage = https://github.com/lxde/lxqt-sudo;
|
||||||
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