diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2022-09-24 01:39:00 -0400 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-30 15:43:35 +0200 |
commit | a47a051e3d8669c51071f224661e0f7a9c5a9aaa (patch) | |
tree | 3e1df89dd6a5cf0357ff745b9019e85695d116ba /gnu/local.mk | |
parent | 0f66ef9aa99d2043abccbc80d858bdeca57534ac (diff) | |
download | guix-a47a051e3d8669c51071f224661e0f7a9c5a9aaa.tar.gz |
gnu: picard: Update to 2.8.3, modernize package.
* gnu/packages/music.scm (picard): Update to 2.8.3. [source]: Remove patch. [arguments]: Use G-expressions. Remove trailing #t. [native-inputs]: Remove input labels. [inputs]: Add python-fasteners, python-pyyaml, python-markdown, python-pyjwt. Remove a transitive dependency on QtWebKit. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/patches/picard-fix-id3-rename-test.patch: Remove it. * gnu/local.mk (dist_path_DATA): Update accordingly. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0134fb53d8..26fdfe7ca9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1653,7 +1653,6 @@ dist_patch_DATA = \ %D%/packages/patches/phoronix-test-suite-fsdg.patch \ %D%/packages/patches/php-bug-74093-test.patch \ %D%/packages/patches/php-curl-compat.patch \ - %D%/packages/patches/picard-fix-id3-rename-test.patch \ %D%/packages/patches/picprog-non-intel-support.patch \ %D%/packages/patches/pidgin-add-search-path.patch \ %D%/packages/patches/pinball-system-ltdl.patch \ |