Merge pull request #277420 from trofi/displaylink-fix-tests-eval

displaylink: fix `tests` eval
This commit is contained in:
Bobby Rong 2023-12-29 21:24:48 +08:00 committed by GitHub
commit 20bf12fdac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@
, makeWrapper
, requireFile
, substituteAll
, nixosTests
}:
let
@ -69,12 +68,6 @@ 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/";