diff options
author | EuAndreh <eu@euandre.org> | 2023-07-15 14:51:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-07-15 14:51:42 -0300 |
commit | b3c11efc3d922793bedb353ea914797315f84ed8 (patch) | |
tree | b084d9ea771f60ea4568fc01d6c08d7a22455e73 | |
parent | opt/bin-dirs/lisp-{cli,image}: Remove link from dotfiles (diff) | |
download | dotfiles-b3c11efc3d922793bedb353ea914797315f84ed8.tar.gz dotfiles-b3c11efc3d922793bedb353ea914797315f84ed8.tar.xz |
etc/guix/home.scm: Add packages for compiling netsurf
-rw-r--r-- | etc/guix/home.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 71a56ad..ed55ac1 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -666,6 +666,13 @@ left it off the last time it was used.") youtube-dl tmux-plugin-resurrect + ;; for compiling netsurf + glib:bin + libcss + libdom + libnsutils + utf8proc + ;; for compiling neosurf libpsl libwebp |