libwacom: mark unavailable for static (#426854)

authored by Aleksana and committed by GitHub 5cc7a57f 04ba8319

+4
+4
pkgs/by-name/li/libwacom/package.nix
··· 85 85 description = "Libraries, configuration, and diagnostic tools for Wacom tablets running under Linux"; 86 86 teams = [ lib.teams.freedesktop ]; 87 87 license = lib.licenses.hpnd; 88 + badPlatforms = [ 89 + # Mandatory shared library. 90 + lib.systems.inspect.platformPatterns.isStatic 91 + ]; 88 92 }; 89 93 })