about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorromildo <malaquias@gmail.com>2017-02-19 10:08:45 -0300
committerromildo <malaquias@gmail.com>2017-02-19 10:08:45 -0300
commit87393b2a6ff63001bb28bbb4e0be0a86b34694b2 (patch)
treef758afe0a1d50d6eb6f44c4d441b13d70c98b54f /pkgs/desktops
parent49d8d91d5e13d7915351c4e31c398298eed3ab88 (diff)
lxqt-globalkeys: 0.11.0 -> 0.11.1
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/lxqt/core/lxqt-globalkeys/default.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/pkgs/desktops/lxqt/core/lxqt-globalkeys/default.nix b/pkgs/desktops/lxqt/core/lxqt-globalkeys/default.nix
index 7f1f140653fe5..a23bff6e8d1d9 100644
--- a/pkgs/desktops/lxqt/core/lxqt-globalkeys/default.nix
+++ b/pkgs/desktops/lxqt/core/lxqt-globalkeys/default.nix
@@ -3,16 +3,19 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "lxqt-globalkeys";
-  version = "0.11.0";
+  version = "0.11.1";
 
   srcs = fetchFromGitHub {
     owner = "lxde";
     repo = pname;
     rev = version;
-    sha256 = "05kcq21fyz7vnhh9k4nzhskgbghp1slsz14gh9anhya4a567xx0y";
+    sha256 = "1kwibll2azi4pafk7crfgibk5a54rnsia3c4cz680iny7xz1wy6h";
   };
 
-  nativeBuildInputs = [ cmake ];
+  nativeBuildInputs = [
+    cmake
+    lxqt.lxqt-build-tools
+  ];
 
   buildInputs = [
     qt5.qtbase
@@ -32,7 +35,7 @@ stdenv.mkDerivation rec {
     description = "Daemon used to register global keyboard shortcuts";
     homepage = https://github.com/lxde/lxqt-globalkeys;
     license = licenses.lgpl21;
-    maintainers = with maintainers; [ romildo ];
     platforms = with platforms; unix;
+    maintainers = with maintainers; [ romildo ];
   };
 }