aboutsummaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorTimo Wilken2023-03-07 20:21:41 +0100
committerTimo Wilken2023-03-07 20:21:41 +0100
commit07e90a16deb1a3f4caa9be028eddc866bf3eff8d (patch)
tree127a507a422b733af353e3e9ca8f8709393d5ff5 /tw
parent64db7b0276ae66ff0512ab661cf15b3fe0d6ce47 (diff)
Install compiler and ELF-related packages
Diffstat (limited to 'tw')
-rw-r--r--tw/home/emacs.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/tw/home/emacs.scm b/tw/home/emacs.scm
index bebad6ef..f75a8527 100644
--- a/tw/home/emacs.scm
+++ b/tw/home/emacs.scm
@@ -4,8 +4,8 @@
#:use-module (gnu home services shepherd)
#:use-module (tw theme))
-(use-package-modules base cmake emacs emacs-xyz databases finance haskell-apps llvm
- python-xyz sqlite)
+(use-package-modules base cmake emacs emacs-xyz databases elf finance gcc
+ haskell-apps llvm python-xyz sqlite)
(define-public emacs-services
(list
@@ -38,6 +38,8 @@
python-yamllint
shellcheck
clang ; for clangd
+ glibc ; for ldd
+ gcc binutils patchelf elfutils
python-lsp-server
;; Supported OotB by eglot, but not packaged by guix:
;; https://github.com/mads-hartmann/bash-language-server