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
1 changed files with 1 additions and 1 deletions

View File

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