mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
libobjc2: mark aarch64 as bad platform
Apparently some assembly has not been ported. This commit should fix
it:
b952a21abe (diff-e49aa4e60f8ccec1be46afc5e6ffcee5)
But no release has been made by the gnustep team yet!
This commit is contained in:
parent
8bae7d328e
commit
3085f5fcb8
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ashalkhakov matthewbauer ];
|
||||
platforms = platforms.unix;
|
||||
badPlatforms = [ "aarch64-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user