Merge pull request #126366 from lourkeur/xorg-generate

This commit is contained in:
Sandro 2021-06-14 17:34:37 +02:00 committed by GitHub
commit beb679bcf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3570 additions and 2906 deletions

File diff suppressed because it is too large Load Diff

View File

@ -301,6 +301,7 @@ foreach my $pkg (sort (keys %pkgURLs)) {
}
print OUT <<EOF
# THIS IS A GENERATED FILE. DO NOT EDIT!
$pkg = callPackage ({ $argumentsStr }: stdenv.mkDerivation {
name = "$pkgNames{$pkg}";
builder = ./builder.sh;