nix: add urwid dependency

This commit is contained in:
shadeyg56 2025-03-01 01:17:47 -06:00
parent 081dbda79c
commit ffb56de246
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1722478193,
"narHash": "sha256-htXWANIhuM3KgpK/3BvPao8DrJayuxUBXLwvTDWrW8E=",
"lastModified": 1740547748,
"narHash": "sha256-Ly2fBL1LscV+KyCqPRufUBuiw+zmWrlJzpWOWbahplg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "799bc8d7b16e6779f0105713e6794899133c4a38",
"rev": "3a05eebede89661660945da1f151959900903b6a",
"type": "github"
},
"original": {

View File

@ -30,7 +30,7 @@ python3Packages.buildPythonPackage {
buildInputs = with pkgs; [gtk3 python3Packages.poetry-core];
propagatedBuildInputs = with python3Packages; [requests pygobject3 click distro psutil setuptools poetry-dynamic-versioning pyinotify pkgs.getent];
propagatedBuildInputs = with python3Packages; [requests pygobject3 click distro psutil setuptools poetry-dynamic-versioning pyinotify urwid pkgs.getent];
doCheck = false;
pythonImportsCheck = ["auto_cpufreq"];