diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-11-15 15:26:15 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-25 00:22:06 +0100 |
commit | b7fc19a53ad146cf5286f2e859e26875268ad9ed (patch) | |
tree | 1ebe92132ab5c3ca1690f5ff2cd2b6f2c77a0f93 | |
parent | 1fc90c083206f52fc693f7a22ef067ce226465a9 (diff) |
gnu: python2-discogs-client: Remove package.
* gnu/packages/music.scm (python2-discogs-client): Delete variable.
-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 9ad2842e3e..28dbf1b624 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4756,9 +4756,6 @@ change user data such as profile information, collections and wantlists, inventory, and orders.") (license license:bsd-2))) -(define-public python2-discogs-client - (package-with-python2 python-discogs-client)) - (define-public libsmf (package (name "libsmf") |