lol

Merge pull request #142924 from xaverdh/no-url-literals

treewide: allow eval with no-url-literals

authored by

Sandro and committed by
GitHub
554ff002 a831e093

+9 -9
+1 -1
pkgs/tools/package-management/nix/default.nix
··· 208 208 patches = (drv.patches or []) ++ [ 209 209 # Part of the GC solution in https://github.com/NixOS/nix/pull/4944 210 210 (fetchpatch { 211 - url = https://github.com/hercules-ci/nix/raw/5c58d84a76d96f269e3ff1e72c9c9ba5f68576af/boehmgc-coroutine-sp-fallback.diff; 211 + url = "https://github.com/hercules-ci/nix/raw/5c58d84a76d96f269e3ff1e72c9c9ba5f68576af/boehmgc-coroutine-sp-fallback.diff"; 212 212 sha256 = "sha256-JvnWVTlkltmQUs/0qApv/LPZ690UX1/2hEP+LYRwKbI="; 213 213 }) 214 214 ];
+8 -8
pkgs/top-level/perl-packages.nix
··· 229 229 buildInputs = [ Test2Suite ]; 230 230 propagatedBuildInputs = [ AlienBuild ArchiveExtract CaptureTiny Filechdir PathTiny ShellConfigGenerate ShellGuess SortVersions URI ]; 231 231 meta = { 232 - homepage = https://metacpan.org/pod/Alien::Base::ModuleBuild; 232 + homepage = "https://metacpan.org/pod/Alien::Base::ModuleBuild"; 233 233 description = "A Module::Build subclass for building Alien:: modules and their libraries"; 234 234 license = with lib.licenses; [ artistic1 gpl1Plus ]; 235 235 }; ··· 9987 9987 }; 9988 9988 propagatedBuildInputs = [ IPCRun URI constant-defer ]; 9989 9989 meta = { 9990 - homepage = http://user42.tuxfamily.org/html-formatexternal/index.html; 9990 + homepage = "http://user42.tuxfamily.org/html-formatexternal/index.html"; 9991 9991 description = "HTML to text formatting using external programs"; 9992 9992 license = lib.licenses.gpl3Plus; 9993 9993 }; ··· 15032 15032 makeMakerFlags = "POSTGRES_HOME=${pkgs.postgresql}"; 15033 15033 15034 15034 meta = { 15035 - homepage = https://github.com/TJC/Test-postgresql; 15035 + homepage = "https://github.com/TJC/Test-postgresql"; 15036 15036 description = "PostgreSQL runner for tests"; 15037 15037 license = with lib.licenses; [ artistic2 ]; 15038 15038 }; ··· 17378 17378 buildInputs = [ ModuleBuildTiny TestFatal ]; 17379 17379 propagatedBuildInputs = [ Moo MooXTypeTiny TryTiny TypeTiny ]; 17380 17380 meta = { 17381 - homepage = https://github.com/karenetheridge/Path-Dispatcher; 17381 + homepage = "https://github.com/karenetheridge/Path-Dispatcher"; 17382 17382 description = "Flexible and extensible dispatch"; 17383 17383 license = with lib.licenses; [ artistic1 gpl1Plus ]; 17384 17384 }; ··· 20093 20093 buildInputs = [ Test2Suite ]; 20094 20094 propagatedBuildInputs = [ ShellGuess ]; 20095 20095 meta = { 20096 - homepage = https://metacpan.org/pod/Shell::Config::Generate; 20096 + homepage = "https://metacpan.org/pod/Shell::Config::Generate"; 20097 20097 description = "Portably generate config for any shell"; 20098 20098 license = with lib.licenses; [ artistic1 gpl1Plus ]; 20099 20099 }; ··· 20107 20107 sha256 = "4069fa2637e443118ed956d710231d166823d23b2a64eb87b8a46872e865a12b"; 20108 20108 }; 20109 20109 meta = { 20110 - homepage = https://metacpan.org/pod/Shell::Guess; 20110 + homepage = "https://metacpan.org/pod/Shell::Guess"; 20111 20111 description = "Make an educated guess about the shell in use"; 20112 20112 license = with lib.licenses; [ artistic1 gpl1Plus ]; 20113 20113 }; ··· 23366 23366 }; 23367 23367 propagatedBuildInputs = [ AlgorithmDiff HTMLParser ]; 23368 23368 meta = { 23369 - homepage = https://metacpan.org/release/Text-WordDiff; 23369 + homepage = "https://metacpan.org/release/Text-WordDiff"; 23370 23370 description = "Track changes between documents"; 23371 23371 license = with lib.licenses; [ artistic1 gpl1Plus ]; 23372 23372 }; ··· 25121 25121 buildInputs = [ NetHTTP TestFailWarnings TestFatal ]; 25122 25122 propagatedBuildInputs = [ HTTPHeadersActionPack HTTPMessage HashMultiValue IOHandleUtil ModuleRuntime Plack SubExporter TryTiny ]; 25123 25123 meta = { 25124 - homepage = http://metacpan.org/release/Web-Machine; 25124 + homepage = "http://metacpan.org/release/Web-Machine"; 25125 25125 description = "A Perl port of Webmachine"; 25126 25126 license = with lib.licenses; [ artistic1 gpl1Plus ]; 25127 25127 };