adding unfree-redistributable-firmware

This commit is contained in:
Domen Kozar 2013-06-05 22:44:08 +02:00
parent f37e7a92cf
commit b6f7f05b35
2 changed files with 3 additions and 1 deletions

View file

@ -199,6 +199,8 @@
unfreeRedistributable = "unfree-redistributable";
unfreeRedistributableFirmware = "unfree-redistributable-firmware";
zlib = {
shortName = "zlib";
fullName = "zlib license";

View file

@ -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
};