Unverified Commit 2ffa0d97 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

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

parents 28cc453c d339cc6d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@ stdenvNoCC.mkDerivation rec {
    gtk3
  ];

  # FIXME: https://hydra.nixos.org/build/287344480/nixlog/5
  dontCheckForBrokenSymlinks = true;
  dontDropIconThemeCache = true;

  installPhase = ''
+2 −0
Original line number Diff line number Diff line
@@ -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.