Add meta.platforms to the Linux kernel expression.
svn path=/nixpkgs/trunk/; revision=27722
This commit is contained in:
parent
12f976e56e
commit
69dca5f4aa
|
@ -137,5 +137,6 @@ stdenv.mkDerivation {
|
|||
license = "GPLv2";
|
||||
homepage = http://www.kernel.org/;
|
||||
maintainers = [ lib.maintainers.eelco ];
|
||||
platforms = lib.platforms.linux;
|
||||
} // extraMeta;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue