displaylink: add passthru.tests.displaylink

This commit is contained in:
Anthony Roussel
2023-09-21 10:15:39 +02:00
parent 89052d98aa
commit daf602d9fc
@@ -8,6 +8,7 @@
, makeWrapper
, requireFile
, substituteAll
, nixosTests
}:
let
@@ -68,6 +69,12 @@ stdenv.mkDerivation rec {
dontStrip = true;
dontPatchELF = true;
passthru = {
tests = {
inherit (nixosTests) displaylink;
};
};
meta = with lib; {
description = "DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux";
homepage = "https://www.displaylink.com/";