mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #126366 from lourkeur/xorg-generate
This commit is contained in:
commit
beb679bcf8
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user