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:
parent
07a3993e14
commit
83b354e4f9
@ -62,4 +62,10 @@ stdenv.mkDerivation {
|
|||||||
ln -s asm $out/include/asm-x86
|
ln -s asm $out/include/asm-x86
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Header files and scripts for Linux kernel";
|
||||||
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user