generate-expr-from-tarballs.pl: quote URLs per RFC 0045 (#98751)

https://github.com/NixOS/rfcs/pull/45
This commit is contained in:
TredwellGit 2020-09-26 07:11:39 -04:00 committed by GitHub
parent ecad9348f6
commit 99f235b345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -307,7 +307,7 @@ foreach my $pkg (sort (keys %pkgURLs)) {
name = "$pkgNames{$pkg}";
builder = ./builder.sh;
src = fetchurl {
url = $pkgURLs{$pkg};
url = "$pkgURLs{$pkg}";
sha256 = "$pkgHashes{$pkg}";
};
hardeningDisable = [ "bindnow" "relro" ];