lang/python: pyvenv-mode -> pyvenv #777

Fixed incorrect package name.
This commit is contained in:
Henrik Lissner 2018-08-04 16:34:01 +02:00
parent 2c956593cf
commit 552b8b50c0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -11,7 +11,7 @@
(when (featurep! +pyenv)
(package! pyenv-mode))
(when (featurep! +pyvenv)
(package! pyvenv-mode))
(package! pyvenv))
(when (featurep! +conda)
(package! conda))