mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
dovecot: rename file for version 1.0.3 to improve consistency
This commit is contained in:
parent
5940f10394
commit
aa2d8d1e02
|
@ -5272,7 +5272,7 @@ let
|
|||
inherit stdenv lib dict;
|
||||
};
|
||||
|
||||
dovecot = callPackage ../servers/mail/dovecot { };
|
||||
dovecot = callPackage ../servers/mail/dovecot/1.0.3.nix { };
|
||||
dovecot_1_1_1 = callPackage ../servers/mail/dovecot/1.1.1.nix { };
|
||||
dovecot_2 = callPackage ../servers/mail/dovecot/2.x.nix { };
|
||||
dovecot_2_0 = pkgs.dovecot_2; # Actually, 2.1
|
||||
|
|
Loading…
Reference in a new issue