summary refs log tree commit diff
path: root/pkgs/servers/mail/dovecot/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-05-07 11:27:54 +0200
committerPeter Simons <simons@cryp.to>2014-05-07 11:27:54 +0200
commit95257307e0226379874bb78aea20059ba20f85ce (patch)
treec536c18c05665c6f9ed1b33043d1b054265c94ad /pkgs/servers/mail/dovecot/default.nix
parent17aaf71c0e717fdd6d718193b92210a2872516a7 (diff)
downloadnixpkgs-95257307e0226379874bb78aea20059ba20f85ce.tar
nixpkgs-95257307e0226379874bb78aea20059ba20f85ce.tar.gz
nixpkgs-95257307e0226379874bb78aea20059ba20f85ce.tar.bz2
nixpkgs-95257307e0226379874bb78aea20059ba20f85ce.tar.lz
nixpkgs-95257307e0226379874bb78aea20059ba20f85ce.tar.xz
nixpkgs-95257307e0226379874bb78aea20059ba20f85ce.tar.zst
nixpkgs-95257307e0226379874bb78aea20059ba20f85ce.zip
dovecot: build Linux packages on Hydra, and enable local builds on all other systems
Diffstat (limited to 'pkgs/servers/mail/dovecot/default.nix')
-rw-r--r--pkgs/servers/mail/dovecot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mail/dovecot/default.nix b/pkgs/servers/mail/dovecot/default.nix
index 46cf742c452..5f779c75472 100644
--- a/pkgs/servers/mail/dovecot/default.nix
+++ b/pkgs/servers/mail/dovecot/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     homepage = "http://dovecot.org/";
     description = "Open source IMAP and POP3 email server written with security primarily in mind";
     maintainers = with stdenv.lib.maintainers; [viric simons];
-    platforms = with stdenv.lib.platforms; linux;
+    hydraPlatforms = stdenv.lib.platforms.linux;
   };
 
 }