Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Dovecot to build with clucene, and on any Unix #2516

Merged
merged 1 commit into from
May 7, 2014

Conversation

jwiegley
Copy link
Contributor

@jwiegley jwiegley commented May 5, 2014

No description provided.


stdenv.mkDerivation rec {
name = "dovecot-2.2.12";

buildInputs = [perl systemd openssl pam bzip2 zlib openldap inotifyTools];
buildInputs = [perl openssl bzip2 zlib openldap clucene_core_2]
++ stdenv.lib.optionals (!stdenv.isDarwin) [ systemd pam inotifyTools ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this conditional should probably say stdenv.isLinux? systemd doesn't exist on any other platform.

@jwiegley
Copy link
Contributor Author

jwiegley commented May 6, 2014

Comments applied.

peti added a commit that referenced this pull request May 7, 2014
Allow Dovecot to build with clucene, and on any Unix
@peti peti merged commit 17aaf71 into NixOS:master May 7, 2014
@jwiegley jwiegley deleted the dovecot branch May 7, 2014 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants