gcc49: mark unsupported on aarch64-darwin

It's not supported and likely too old to be supported.
This commit is contained in:
Theodore Ni 2022-08-20 15:11:53 -07:00
parent 3abc3afcf3
commit 1b0a51cbb7
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -329,6 +329,7 @@ stdenv.mkDerivation ({
maintainers = with lib.maintainers; [ veprbl ];
platforms = lib.platforms.unix;
badPlatforms = [ "aarch64-darwin" ];
};
}