mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python3Packages.tensorboard: set meta.sourceProvenance
This commit is contained in:
@@ -78,5 +78,6 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "tensorboard";
|
||||
maintainers = [ ];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user