mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
feat: hyprland
This commit is contained in:
parent
a461bf400f
commit
7bc4a2c918
4 changed files with 29 additions and 6 deletions
|
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
buildPythonPackage,
|
||||
python311Packages,
|
||||
psmisc
|
||||
}: let
|
||||
pyproject = builtins.fromTOML (builtins.readFile ./pyproject.toml);
|
||||
poetryBlock = pyproject.tool.poetry;
|
||||
|
|
@ -21,7 +22,9 @@ in
|
|||
dependencyNames = (lib.attrNames poetryBlock.dependencies) ++ ["dbus-python"];
|
||||
dependencies = map (name: python311Packages.${name} or dependencyReplacements.${name}) dependencyNames;
|
||||
in
|
||||
dependencies;
|
||||
dependencies ++ [
|
||||
psmisc
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = poetryBlock.description;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue