lxqt-config: 0.11.0 -> 0.11.1

This commit is contained in:
romildo 2017-02-19 10:05:14 -03:00
parent a4825a2ed9
commit 49d8d91d5e

View File

@ -3,19 +3,20 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "lxqt-config";
version = "0.11.0";
version = "0.11.1";
srcs = fetchFromGitHub {
owner = "lxde";
repo = pname;
rev = version;
sha256 = "187x19s0jw20an37v7svkry6p021ply4i3ngh5w2nx5rlqkf63qw";
sha256 = "0mqvv93djsw49n0gxpws3hrwimnyf9kzvc2vhjkzrjfxpabk2axx";
};
nativeBuildInputs = [
cmake
pkgconfig
];
lxqt.lxqt-build-tools
];
buildInputs = [
qt5.qtbase
@ -41,7 +42,7 @@ stdenv.mkDerivation rec {
description = "Tools to configure LXQt and the underlying operating system";
homepage = https://github.com/lxde/lxqt-config;
license = licenses.lgpl21;
maintainers = with maintainers; [ romildo ];
platforms = with platforms; unix;
maintainers = with maintainers; [ romildo ];
};
}