python3Packages.mpv: don't use xorg package set (#486969)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
setuptools,
|
||||
pytestCheckHook,
|
||||
pyvirtualdisplay,
|
||||
xorg,
|
||||
xvfb,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -37,7 +37,7 @@ buildPythonPackage rec {
|
||||
pyvirtualdisplay
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [
|
||||
xorg.xvfb
|
||||
xvfb
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "mpv" ];
|
||||
|
||||
Reference in New Issue
Block a user