refactor: rename doerg-tex → doerg-temml-worker

This commit is contained in:
2026-02-28 21:38:23 -07:00
parent 7aa6e02b9e
commit f947df6711
13 changed files with 17 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
, callPackage
, lib
, doerg-parser
, doerg-tex
, doerg-temml-worker
, ibm-plex-web
, fake-git
, our-tex ? callPackage ./our-tex.nix {}
@@ -27,7 +27,7 @@ let
bin-path = lib.makeBinPath [
doerg-parser
our-tex
doerg-tex
doerg-temml-worker
];
in mkCljBin' {
name = "net.deertopia/doerg";
@@ -42,13 +42,13 @@ in mkCljBin' {
];
buildInputs = [
doerg-parser
doerg-tex
doerg-temml-worker
plex
our-tex
];
nativeCheckInputs = [
doerg-parser
doerg-tex
doerg-temml-worker
plex
our-tex
];
@@ -60,9 +60,4 @@ in mkCljBin' {
wrapProgram $out/bin/doerg \
--prefix PATH : ${bin-path}
'';
# installPhase= ''
# runHook preInstall
# exit 1
# runHook postInstall
# '';
}