noweb: fix build
This commit is contained in:
parent
0302cbf42b
commit
420b444773
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ let noweb = stdenv.mkDerivation rec {
|
|||
|
||||
# HACK: This is ugly, but functional.
|
||||
PATH=$out/bin:$PATH make -BC xdoc
|
||||
make "''${installFlags[@]}" install-man
|
||||
make "''${installFlags[@]} install-man"
|
||||
|
||||
ln -s "$tex" "$out/share/texmf"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue