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
1 changed files with 1 additions and 0 deletions
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ashalkhakov matthewbauer ];
|
||||
platforms = platforms.unix;
|
||||
badPlatforms = [ "aarch64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue