mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
dovecot: build Linux packages on Hydra, and enable local builds on all other systems
This commit is contained in:
parent
17aaf71c0e
commit
95257307e0
2 changed files with 2 additions and 2 deletions
|
@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://dovecot.org/";
|
homepage = "http://dovecot.org/";
|
||||||
description = "Open source IMAP and POP3 email server written with security primarily in mind";
|
description = "Open source IMAP and POP3 email server written with security primarily in mind";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric simons rickynils];
|
maintainers = with stdenv.lib.maintainers; [viric simons rickynils];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://dovecot.org/";
|
homepage = "http://dovecot.org/";
|
||||||
description = "Open source IMAP and POP3 email server written with security primarily in mind";
|
description = "Open source IMAP and POP3 email server written with security primarily in mind";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric simons];
|
maintainers = with stdenv.lib.maintainers; [viric simons];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue