txtpbfmt: drop redundant override

This commit is contained in:
zowoq
2022-07-30 16:27:56 +10:00
parent 334071af91
commit 3f50785567
+1 -3
View File
@@ -11458,9 +11458,7 @@ with pkgs;
ttylog = callPackage ../tools/misc/ttylog { };
txtpbfmt = callPackage ../development/tools/txtpbfmt {
buildGoModule = buildGo118Module;
};
txtpbfmt = callPackage ../development/tools/txtpbfmt { };
ipbt = callPackage ../tools/misc/ipbt { };