gcc49: mark unsupported on aarch64-darwin
It's not supported and likely too old to be supported.
This commit is contained in:
parent
3abc3afcf3
commit
1b0a51cbb7
@ -329,6 +329,7 @@ stdenv.mkDerivation ({
|
||||
maintainers = with lib.maintainers; [ veprbl ];
|
||||
|
||||
platforms = lib.platforms.unix;
|
||||
badPlatforms = [ "aarch64-darwin" ];
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user