Unverified Commit 568d1eda authored by Timo Kaufmann's avatar Timo Kaufmann Committed by GitHub
Browse files

Merge pull request #327875 from jasper-at-windswept/fix-herbstluftwm

fix: restore xorgserver dep to herbstluftwm
parents e5e12391 b711d944
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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