Merge pull request #61526 from nh2/servant-doc-no-haddock-fix
haskell: servant: Don't write to $doc if disabled.
This commit is contained in:
commit
d0ea2df4fb
@ -765,7 +765,7 @@ self: super: {
|
||||
};
|
||||
in overrideCabal super.servant (old: {
|
||||
postInstall = old.postInstall or "" + ''
|
||||
ln -s ${docs} $doc/share/doc/servant
|
||||
ln -s ${docs} ''${!outputDoc}/share/doc/servant
|
||||
'';
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user