tailscale: fix missing meta

consumers use 'lib.getExe', which works better with valid 'meta'
This commit is contained in:
2025-06-03 03:50:17 +00:00
parent f12ec0fdeb
commit ffe0ba614b

View File

@@ -96,7 +96,10 @@ let
--prefix PATH : ${iproute2'}/bin --prefix PATH : ${iproute2'}/bin
''; '';
passthru.iproute2 = iproute2'; inherit (tailscaleNoIproute2) meta;
passthru = tailscaleNoIproute2.passthru // {
iproute2 = iproute2';
};
}; };
in in
{ {