libffcall: mark not broken on darwin

Not sure what the issue was, but now it just works.
This commit is contained in:
Stanisław Pitucha 2023-03-24 21:03:10 +11:00
parent 8be838254b
commit dab9aa3cf1

View file

@ -24,7 +24,5 @@ stdenv.mkDerivation rec {
homepage = "https://www.gnu.org/software/libffcall/";
license = licenses.gpl2Plus;
platforms = platforms.unix;
# never built on aarch64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}