ccache: Add meta.mainProgram to links (#437083)
Kira Bruneau 3 months ago 11217e27 405994f9
··· 158 158 ln -s ${unwrappedCC}/$file $out/$file 159 159 done 160 160 ''; 161 161 + 162 162 + meta = { 163 163 + inherit (unwrappedCC.meta) mainProgram; 164 164 + }; 161 165 }; 162 166 163 167 updateScript = nix-update-script { };