lxqt.lxqt-policykit: 1.4.0 -> 2.0.0

This commit is contained in:
José Romildo 2024-04-18 14:21:41 -03:00
parent 52935a931a
commit ac3af28b55
1 changed files with 19 additions and 17 deletions

View File

@ -1,31 +1,32 @@
{ lib
, mkDerivation
, stdenv
, fetchFromGitHub
, cmake
, pkg-config
, lxqt-build-tools
, qtbase
, qttools
, qtx11extras
, qtsvg
, polkit
, polkit-qt
, kwindowsystem
, liblxqt
, libqtxdg
, lxqt-build-tools
, pcre
, pkg-config
, polkit
, polkit-qt-1
, qtbase
, qtsvg
, qttools
, qtwayland
, wrapQtAppsHook
, gitUpdater
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "lxqt-policykit";
version = "1.4.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-w0o76oBFNy3syQqyFZdAbFUu8yX+uA6cMOHf3WfKPEU=";
hash = "sha256-oYKvQBilpD2RLhN1K6qgRNNAfohCOqmBrKcWy1fXZT8=";
};
nativeBuildInputs = [
@ -33,18 +34,19 @@ mkDerivation rec {
pkg-config
lxqt-build-tools
qttools
wrapQtAppsHook
];
buildInputs = [
qtbase
qtx11extras
qtsvg
polkit
polkit-qt
kwindowsystem
liblxqt
libqtxdg
pcre
polkit
polkit-qt-1
qtbase
qtsvg
qtwayland
];
passthru.updateScript = gitUpdater { };