lxqt.lxqt-build-tools: 0.8.0 -> 0.9.0

This commit is contained in:
José Romildo Malaquias 2021-04-16 17:32:41 -03:00
parent 810526e159
commit 173420798e

View file

@ -6,18 +6,19 @@
, pcre , pcre
, qtbase , qtbase
, glib , glib
, perl
, lxqtUpdateScript , lxqtUpdateScript
}: }:
mkDerivation rec { mkDerivation rec {
pname = "lxqt-build-tools"; pname = "lxqt-build-tools";
version = "0.8.0"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxqt"; owner = "lxqt";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1wf6mhcfgk64isy7bk018szlm18xa3hjjnmhpcy2whnnjfq0jal6"; sha256 = "0zhcv6cbdn9fr5lpglz26gzssbxkpi824sgc0g7w3hh1z6nqqf8l";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -32,6 +33,10 @@ mkDerivation rec {
pcre pcre
]; ];
propagatedBuildInputs = [
perl # needed by LXQtTranslateDesktop.cmake
];
setupHook = ./setup-hook.sh; setupHook = ./setup-hook.sh;
# We're dependent on this macro doing add_definitions in most places # We're dependent on this macro doing add_definitions in most places