llvm-manpages: fix build by removing references to $lib output
This commit is contained in:
parent
b7692f5be5
commit
38699890d6
|
@ -160,6 +160,9 @@ in stdenv.mkDerivation (rec {
|
|||
make -C docs install
|
||||
'';
|
||||
|
||||
postPatch = null;
|
||||
postInstall = null;
|
||||
|
||||
outputs = [ "out" ];
|
||||
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in New Issue