From b711d944bd16764739487a5225e4a21c0529400c Mon Sep 17 00:00:00 2001 From: jasper-at-windswept Date: Wed, 17 Jul 2024 19:47:30 +1000 Subject: [PATCH] fix: restore xorgserver dep to herbstluftwm --- pkgs/applications/window-managers/herbstluftwm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/window-managers/herbstluftwm/default.nix b/pkgs/applications/window-managers/herbstluftwm/default.nix index a67588fea1fd..825ae0de85e4 100644 --- a/pkgs/applications/window-managers/herbstluftwm/default.nix +++ b/pkgs/applications/window-managers/herbstluftwm/default.nix @@ -1,5 +1,5 @@ { lib, stdenv, fetchurl, cmake, pkg-config, python3, libX11, libXext, libXinerama, libXrandr, libXft, libXrender, libXdmcp, libXfixes, freetype, asciidoc -, xdotool, xorg, xsetroot, xterm, runtimeShell +, xdotool, xorgserver, xsetroot, xterm, runtimeShell , fetchpatch , nixosTests }: @@ -78,7 +78,7 @@ stdenv.mkDerivation rec { nativeCheckInputs = [ (python3.withPackages (ps: with ps; [ ewmh pytest xlib ])) xdotool - xorg.xvfb + xorgserver xsetroot xterm python3.pkgs.pytestCheckHook