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:
Matthew Bauer 2018-11-02 21:12:17 -05:00
parent 8bae7d328e
commit 3085f5fcb8

View file

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ ashalkhakov matthewbauer ];
platforms = platforms.unix;
badPlatforms = [ "aarch64-linux" ];
};
}