3
0
Fork 0
forked from mirrors/nixpkgs

firmware-linux-nonfree: set platform as linux

This commit is contained in:
Domen Kozar 2013-05-23 21:00:07 +02:00
parent f34d24f14c
commit 8ac0a0ac46

View file

@ -61,6 +61,7 @@ in stdenv.mkDerivation {
description = "Binary firmware collection packaged by Debian";
homepage = "http://packages.debian.org/sid/firmware-linux-nonfree";
license = stdenv.lib.licenses.unfreeRedistributable;
platforms = stdenv.lib.platforms.linux;
priority = 10; # low priority so that other packages can override this big package
};
}