mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
tests.cross.sanity: fix eval
`qt5` is not long for the world.
(cherry picked from commit 88b9a7d3b6)
This commit is contained in:
committed by
github-actions[bot]
parent
04049c9e8e
commit
20af82149e
@@ -193,7 +193,7 @@ let
|
|||||||
pkgs.pkgsCross.mips64el-linux-gnuabi64.stdenv
|
pkgs.pkgsCross.mips64el-linux-gnuabi64.stdenv
|
||||||
pkgs.pkgsCross.mips64el-linux-gnuabin32.stdenv
|
pkgs.pkgsCross.mips64el-linux-gnuabin32.stdenv
|
||||||
pkgs.pkgsCross.mingwW64.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
|
pkgs.pkgsCross.riscv64.haskell.compiler.native-bignum.ghc948
|
||||||
|
|
||||||
]
|
]
|
||||||
@@ -204,7 +204,7 @@ let
|
|||||||
pkgs.pkgsMusl.pkgsCross.gnu64.hello
|
pkgs.pkgsMusl.pkgsCross.gnu64.hello
|
||||||
|
|
||||||
# Two web browsers -- exercises almost the entire packageset
|
# Two web browsers -- exercises almost the entire packageset
|
||||||
pkgs.pkgsCross.aarch64-multiplatform.qutebrowser-qt5
|
pkgs.pkgsCross.aarch64-multiplatform.qutebrowser
|
||||||
pkgs.pkgsCross.aarch64-multiplatform.firefox
|
pkgs.pkgsCross.aarch64-multiplatform.firefox
|
||||||
|
|
||||||
# Uses pkgsCross.riscv64-embedded; see https://github.com/NixOS/nixpkgs/issues/267859
|
# Uses pkgsCross.riscv64-embedded; see https://github.com/NixOS/nixpkgs/issues/267859
|
||||||
|
|||||||
Reference in New Issue
Block a user