diff options
author | EuAndreh <eu@euandre.org> | 2022-10-16 12:42:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-16 12:42:26 -0300 |
commit | 2875b2c94f8dc0064c364c934976789207ac3c8a (patch) | |
tree | f267e113c2f1167c635ce21f093cf7fca8f97f5b | |
parent | etc/guix/home.scm: Add CLI utilities (diff) | |
download | dotfiles-2875b2c94f8dc0064c364c934976789207ac3c8a.tar.gz dotfiles-2875b2c94f8dc0064c364c934976789207ac3c8a.tar.xz |
etc/guix/home.scm: Mark conflicting packages (chicken, docutils)
-rw-r--r-- | etc/guix/home.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 2ca001d..5555507 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -336,7 +336,7 @@ python-beautifulsoup4 python-docx python-telegram-bot - python-docutils + ; python-docutils ; FIXME: conflicts with python-sphinx python-mkdocs valgrind flex @@ -365,7 +365,7 @@ chez-scheme racket chibi-scheme - ;; chicken + ; chicken ; FIXME: conflicts with gcc-toolchain gambit-c gauche |