ufmt: move to by-name

This commit is contained in:
Gaetan Lepage
2025-10-24 15:18:03 +00:00
parent 644dcf5ebb
commit 032a192de6
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
{ python3Packages }: with python3Packages; toPythonApplication ufmt
-2
View File
@@ -4204,8 +4204,6 @@ with pkgs;
libjpeg_turbo = libjpeg_turbo.override { enableJava = true; };
};
ufmt = with python3Packages; toPythonApplication ufmt;
unbound-with-systemd = unbound.override {
withSystemd = true;
};