tests.cross.sanity: fix eval by fixing qt5.qutebrowser
reference
Without the change the eval fails as: $ nix build --no-link -f. tests.cross.sanity error: attribute 'qutebrowser' missing at pkgs/test/cross/default.nix:157:5: 156| # Two web browsers -- exercises almost the entire packageset 157| pkgs.pkgsCross.aarch64-multiplatform.qt5.qutebrowser | ^ 158| pkgs.pkgsCross.aarch64-multiplatform.firefox
This commit is contained in:
parent
06570e5418
commit
9b5c93da36
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ let
|
|||
pkgs.pkgsMusl.pkgsCross.gnu64.hello
|
||||
|
||||
# Two web browsers -- exercises almost the entire packageset
|
||||
pkgs.pkgsCross.aarch64-multiplatform.qt5.qutebrowser
|
||||
pkgs.pkgsCross.aarch64-multiplatform.qutebrowser-qt5
|
||||
pkgs.pkgsCross.aarch64-multiplatform.firefox
|
||||
|
||||
# Uses pkgsCross.riscv64-embedded; see https://github.com/NixOS/nixpkgs/issues/267859
|
||||
|
|
Loading…
Reference in a new issue