From fc1df44c381d77049fac8430eceafdbd80764b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo?= Date: Wed, 9 Nov 2022 10:11:10 -0300 Subject: [PATCH] lxqt.lxqt-build-tools: 0.11.0 -> 0.12.0 --- .../lxqt/lxqt-build-tools/default.nix | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/pkgs/desktops/lxqt/lxqt-build-tools/default.nix b/pkgs/desktops/lxqt/lxqt-build-tools/default.nix index 6da001a554c2..6797c24946b7 100644 --- a/pkgs/desktops/lxqt/lxqt-build-tools/default.nix +++ b/pkgs/desktops/lxqt/lxqt-build-tools/default.nix @@ -14,30 +14,15 @@ mkDerivation rec { pname = "lxqt-build-tools"; - version = "0.11.0"; + version = "0.12.0"; src = fetchFromGitHub { owner = "lxqt"; repo = pname; rev = version; - sha256 = "vzppKTDwADBG5pOaluT858cWCKFFRaSbHz2Qhe6799E="; + sha256 = "18+xSHBjYmtENGJuTf8yJh4C4QTNYttr8ucRU8KK1HU="; }; - patches = [ - # in master post 0.11.0, see https://github.com/lxqt/lxqt-build-tools/pull/76 - (fetchpatch { - name = "fix-pkg-config.patch"; - url = "https://github.com/lxqt/lxqt-build-tools/pull/76/commits/fa9672b671ede3f46b004f81580f9afb50fedf00.patch"; - sha256 = "0dl7n1afcc6ky9vd9lpc65p9grpszpql7lfjq2vlzlilixnv8xv1"; - }) - # Fix build failure of libqtxdg with GLib 2.73.1+ - # https://github.com/lxqt/lxqt-build-tools/pull/79 - (fetchpatch { - url = "https://github.com/lxqt/lxqt-build-tools/commit/4991811d9212ec1176af6d1cbe88aa37efad4836.patch"; - sha256 = "sha256-PsYJKonMG6A9O4Li+RC1qBjFUzYgxVAwzSqHq/phmPc="; - }) - ]; - postPatch = '' # Nix clang on darwin identifies as 'Clang', not 'AppleClang' # Without this, dependants fail to link.