1
0
Fork 0
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:
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"; unfreeRedistributable = "unfree-redistributable";
unfreeRedistributableFirmware = "unfree-redistributable-firmware";
zlib = { zlib = {
shortName = "zlib"; shortName = "zlib";
fullName = "zlib license"; fullName = "zlib license";

View file

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