forked from mirrors/nixpkgs
linuxHeaders: add platforms
This commit is contained in:
parent
e9842ea8d7
commit
c850203487
|
@ -22,4 +22,6 @@ in stdenv.mkDerivation {
|
|||
|
||||
# Headers shouldn't reference anything else
|
||||
allowedReferences = [];
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.linux;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue