Skip to content

Commit

Permalink
Nix: add 'getent' package
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeyg56 committed May 22, 2024
1 parent e878dd5 commit a5ffa57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ python3Packages.buildPythonPackage {

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;
pythonImportsCheck = ["auto_cpufreq"];
Expand Down

0 comments on commit a5ffa57

Please sign in to comment.