Skip to content

Commit

Permalink
displaylink: skip builds at hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
superherointj committed Sep 1, 2022
1 parent b24dbdd commit cf76c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/displaylink/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
};
}

0 comments on commit cf76c5a

Please sign in to comment.