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";
|
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.unfreeRedistributable;
|
||||||
|
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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user