Merge pull request #263910 from kirillrdy/pzip

pzip: unpin go
This commit is contained in:
Nick Cao 2023-10-28 08:59:56 -04:00 committed by GitHub
commit cbce0c662e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34872,10 +34872,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;