mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
fetchurl: passthru url
This commit is contained in:
parent
47586fec7e
commit
a67950f20b
@ -160,5 +160,5 @@ stdenvNoCC.mkDerivation {
|
||||
'';
|
||||
|
||||
inherit meta;
|
||||
inherit passthru;
|
||||
passthru = { inherit url; } // passthru;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user