lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wacomtablet: Fix build with Qt5.15, pending new release (#104660)

Also update homepage

authored by

Tom Hall and committed by
GitHub
a6e78f01 29045c23

+9 -3
+8 -2
pkgs/tools/misc/wacomtablet/default.nix
··· 1 - { lib, mkDerivation, fetchurl, extra-cmake-modules, qtx11extras, 1 + { lib, mkDerivation, fetchurl, fetchpatch, extra-cmake-modules, qtx11extras, 2 2 plasma-workspace, libwacom, xf86_input_wacom 3 3 }: 4 4 ··· 9 9 url = "mirror://kde/stable/${pname}/${version}/${pname}-${version}.tar.xz"; 10 10 sha256 = "197pwpl87gqlnza36bp68jvw8ww25znk08acmi8bpz7n84xfc368"; 11 11 }; 12 + patches = [ 13 + (fetchpatch { 14 + url = "https://invent.kde.org/system/wacomtablet/commit/4f73ff02b3efd5e8728b18fcf1067eca166704ee.patch"; 15 + sha256 = "0185gbh1vywfz8a3wnvncmzdk0dd189my4bzimkbh85rlrqq2nf8"; 16 + }) 17 + ]; 12 18 13 19 nativeBuildInputs = [ extra-cmake-modules ]; 14 20 buildInputs = [ ··· 22 28 This module implements a GUI for the Wacom Linux Drivers and extends it 23 29 with profile support to handle different button / pen layouts per profile. 24 30 ''; 25 - homepage = "https://cgit.kde.org/wacomtablet.git/about/"; 31 + homepage = "https://invent.kde.org/system/wacomtablet"; 26 32 license = lib.licenses.gpl2; 27 33 maintainers = [ lib.maintainers.Thra11 ]; 28 34 platforms = lib.platforms.linux;
+1 -1
pkgs/top-level/all-packages.nix
··· 28279 28279 28280 28280 vttest = callPackage ../tools/misc/vttest { }; 28281 28281 28282 - wacomtablet = libsForQt514.callPackage ../tools/misc/wacomtablet { }; 28282 + wacomtablet = libsForQt5.callPackage ../tools/misc/wacomtablet { }; 28283 28283 28284 28284 wasmer = callPackage ../development/interpreters/wasmer { }; 28285 28285