summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2023-03-06 14:15:01 +0100
committerTimo Wilken2023-03-06 14:15:01 +0100
commitd5c024b65310d9ed1c62909a94d65806dd0cb5cf (patch)
tree7bc85e872ff141c062af1b616b28620b528e825d
parent87692570a30a428919ead5083909b7321e828b96 (diff)
Install compiler and ELF-related packages
-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