mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
libffcall: mark not broken on darwin
Not sure what the issue was, but now it just works.
This commit is contained in:
parent
8be838254b
commit
dab9aa3cf1
@ -24,7 +24,5 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://www.gnu.org/software/libffcall/";
|
homepage = "https://www.gnu.org/software/libffcall/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
|
||||||
broken = stdenv.isDarwin && stdenv.isAarch64;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user