linux-firmware: set sourceProvenance, remove 'with lib'
This commit is contained in:
@@ -51,12 +51,13 @@ stdenvNoCC.mkDerivation rec {
|
||||
# Firmware blobs do not need fixing and should not be modified
|
||||
dontFixup = true;
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Binary firmware collection packaged by kernel.org";
|
||||
homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
|
||||
license = licenses.unfreeRedistributableFirmware;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ fpletz ];
|
||||
license = lib.licenses.unfreeRedistributableFirmware;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ fpletz ];
|
||||
priority = 6; # give precedence to kernel firmware
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryFirmware ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user