Merge pull request #222874 from viraptor/libffcall-darwin

libffcall: mark not broken on darwin
This commit is contained in:
Weijia Wang 2023-03-24 15:18:22 +02:00 committed by GitHub
commit 5116c0ac84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}