therion: replace texlive.combined.scheme-tetex with texliveTeTeX
This commit is contained in:
parent
eadb394f32
commit
00ab8f1f58
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
, expat
|
||||
, bwidget
|
||||
, python3
|
||||
, texlive
|
||||
, texliveTeTeX
|
||||
, survex
|
||||
, makeWrapper
|
||||
, fmt
|
||||
|
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||
pkg-config
|
||||
perl
|
||||
python3
|
||||
texlive.combined.scheme-tetex
|
||||
texliveTeTeX
|
||||
makeWrapper
|
||||
tcl.tclPackageHook
|
||||
];
|
||||
|
@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
|
|||
fixupPhase = ''
|
||||
runHook preFixup
|
||||
wrapProgram $out/bin/therion \
|
||||
--prefix PATH : ${lib.makeBinPath [ survex texlive.combined.scheme-tetex ]}
|
||||
--prefix PATH : ${lib.makeBinPath [ survex texliveTeTeX ]}
|
||||
wrapProgram $out/bin/xtherion \
|
||||
--prefix PATH : ${lib.makeBinPath [ tk ]}
|
||||
runHook postFixup
|
||||
|
|
Loading…
Reference in a new issue