From c1f494ea9805e354d2dbee5d930fc01b1917fa24 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Fri, 23 Apr 2021 18:12:10 +1000 Subject: [PATCH] Remove mention of persona in guix.scm. --- guix-env.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-env.scm b/guix-env.scm index 30b3e83a..9161c9b0 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -368,7 +368,7 @@ data as NumPy arrays.") ("python-py-bcrypt" ,python-py-bcrypt) ("python-pyld" ,python-pyld) ("python-pytz" ,python-pytz) - ("python-requests" ,python-requests) ; For Persona plugin, batchaddmedia + ("python-requests" ,python-requests) ; For batchaddmedia ("python-setuptools" ,python-setuptools) ; What for? ("python-soundfile" ,python-soundfile) ("python-sphinx" ,python-sphinx)