diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-03-15 16:55:42 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-03-23 21:38:05 -0400 |
commit | f72d345e44f856c97fe3da1f191091ba3edd0641 (patch) | |
tree | cae42e81ca88d0b73676c1ddbe79e8c605c4a2c3 /gnu/packages/music.scm | |
parent | 4c726e06981da1391bd819d905f5a79670a5ffbb (diff) | |
download | guix-f72d345e44f856c97fe3da1f191091ba3edd0641.tar guix-f72d345e44f856c97fe3da1f191091ba3edd0641.tar.gz |
gnu: python2-mutagen: Remove package.
* gnu/packages/music.scm (python2-mutagen): Delete.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 06632986ab..f02c7f2c21 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -3348,9 +3348,6 @@ APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.") (license license:gpl2))) ; "later version" never mentioned -(define-public python2-mutagen - (package-with-python2 python-mutagen)) - (define-public python-mediafile (package (name "python-mediafile") |