Unverified Commit 88b9a7d3 authored by Philip Taron's avatar Philip Taron
Browse files

tests.cross.sanity: fix eval

`qt5` is not long for the world.
parent c65c17ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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