Merge pull request #184846 from thiagokokada/fix-otd
opentabletdriver: add buildInputs
This commit is contained in:
commit
3abc399938
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ buildDotnetModule rec {
|
|||
udev
|
||||
];
|
||||
|
||||
buildInputs = runtimeDeps;
|
||||
|
||||
doCheck = true;
|
||||
testProjectFile = "OpenTabletDriver.Tests/OpenTabletDriver.Tests.csproj";
|
||||
|
||||
|
|
Loading…
Reference in a new issue