yams: use buildPythonApplication

This commit is contained in:
Acid Bong
2026-07-19 18:27:57 +03:00
parent 98cbe90345
commit 9c922bf55a
+1 -1
View File
@@ -4,7 +4,7 @@
python3Packages,
}:
python3Packages.buildPythonPackage rec {
python3Packages.buildPythonApplication rec {
pname = "yams";
# nixpkgs-update: no auto update
version = "0.7.3";