forked from mirrors/nixpkgs
firmware-linux-nonfree: set platform as linux
This commit is contained in:
parent
f34d24f14c
commit
8ac0a0ac46
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue