Merge pull request #98855 from malte-v/patch-1

libobjc2: unmark aarch64 as bad platform
This commit is contained in:
Daniël de Kok 2020-09-27 11:14:56 +02:00 committed by GitHub
commit dc6e00eed4
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" ];
};
}