pythonPackages.liquidctl: Disable checkPhase properly

This commit is contained in:
Sandro Jäckel 2021-01-06 10:12:15 +01:00
parent d17c10edac
commit 0165a72e09
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -28,7 +28,7 @@ buildPythonPackage rec {
];
# does not contain tests
disableCheck = false;
doCheck = false;
pythonImportsCheck = [ "liquidctl" ];
meta = with lib; {