summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2018-03-30 15:30:39 -0700
committerJohn Wiegley <johnw@newartisans.com>2018-03-30 15:39:25 -0700
commit80e730c9a41ee327308144ffcde47f03a148e7c2 (patch)
tree41612d26cf552165939c6826ebfabf880dd75c09 /pkgs/servers
parentc4e848197f3e2c78740f95f1b2e9050be2192001 (diff)
downloadnixlib-80e730c9a41ee327308144ffcde47f03a148e7c2.tar
nixlib-80e730c9a41ee327308144ffcde47f03a148e7c2.tar.gz
nixlib-80e730c9a41ee327308144ffcde47f03a148e7c2.tar.bz2
nixlib-80e730c9a41ee327308144ffcde47f03a148e7c2.tar.lz
nixlib-80e730c9a41ee327308144ffcde47f03a148e7c2.tar.xz
nixlib-80e730c9a41ee327308144ffcde47f03a148e7c2.tar.zst
nixlib-80e730c9a41ee327308144ffcde47f03a148e7c2.zip
Allow some packages to build on darwin as well
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix b/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
index af9ff3b257b1..e98c58c891a1 100644
--- a/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
+++ b/pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
     description = "A sieve plugin for the Dovecot IMAP server";
     license = licenses.lgpl21;
     maintainers = [ maintainers.rickynils ];
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }