iterm2: Indicate sourceProvenance (#322156)

This commit is contained in:
Aleksana 2024-10-29 11:43:39 +08:00 committed by GitHub
commit 62db6795df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];
};
}