Merge pull request #12034 from bjornfor/add-meta-platforms-to-xorg
xorg: add meta.platforms
This commit is contained in:
commit
680659023c
File diff suppressed because it is too large
Load Diff
@ -280,6 +280,7 @@ foreach my $pkg (sort (keys %pkgURLs)) {
|
|||||||
sha256 = "$pkgHashes{$pkg}";
|
sha256 = "$pkgHashes{$pkg}";
|
||||||
};
|
};
|
||||||
buildInputs = [pkgconfig $inputs];$extraAttrs
|
buildInputs = [pkgconfig $inputs];$extraAttrs
|
||||||
|
meta.platforms = stdenv.lib.platforms.unix;
|
||||||
}) // {inherit $inputs;};
|
}) // {inherit $inputs;};
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user