lol

libffcall: mark not broken on darwin

Not sure what the issue was, but now it just works.

-2
-2
pkgs/development/libraries/libffcall/default.nix
··· 24 24 homepage = "https://www.gnu.org/software/libffcall/"; 25 25 license = licenses.gpl2Plus; 26 26 platforms = platforms.unix; 27 - # never built on aarch64-darwin since first introduction in nixpkgs 28 - broken = stdenv.isDarwin && stdenv.isAarch64; 29 27 }; 30 28 }