Merge pull request #203375 from wegank/yex-lang-aarch64-linux

yex-lang: unbreak on aarch64-linux
This commit is contained in:
Mario Rodas 2022-11-29 02:06:51 -05:00 committed by GitHub
commit e24d38776f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [ AndersonTorres ];
mainProgram = "yex";
platforms = platforms.unix;
broken = stdenv.isAarch64 && stdenv.isLinux;
};
}