diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-04-23 18:12:10 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-04-23 18:12:10 +1000 |
commit | c1f494ea9805e354d2dbee5d930fc01b1917fa24 (patch) | |
tree | e0af22c56f56c41ee33fe7a6290b483551df619c | |
parent | 05e4795683c436264fe497b7f98c4f93b990881a (diff) | |
download | mediagoblin-c1f494ea9805e354d2dbee5d930fc01b1917fa24.tar.lz mediagoblin-c1f494ea9805e354d2dbee5d930fc01b1917fa24.tar.xz mediagoblin-c1f494ea9805e354d2dbee5d930fc01b1917fa24.zip |
Remove mention of persona in guix.scm.
-rw-r--r-- | guix-env.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |