From 349c252c58b9a6f343e7df31cd919cfc490715f3 Mon Sep 17 00:00:00 2001 From: romildo Date: Sun, 19 Feb 2017 10:53:59 -0300 Subject: [PATCH] lxqt-panel: 0.11.0 -> 0.11.1 --- pkgs/desktops/lxqt/core/lxqt-panel/default.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/lxqt/core/lxqt-panel/default.nix b/pkgs/desktops/lxqt/core/lxqt-panel/default.nix index d5786444fadb..0c899c67dad5 100644 --- a/pkgs/desktops/lxqt/core/lxqt-panel/default.nix +++ b/pkgs/desktops/lxqt/core/lxqt-panel/default.nix @@ -5,16 +5,20 @@ lxmenu-data }: stdenv.mkDerivation rec { name = "${pname}-${version}"; pname = "lxqt-panel"; - version = "0.11.0"; + version = "0.11.1"; srcs = fetchFromGitHub { owner = "lxde"; repo = pname; rev = version; - sha256 = "0lwgz6nir4cd50xbmc3arngnw38rb5kqgcsgp3dlq6gpncg45hdq"; + sha256 = "097rivly61i99v0w9a3dgbwbc4c5x9nh3jl0n94dix1qgd4w983y"; }; - nativeBuildInputs = [ cmake pkgconfig ]; + nativeBuildInputs = [ + cmake + pkgconfig + lxqt.lxqt-build-tools + ]; buildInputs = [ qt5.qtbase @@ -27,6 +31,7 @@ stdenv.mkDerivation rec { kde5.kguiaddons lxqt.liblxqt lxqt.libqtxdg + lxqt.lxqt-common lxqt.lxqt-globalkeys lxqt.libsysstat xorg.libpthreadstubs @@ -47,7 +52,7 @@ stdenv.mkDerivation rec { description = "The LXQt desktop panel"; homepage = https://github.com/lxde/lxqt-panel; license = licenses.lgpl21; - maintainers = with maintainers; [ romildo ]; platforms = with platforms; unix; + maintainers = with maintainers; [ romildo ]; }; }