diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-13 22:14:57 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:49 +0100 |
commit | 2abc37e6b7af9d69f658488a3e052164a25bfb2e (patch) | |
tree | a7ecab8bc92001bc3cd6ce12c435670ac480be09 | |
parent | c418fa8924ae7623d0e1c14ff25d449979c13123 (diff) |
gnu: beets: Add missing input.
* gnu/packages/music.scm (beets)[inputs]: Add python-typing-extensions.
Change-Id: I0add9f7e867be66924e95c4d9014d9d66bc21c11
-rw-r--r-- | gnu/packages/music.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index eeee00871d..ce473d70a4 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2019 Eric Bavier <bavier@member.fsf.org> -;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2015-2025 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org> ;;; Copyright © 2016 Al McElrath <hello@yrns.org> ;;; Copyright © 2016, 2017, 2019, 2021-2024 Efraim Flashner <efraim@flashner.co.il> @@ -4318,6 +4318,7 @@ websites such as Libre.fm.") python-munkres python-musicbrainzngs python-pyyaml + python-typing-extensions python-unidecode ;; Optional dependencies for plugins. Some of these are also required by tests. python-beautifulsoup4 ; For lyrics. |