iterm2: Indicate sourceProvenance (#322156)

This commit is contained in:
Aleksana
2024-10-29 11:43:39 +08:00
committed by GitHub
@@ -37,8 +37,10 @@ stdenvNoCC.mkDerivation rec {
meta = with lib; {
description = "Replacement for Terminal and the successor to iTerm";
homepage = "https://www.iterm2.com/";
hydraPlatforms = []; # The build is little more than copying the binary
license = licenses.gpl2;
maintainers = with maintainers; [ steinybot tricktron ];
platforms = [ "x86_64-darwin" "aarch64-darwin" ];
sourceProvenance = [ sourceTypes.binaryNativeCode ];
};
}