nixos/opentabletdriver: add tests
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user