dovecot: build Linux packages on Hydra, and enable local builds on all other systems

This commit is contained in:
Peter Simons 2014-05-07 11:27:54 +02:00
parent 17aaf71c0e
commit 95257307e0
2 changed files with 2 additions and 2 deletions

View file

@ -52,6 +52,6 @@ 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 rickynils];
platforms = stdenv.lib.platforms.unix;
hydraPlatforms = stdenv.lib.platforms.linux;
};
}

View file

@ -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;
};
}