about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-12 15:13:47 +0100
committersternenseemann <sternenseemann@systemli.org>2021-02-25 19:52:33 +0100
commit3e62680966ff052638af7abc3ee05ef70bbe9fe0 (patch)
tree35d10ca215ac4cdb269ebab452f87e9c7ec4409d /machines
parentcbef421081f1e65b1dcd81c9a6434e69cbc50f8e (diff)
pkgs/profpatsch/nman: fix building of default output
Unfortunately, nix-instantiate prints only the drv path for the `out`
output which causes nix-store to realise all drv outputs. This of course
breaks build_man_page since it expects the output to be just one path.
We fix this (for now) by using split(). Ideally we would use
<drv_path>!out for realising the default output which only builds the
output we need. However this is a bit annoying to solve since it means
we have to allocate a bit of memory.
Diffstat (limited to 'machines')
0 files changed, 0 insertions, 0 deletions