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

View File

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