Merge pull request #184846 from thiagokokada/fix-otd

opentabletdriver: add buildInputs
This commit is contained in:
Thiago Kenji Okada 2022-08-04 13:34:02 +01:00 committed by GitHub
commit 3abc399938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,8 @@ buildDotnetModule rec {
udev
];
buildInputs = runtimeDeps;
doCheck = true;
testProjectFile = "OpenTabletDriver.Tests/OpenTabletDriver.Tests.csproj";