summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorromildo <malaquias@gmail.com>2017-02-19 10:56:07 -0300
committerromildo <malaquias@gmail.com>2017-02-19 10:56:07 -0300
commit2e046f2bedfa99c60e21eeb14d26c063c21d38fe (patch)
treed798504a596dbed9ddecedb6761d128fcf0b50e0 /pkgs/desktops
parent349c252c58b9a6f343e7df31cd919cfc490715f3 (diff)
lxqt-runner: 0.11.0 -> 0.11.1
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/lxqt/core/lxqt-runner/default.nix13
1 files changed, 9 insertions, 4 deletions
diff --git a/pkgs/desktops/lxqt/core/lxqt-runner/default.nix b/pkgs/desktops/lxqt/core/lxqt-runner/default.nix
index 02d6f90397ac..f420e9e410ae 100644
--- a/pkgs/desktops/lxqt/core/lxqt-runner/default.nix
+++ b/pkgs/desktops/lxqt/core/lxqt-runner/default.nix
@@ -4,16 +4,20 @@ menu-cache, muparser }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "lxqt-runner";
- version = "0.11.0";
+ version = "0.11.1";
srcs = fetchFromGitHub {
owner = "lxde";
repo = pname;
rev = version;
- sha256 = "1gqs1b90km39dbg49g80x770i9jknni4h8y6ka2r1fga35amllkc";
+ sha256 = "1nsxm0fplwrzz3vccd5fm82lpl4fqss6kv558zj44vzpsl13l954";
};
- nativeBuildInputs = [ cmake pkgconfig ];
+ nativeBuildInputs = [
+ cmake
+ pkgconfig
+ lxqt.lxqt-build-tools
+ ];
buildInputs = [
qt5.qtbase
@@ -22,6 +26,7 @@ stdenv.mkDerivation rec {
kde5.kwindowsystem
lxqt.liblxqt
lxqt.libqtxdg
+ lxqt.lxqt-common
lxqt.lxqt-globalkeys
menu-cache
muparser
@@ -33,7 +38,7 @@ stdenv.mkDerivation rec {
description = "Tool used to launch programs quickly by typing their names";
homepage = https://github.com/lxde/lxqt-runner;
license = licenses.lgpl21;
- maintainers = with maintainers; [ romildo ];
platforms = with platforms; unix;
+ maintainers = with maintainers; [ romildo ];
};
}