iterm2: Indicate sourceProvenance (#322156)
This commit is contained in:
commit
62db6795df
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user