tailscale: fix missing meta
consumers use 'lib.getExe', which works better with valid 'meta'
This commit is contained in:
@@ -96,7 +96,10 @@ let
|
||||
--prefix PATH : ${iproute2'}/bin
|
||||
'';
|
||||
|
||||
passthru.iproute2 = iproute2';
|
||||
inherit (tailscaleNoIproute2) meta;
|
||||
passthru = tailscaleNoIproute2.passthru // {
|
||||
iproute2 = iproute2';
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
|
Reference in New Issue
Block a user