fix(packages): correct pname typo, add missing category, add sed warning, fix indent

- graphify: fix pname typo graphifyy -> graphify
- container-use: add missing passthru.category
- radar: add brittleness warning on postPatch sed block
- freebuff: fix extractNpmPkg indentation
This commit is contained in:
2026-06-17 14:11:20 +03:00
parent eae85ce989
commit 8d8f56664d
4 changed files with 62 additions and 55 deletions

View File

@@ -5,7 +5,7 @@
}:
python3Packages.buildPythonApplication rec {
pname = "graphifyy";
pname = "graphify";
version = "0.7.10";
pyproject = true;