llvm-manpages: fix build by removing references to $lib output

This commit is contained in:
Will Dietz 2018-09-18 14:45:39 -05:00
parent b7692f5be5
commit 38699890d6

View File

@ -160,6 +160,9 @@ in stdenv.mkDerivation (rec {
make -C docs install make -C docs install
''; '';
postPatch = null;
postInstall = null;
outputs = [ "out" ]; outputs = [ "out" ];
doCheck = false; doCheck = false;