adding unfree-redistributable-firmware

wip/yesman
Domen Kozar 11 years ago
parent f37e7a92cf
commit b6f7f05b35
  1. 2
      pkgs/lib/licenses.nix
  2. 2
      pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix

@ -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…
Cancel
Save