lmdb: get rid of $out/man

Why it's annoying: #22318.
This commit is contained in:
Vladimír Čunát
2017-01-31 16:14:25 +01:00
parent 557fd03926
commit a3517bf321

View File

@@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
checkPhase = "make test";
preInstall = ''
mkdir -p $out/{man/man1,bin,lib,include}
mkdir -p $out/{bin,lib,include}
'';
meta = with stdenv.lib; {