displaylink: sort meta attributes and add meta.mainProgram

This commit is contained in:
Pol Dellaiera 2024-01-31 18:06:21 +01:00
parent cacc44a576
commit a4e9c08870
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -75,10 +75,11 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux";
homepage = "https://www.displaylink.com/";
hydraPlatforms = [];
license = licenses.unfree;
mainProgram = "DisplayLinkManager";
maintainers = with maintainers; [ abbradar ];
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
hydraPlatforms = [];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
})