Unverified Commit 5ac05029 authored by toonn's avatar toonn
Browse files

iterm2: Indicate sourceProvenance

Since the build is trivial and comes down to downloading and copying a
binary this should be indicated in `meta.sourceProvenance` and
`meta.hydraPlatforms` should be set to prevent Hydra from caching what
amounts to a copy of the upstream archive.
parent b4eaf504
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
}