python3Packages.subunit: unbreak on aarch64-darwin
This commit is contained in:
parent
5778ecdb7c
commit
ca02f13f7d
1 changed files with 0 additions and 2 deletions
|
@ -23,7 +23,5 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://launchpad.net/subunit";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
||||
broken = stdenv.isDarwin && stdenv.isAarch64;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue