mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
adding unfree-redistributable-firmware
This commit is contained in:
parent
f37e7a92cf
commit
b6f7f05b35
@ -199,6 +199,8 @@
|
||||
|
||||
unfreeRedistributable = "unfree-redistributable";
|
||||
|
||||
unfreeRedistributableFirmware = "unfree-redistributable-firmware";
|
||||
|
||||
zlib = {
|
||||
shortName = "zlib";
|
||||
fullName = "zlib license";
|
||||
|
@ -60,7 +60,7 @@ in stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Binary firmware collection packaged by Debian";
|
||||
homepage = "http://packages.debian.org/sid/firmware-linux-nonfree";
|
||||
license = stdenv.lib.licenses.unfreeRedistributable;
|
||||
license = stdenv.lib.licenses.unfreeRedistributableFirmware;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
priority = 10; # low priority so that other packages can override this big package
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user