1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

linuxHeaders: add platforms

This commit is contained in:
Domen Kožar 2016-04-06 12:42:45 +01:00
parent e9842ea8d7
commit c850203487

View file

@ -22,4 +22,6 @@ in stdenv.mkDerivation {
# Headers shouldn't reference anything else
allowedReferences = [];
meta.platforms = stdenv.lib.platforms.linux;
}