python3Packages.i3ipc: fix tests
This commit is contained in:
parent
74ad5ea87e
commit
d86aa32426
@ -1,5 +1,5 @@
|
||||
{ stdenv, buildPythonPackage, fetchFromGitHub
|
||||
, xorgserver, pytest, pytest-xvfb, pytest-asyncio, i3, python, xlib, xdpyinfo
|
||||
, xorgserver, pytest, pytest-xvfb, i3, python, xlib, xdpyinfo
|
||||
, makeFontsConf, coreutils
|
||||
}:
|
||||
|
||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
fontDirectories = [ ];
|
||||
};
|
||||
FONTCONFIG_FILE = fontsConf; # Fontconfig error: Cannot load default config file
|
||||
checkInputs = [ pytest xdpyinfo pytest-asyncio pytest-xvfb xorgserver i3 ];
|
||||
checkInputs = [ pytest xdpyinfo pytest-xvfb xorgserver i3 ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace test/i3.config \
|
||||
|
Loading…
Reference in New Issue
Block a user