diff options
author | EuAndreh <eu@euandre.org> | 2024-07-15 15:18:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-07-15 15:18:29 -0300 |
commit | 486517e496cd9b85ec375f850f2d701fbbf9ce12 (patch) | |
tree | 02034eafcc88f7ebcb42c09f845cadfcad8b629e | |
parent | etc/guix/home.scm: Re-add libreoffice (diff) | |
download | dotfiles-486517e496cd9b85ec375f850f2d701fbbf9ce12.tar.gz dotfiles-486517e496cd9b85ec375f850f2d701fbbf9ce12.tar.xz |
etc/guix/home.scm: Disable broken scikit-learn
-rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 79fe07f..a9dda9a 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -304,7 +304,7 @@ usbutils python-pyopencl python-pandas - python-scikit-learn + ;; python-scikit-learn ; conflicts with python-requests python python-slixmpp python-unidecode |