gtree: unpin buildGoModule

This commit is contained in:
Kirill Radzikhovskyy
2024-07-10 10:24:45 +10:00
parent 145ef19665
commit dfab6c786e
+1 -3
View File
@@ -18605,9 +18605,7 @@ with pkgs;
gtranslator = callPackage ../tools/text/gtranslator { };
gtree = callPackage ../tools/text/gtree {
buildGoModule = buildGo122Module;
};
gtree = callPackage ../tools/text/gtree { };
guff = callPackage ../tools/graphics/guff { };