llvmPackages_6.llvm-manpages: unbreak
enableSharedLibraries defaulted to true which caused a phase to try to use the $lib output which doesn't exist for the llvm-manpages derivation.
This commit is contained in:
parent
768a261c13
commit
a3f74559cf
@ -36,6 +36,7 @@ let
|
|||||||
|
|
||||||
llvm-manpages = lowPrio (tools.llvm.override {
|
llvm-manpages = lowPrio (tools.llvm.override {
|
||||||
enableManpages = true;
|
enableManpages = true;
|
||||||
|
enableSharedLibraries = false;
|
||||||
python3 = pkgs.python3; # don't use python-boot
|
python3 = pkgs.python3; # don't use python-boot
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user