isso: unbreak on aarch64-darwin

This commit is contained in:
Weijia Wang 2023-01-09 02:08:12 +01:00
parent 85be954926
commit 9696ca8fd9

View file

@ -63,7 +63,5 @@ with python3Packages; buildPythonApplication rec {
homepage = "https://posativ.org/isso/"; homepage = "https://posativ.org/isso/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ fgaz ]; maintainers = with maintainers; [ fgaz ];
# never built on aarch64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin && stdenv.isAarch64;
}; };
} }