Merge pull request #12034 from bjornfor/add-meta-platforms-to-xorg

xorg: add meta.platforms
This commit is contained in:
Domen Kožar 2015-12-31 13:41:13 +01:00
commit 680659023c
2 changed files with 225 additions and 0 deletions

File diff suppressed because it is too large Load Diff

@ -280,6 +280,7 @@ foreach my $pkg (sort (keys %pkgURLs)) {
sha256 = "$pkgHashes{$pkg}";
};
buildInputs = [pkgconfig $inputs];$extraAttrs
meta.platforms = stdenv.lib.platforms.unix;
}) // {inherit $inputs;};
EOF