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:
parent
70bcf62c05
commit
4ac0d7fb6b
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue