fetchurl: passthru url

This commit is contained in:
Sandro Jäckel
2022-04-17 05:30:04 +02:00
parent 47586fec7e
commit a67950f20b
+1 -1
View File
@@ -160,5 +160,5 @@ stdenvNoCC.mkDerivation {
'';
inherit meta;
inherit passthru;
passthru = { inherit url; } // passthru;
}