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
|
make -C docs install
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postPatch = null;
|
||||||
|
postInstall = null;
|
||||||
|
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user