Nix: add 'getent' package

Fixes #704
This commit is contained in:
shadeyg56 2024-05-21 22:49:41 -05:00
parent e878dd51fe
commit a5ffa5730b
1 changed files with 1 additions and 1 deletions

View File

@ -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"];