dotnet: set sourceProvenance on binary runtime/sdk
This commit is contained in:
@@ -206,5 +206,9 @@ mkCommon type rec {
|
||||
];
|
||||
mainProgram = "dotnet";
|
||||
platforms = attrNames srcs;
|
||||
sourceProvenance = with lib.sourceTypes; [
|
||||
binaryBytecode
|
||||
binaryNativeCode
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user