pzip: unpin go

This commit is contained in:
Kirill Radzikhovskyy
2023-10-28 19:10:11 +11:00
parent 55acef4031
commit c94ee15b51
-4
View File
@@ -34879,10 +34879,6 @@ with pkgs;
pyrosimple = callPackage ../applications/networking/p2p/pyrosimple { };
pzip = callPackage ../by-name/pz/pzip/package.nix {
buildGoModule = buildGo121Module;
};
qbittorrent = libsForQt5.callPackage ../applications/networking/p2p/qbittorrent { };
qbittorrent-nox = qbittorrent.override {
guiSupport = false;