Different output filename
This commit is contained in:
parent
4db22860c9
commit
b912ff28ad
|
@ -31,7 +31,7 @@
|
||||||
'';
|
'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cp ${texInput}.pdf $out/
|
cp ${texInput}.pdf $out/${pname}.pdf
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
default = document;
|
default = document;
|
||||||
|
|
Loading…
Reference in a new issue