ccache: Add meta.mainProgram to links
Inherit meta.mainProgram from unwrappedCC, which should have meta.mainProgram set. Fixes #437074
This commit is contained in:
@@ -158,6 +158,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
ln -s ${unwrappedCC}/$file $out/$file
|
||||
done
|
||||
'';
|
||||
|
||||
meta = {
|
||||
inherit (unwrappedCC.meta) mainProgram;
|
||||
};
|
||||
};
|
||||
|
||||
updateScript = nix-update-script { };
|
||||
|
||||
Reference in New Issue
Block a user