aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-12-05 10:06:35 -0700
committerKenny Ballou <kb@devnulllabs.io>2023-12-05 10:08:34 -0700
commita10aaca9fdc7d9bea7a44b741febb1b920088c1a (patch)
tree32cc388a375dd92e12e6ceb44a1c85303bddaf04
parent93dd91a285a717e2323a4694a62c0df9f8f0047b (diff)
downloaddotfiles-a10aaca9fdc7d9bea7a44b741febb1b920088c1a.tar.gz
dotfiles-a10aaca9fdc7d9bea7a44b741febb1b920088c1a.tar.xz
packages: add texlive base to development
Flycheck doesn't like having the binaries it uses come in and out of the PATH or something. Perhaps a more elegant solution would be to have Flycheck's chktex configured directly to a store path, but that's probably not worth the effort. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
-rw-r--r--kbg/packages/profiles/development.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/kbg/packages/profiles/development.scm b/kbg/packages/profiles/development.scm
index 3d1206ea..88b021dc 100644
--- a/kbg/packages/profiles/development.scm
+++ b/kbg/packages/profiles/development.scm
@@ -22,6 +22,7 @@
#:use-module (gnu packages search)
#:use-module (gnu packages shellutils)
#:use-module (gnu packages sqlite)
+ #:use-module (gnu packages tex)
#:use-module (gnu packages text-editors)
#:use-module (gnu packages textutils)
#:use-module (gnu packages version-control)
@@ -65,5 +66,6 @@
sqlite
strace
subversion
+ texlive-scheme-basic
tokei
vim))