nixosTests.cinnamon, nixosTests.budgie: Unbreak (#380251)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user