Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-01-09 18:41:27 +00:00
committed by GitHub
41 changed files with 316 additions and 148 deletions
@@ -17,6 +17,7 @@
, copyDesktopItems
, makeDesktopItem
, makeWrapper
, nixosTests
, wrapGAppsHook
}:
@@ -154,6 +155,10 @@ stdenv.mkDerivation rec {
dontWrapGApps = true;
dontStrip = true;
passthru.tests = {
otd-runs = nixosTests.opentabletdriver;
};
meta = with lib; {
description = "Open source, cross-platform, user-mode tablet driver";
homepage = "https://github.com/InfinityGhost/OpenTabletDriver";