Skip to content

Commit

Permalink
qbittorrent: move to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
KSJ2000 committed Nov 24, 2024
1 parent 2f87b03 commit 9822d63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
File renamed without changes.
5 changes: 1 addition & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15457,10 +15457,7 @@ with pkgs;

pure-maps = libsForQt5.callPackage ../applications/misc/pure-maps { };

qbittorrent = qt6Packages.callPackage ../applications/networking/p2p/qbittorrent {
inherit (darwin.apple_sdk.frameworks) Cocoa;
};
qbittorrent-nox = qbittorrent.override { guiSupport = false; };
qbittorrent-nox = callPackage ../by-name/qb/qbittorrent/package.nix { guiSupport = false; };

qcad = libsForQt5.callPackage ../applications/misc/qcad { };

Expand Down

0 comments on commit 9822d63

Please sign in to comment.