Commit 032a192d authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

ufmt: move to by-name

parent 644dcf5e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
{ python3Packages }: with python3Packages; toPythonApplication ufmt
+0 −2
Original line number Diff line number Diff line
@@ -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;
  };