mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 11:35:37 +03:00
adding unfree-redistributable-firmware
This commit is contained in:
parent
f37e7a92cf
commit
b6f7f05b35
2 changed files with 3 additions and 1 deletions
|
@ -199,6 +199,8 @@
|
||||||
|
|
||||||
unfreeRedistributable = "unfree-redistributable";
|
unfreeRedistributable = "unfree-redistributable";
|
||||||
|
|
||||||
|
unfreeRedistributableFirmware = "unfree-redistributable-firmware";
|
||||||
|
|
||||||
zlib = {
|
zlib = {
|
||||||
shortName = "zlib";
|
shortName = "zlib";
|
||||||
fullName = "zlib license";
|
fullName = "zlib license";
|
||||||
|
|
|
@ -60,7 +60,7 @@ in stdenv.mkDerivation {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Binary firmware collection packaged by Debian";
|
description = "Binary firmware collection packaged by Debian";
|
||||||
homepage = "http://packages.debian.org/sid/firmware-linux-nonfree";
|
homepage = "http://packages.debian.org/sid/firmware-linux-nonfree";
|
||||||
license = stdenv.lib.licenses.unfreeRedistributable;
|
license = stdenv.lib.licenses.unfreeRedistributableFirmware;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
priority = 10; # low priority so that other packages can override this big package
|
priority = 10; # low priority so that other packages can override this big package
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue