python311Packages.nnpdf: unbreak on aarch64-{darwin,linux}
This commit is contained in:
parent
82e5f40490
commit
5616391768
@ -60,7 +60,5 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = [ maintainers.veprbl ];
|
||||
platforms = platforms.unix;
|
||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
||||
broken = (stdenv.isDarwin && stdenv.isAarch64) || (stdenv.isLinux && stdenv.isAarch64);
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user