openldap: fixup build on Darwin, probably

Introduced by #19288.
This commit is contained in:
Vladimír Čunát 2016-10-29 16:37:48 +02:00
parent e9fee02ff9
commit cd436079fc

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
'';
postInstall = ''
chmod +x $out/lib/*.so
chmod +x "$out"/lib/*.{so,dylib}
'';
meta = with stdenv.lib; {