Loading pkgs/by-name/x2/x264/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ stdenv.mkDerivation { # `AS' is set to the binutils assembler, but we need nasm unset AS '' + lib.optionalString stdenv.hostPlatform.isAarch '' + lib.optionalString (stdenv.hostPlatform.isAarch || stdenv.hostPlatform.isLoongArch64) '' export AS=$CC ''; Loading Loading
pkgs/by-name/x2/x264/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ stdenv.mkDerivation { # `AS' is set to the binutils assembler, but we need nasm unset AS '' + lib.optionalString stdenv.hostPlatform.isAarch '' + lib.optionalString (stdenv.hostPlatform.isAarch || stdenv.hostPlatform.isLoongArch64) '' export AS=$CC ''; Loading