tests.cross.sanity: fix eval

`qt5` is not long for the world.
This commit is contained in:
Philip Taron
2025-09-13 06:10:19 -07:00
parent c65c17ce69
commit 88b9a7d3b6

View File

@@ -195,7 +195,7 @@ let
pkgs.pkgsCross.mips64el-linux-gnuabi64.stdenv
pkgs.pkgsCross.mips64el-linux-gnuabin32.stdenv
pkgs.pkgsCross.mingwW64.stdenv
# Uses the expression that is used by the most cross-compil_ed_ GHCs
# Uses the expression that is used by the most cross-compiled GHCs
pkgs.pkgsCross.riscv64.haskell.compiler.native-bignum.ghc948
]
@@ -206,7 +206,7 @@ let
pkgs.pkgsMusl.pkgsCross.gnu64.hello
# Two web browsers -- exercises almost the entire packageset
pkgs.pkgsCross.aarch64-multiplatform.qutebrowser-qt5
pkgs.pkgsCross.aarch64-multiplatform.qutebrowser
pkgs.pkgsCross.aarch64-multiplatform.firefox
# Uses pkgsCross.riscv64-embedded; see https://github.com/NixOS/nixpkgs/issues/267859