rocfft: set hydraPlatforms due to large output

Madoura e4a7c367 67f7f428

+1
+1
pkgs/development/libraries/rocfft/default.nix
··· 110 license = with licenses; [ mit ]; 111 maintainers = with maintainers; [ Madouura ]; 112 broken = rocmVersion != hip.version; 113 }; 114 }
··· 110 license = with licenses; [ mit ]; 111 maintainers = with maintainers; [ Madouura ]; 112 broken = rocmVersion != hip.version; 113 + hydraPlatforms = [ ]; # rocFFT produces an extremely large output 114 }; 115 }