mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
dotnet: set sourceProvenance on binary runtime/sdk
This commit is contained in:
parent
5928601436
commit
4f47ddf1d7
@ -206,5 +206,9 @@ mkCommon type rec {
|
||||
];
|
||||
mainProgram = "dotnet";
|
||||
platforms = attrNames srcs;
|
||||
sourceProvenance = with lib.sourceTypes; [
|
||||
binaryBytecode
|
||||
binaryNativeCode
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user