libobjc2: unmark aarch64 as bad platform

This commit is contained in:
malte-v 2020-09-26 13:57:32 +02:00 committed by GitHub
parent 4212f719bb
commit d0e502eb70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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