libobjc2: unmark aarch64 as bad platform

gstqt5
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
1 changed files with 0 additions and 1 deletions

View File

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