Unverified Commit 4b3d0371 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents eb967811 f113a61f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;