Skip to content

Commit 343eeb7

Browse files
authored
python312Packages.gguf: add missing dep, unbreak (#354467)
2 parents 294b553 + 9ef4d05 commit 343eeb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/python-modules/gguf/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
poetry-core,
77
pythonOlder,
88
tqdm,
9+
pyyaml,
910
}:
1011
buildPythonPackage rec {
1112
pname = "gguf";
@@ -23,6 +24,7 @@ buildPythonPackage rec {
2324
numpy
2425
poetry-core
2526
tqdm
27+
pyyaml
2628
];
2729

2830
meta = with lib; {

0 commit comments

Comments
 (0)