parent
e878dd51fe
commit
a5ffa5730b
|
@ -46,7 +46,7 @@ python3Packages.buildPythonPackage {
|
||||||
|
|
||||||
buildInputs = with pkgs; [gtk3 python3Packages.poetry-core];
|
buildInputs = with pkgs; [gtk3 python3Packages.poetry-core];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [requests pygobject3 click distro psutil setuptools poetry-dynamic-versioning pyinotify];
|
propagatedBuildInputs = with python3Packages; [requests pygobject3 click distro psutil setuptools poetry-dynamic-versioning pyinotify pkgs.getent];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
pythonImportsCheck = ["auto_cpufreq"];
|
pythonImportsCheck = ["auto_cpufreq"];
|
||||||
|
|
Loading…
Reference in New Issue