libmemcached: move cyrus_sasl to propagatedBuildInputs

Reason: struct/sasl.h from libmemcached include stuff from there
/nix/store/d3f91zvai71dyhs83ybzsnjfhxnv7mmh-libmemcached-1.0.18/include/libmemcached-1.0/struct/sasl.h:39:23:
fatal error: sasl/sasl.h: No such file or directory
This commit is contained in:
Alexander V. Nikolaev 2016-04-25 16:21:38 +03:00
parent 36954ee405
commit a817d5b543

View File

@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
sha256 = "1nvxwdkxj2a2g39z0g8byxjwnw4pa5xlvsmdk081q63vmfywh7zb";
});
buildInputs = [ cyrus_sasl libevent ];
buildInputs = [ libevent ];
propagatedBuildInputs = [ cyrus_sasl ];
meta = with stdenv.lib; {
homepage = http://libmemcached.org;