generate-expr-from-tarballs.pl: quote URLs per RFC 0045 (#98751)
https://github.com/NixOS/rfcs/pull/45
This commit is contained in:
parent
ecad9348f6
commit
99f235b345
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user