From 86f23c2f555f411b7765705c931a2a65cd728d5d Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 20 Jan 2025 13:38:33 -0500 Subject: [PATCH] Fix build failure --- src/libexpr/primops.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc index ff6cfe545..9239ef81c 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -1587,7 +1587,7 @@ static RegisterPrimOp primop_placeholder({ .args = {"output"}, .doc = R"( Return at - [output placeholder string](@docroot@/source/store/drv.md#output-placeholder) + [output placeholder string](@docroot@/store/drv.md#output-placeholder) for the specified *output* that will be substituted by the corresponding [output path](@docroot@/glossary.md#gloss-output-path) at build time. @@ -2132,7 +2132,7 @@ static RegisterPrimOp primop_outputOf({ .doc = R"( Return at Return the output path of a derivation, literally or using an - [input placeholder string](@docroot@/source/store/drv.md#input-placeholder) + [input placeholder string](@docroot@/store/drv.md#input-placeholder) if needed. If the derivation has a statically-known output path (i.e. the derivation output is input-addressed, or fixed content-addresed), the output path will just be returned.