Merge pull request #189259 from superherointj/package-displaylink-skip-builds-at-hydra

displaylink: skip builds at hydra
This commit is contained in:
superherointj 2022-09-01 09:16:14 -03:00 committed by GitHub
commit 6d0f012cd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,12 +67,12 @@ stdenv.mkDerivation rec {
dontStrip = true;
dontPatchELF = true;
meta = with lib; {
description = "DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux";
homepage = "https://www.displaylink.com/";
license = licenses.unfree;
maintainers = with maintainers; [ abbradar peterhoeg eyjhb ];
platforms = [ "x86_64-linux" "i686-linux" ];
license = licenses.unfree;
homepage = "https://www.displaylink.com/";
hydraPlatforms = [];
};
}