nixosTests.cinnamon, nixosTests.budgie: Unbreak (#380251)

This commit is contained in:
Bobby Rong
2025-02-08 12:30:15 +08:00
committed by GitHub
3 changed files with 9 additions and 0 deletions
+5
View File
@@ -18,6 +18,11 @@ import ./make-test-python.nix (
# For the sessionPath subtest.
services.xserver.desktopManager.cinnamon.sessionPath = [ pkgs.gpaste ];
# For OCR test.
services.xserver.displayManager.lightdm.greeters.slick.extraConfig = ''
enable-hidpi = on
'';
};
enableOCR = true;
+2
View File
@@ -30,6 +30,8 @@ stdenvNoCC.mkDerivation rec {
gtk3
];
# FIXME: https://hydra.nixos.org/build/287344480/nixlog/5
dontCheckForBrokenSymlinks = true;
dontDropIconThemeCache = true;
installPhase = ''
@@ -39,6 +39,8 @@ lib.checkListOfEnum "${pname}: color variants" [ "standard" "dark" "all" ] color
propagatedBuildInputs = [ hicolor-icon-theme ];
# FIXME: https://hydra.nixos.org/build/286997490/nixlog/5
dontCheckForBrokenSymlinks = true;
dontDropIconThemeCache = true;
# These fixup steps are slow and unnecessary.