3
0
Fork 0
forked from mirrors/nixpkgs

deluge: move files to match common nixpkgs layout

No other packages have an own directory for each version with only one
file in each directory.
This commit is contained in:
Milan Pässler 2020-12-20 14:17:00 +01:00 committed by Milan
parent 70bcf62c05
commit 4ac0d7fb6b
3 changed files with 2 additions and 2 deletions

View file

@ -3331,11 +3331,11 @@ in
ddrutility = callPackage ../tools/system/ddrutility { };
deluge-2_x = callPackage ../applications/networking/p2p/deluge/2 {
deluge-2_x = callPackage ../applications/networking/p2p/deluge {
pythonPackages = python3Packages;
libtorrentRasterbar = libtorrentRasterbar-1_2_x.override { python = python3; };
};
deluge-1_x = callPackage ../applications/networking/p2p/deluge/1 {
deluge-1_x = callPackage ../applications/networking/p2p/deluge/1.nix {
pythonPackages = python2Packages;
libtorrentRasterbar = libtorrentRasterbar-1_1_x;
};