add missing dependencies
This commit is contained in:
parent
16eb161a90
commit
4ce88fcbee
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
||||||
pname = "cassowary";
|
pname = "cassowary";
|
||||||
version = "0.6";
|
version = "0.6";
|
||||||
format = "wheel";
|
format = "wheel";
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
pkgs.python312Packages.libvirt
|
||||||
|
pkgs.python312Packages.pyqt5
|
||||||
|
];
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/casualsnek/cassowary/releases/download/0.6/cassowary-0.6-py3-none-any.whl";
|
url = "https://github.com/casualsnek/cassowary/releases/download/0.6/cassowary-0.6-py3-none-any.whl";
|
||||||
hash = "sha256-WWvCE1yKhz50AE8s/UG4IYT2eJKxFZinTrOBs5AGt9g=";
|
hash = "sha256-WWvCE1yKhz50AE8s/UG4IYT2eJKxFZinTrOBs5AGt9g=";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue