diff options
author | EuAndreh <eu@euandre.org> | 2023-06-05 09:27:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-06-05 09:27:46 -0300 |
commit | 0d366b836c07ce71b527b0e75faeab35d7901fee (patch) | |
tree | 715ccf6eaf51f6ad57768388ad416e3485368bf8 /etc | |
parent | etc/guix/home.scm: Remove unused packages (diff) | |
download | dotfiles-0d366b836c07ce71b527b0e75faeab35d7901fee.tar.gz dotfiles-0d366b836c07ce71b527b0e75faeab35d7901fee.tar.xz |
etc/guix/home.scm: Reintroduce now unbroken packages
Diffstat (limited to 'etc')
-rw-r--r-- | etc/guix/home.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 75b26fa..9866232 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -553,7 +553,7 @@ left it off the last time it was used.") clang-toolchain@14 tcc fuse - node ; broken: conflicts with archivebox + node quickjs m4 go @@ -561,9 +561,9 @@ left it off the last time it was used.") arandr openssl fswatch - ;; rust ; broken - ;; rust:cargo ; broken - ;; rust:rustfmt ; broken + rust + rust:cargo + rust:rustfmt vala tcl expect @@ -577,7 +577,7 @@ left it off the last time it was used.") janet kawa chez-scheme - ;; racket ; no substitutes available + racket chibi-scheme ; chicken ; broken: conflicts with gcc-toolchain gambit-c @@ -700,7 +700,7 @@ left it off the last time it was used.") inkscape libreoffice ;; quodlibet ; broken - ;; ungoogled-chromium ; no substitute available + ungoogled-chromium icedove firefox)) (list ;; cmucl |