fix: restore xorgserver dep to herbstluftwm

This commit is contained in:
jasper-at-windswept 2024-07-17 19:47:30 +10:00
parent a8af0c1cf0
commit b711d944bd

View File

@ -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