forked from lix-project/hydra
release.nix: Add --with-docbook-xsl' to the configure flags for
tarball'.
This commit is contained in:
parent
2e723601ca
commit
1e737f95f8
|
@ -23,7 +23,10 @@ rec {
|
||||||
export VARTEXFONTS=$TMPDIR/texfonts
|
export VARTEXFONTS=$TMPDIR/texfonts
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = "--with-nix=${nix}";
|
configureFlags =
|
||||||
|
[ "--with-nix=${nix}"
|
||||||
|
"--with-docbook-xsl=${docbook_xsl}/xml/xsl/docbook"
|
||||||
|
];
|
||||||
|
|
||||||
postDist = ''
|
postDist = ''
|
||||||
make -C doc/manual install
|
make -C doc/manual install
|
||||||
|
|
Loading…
Reference in a new issue