mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
feat: kde fixes, icon, logging
This commit is contained in:
parent
bfb74c7aca
commit
a461bf400f
5 changed files with 64 additions and 15 deletions
|
|
@ -18,7 +18,7 @@ in
|
|||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = let
|
||||
dependencyNames = lib.attrNames poetryBlock.dependencies;
|
||||
dependencyNames = (lib.attrNames poetryBlock.dependencies) ++ ["dbus-python"];
|
||||
dependencies = map (name: python311Packages.${name} or dependencyReplacements.${name}) dependencyNames;
|
||||
in
|
||||
dependencies;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue