linuxHeaders: add meta, incl. platforms = linux;

Noted by @mornfall. The built package has ~5 MB uncompressed,
but just the Linux tarball has ~40 MB compressed...
This commit is contained in:
Vladimír Čunát 2014-01-25 15:34:55 +01:00
parent 07a3993e14
commit 83b354e4f9

View file

@ -62,4 +62,10 @@ stdenv.mkDerivation {
ln -s asm $out/include/asm-x86
fi
'';
meta = with stdenv.lib; {
description = "Header files and scripts for Linux kernel";
license = licenses.gpl2;
platforms = platforms.linux;
};
}