alsa-firmware: fix loongarch64-linux build (#402778)

This commit is contained in:
Aleksana
2025-04-30 15:16:03 +08:00
committed by GitHub
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
depsBuildBuild = lib.optional (
stdenv.buildPlatform != stdenv.hostPlatform
|| stdenv.hostPlatform.isAarch64
|| stdenv.hostPlatform.isLoongArch64
|| stdenv.hostPlatform.isRiscV64
) buildPackages.stdenv.cc;