diff options
author | Leo Famulari <leo@famulari.name> | 2023-04-24 13:10:37 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-05-01 00:34:28 -0400 |
commit | 8b3ae46ae3f80e285fe9c680bdaaaad1c57406b9 (patch) | |
tree | 985ad83cca21b1393e7f8e88aaf26fd79d69f1ad /gnu/local.mk | |
parent | 17ab8ac7d1c73cd6455ff4cae6f6c42ca7ffa9b9 (diff) | |
download | guix-8b3ae46ae3f80e285fe9c680bdaaaad1c57406b9.tar.gz |
gnu: Transmission: Update to 4.0.3.
* gnu/packages/bittorrent.scm: Update to 4.0.3. [build-system]: Use cmake-build-system. [source]: Remove obsolete patch. [inputs]: Add gtkmm, glib:bin, and python. [arguments]: Run the test suite. Import the glib-or-gtk-build-system and wrap the 'gui' build output. Remove #:configure-flags. Adjust the 'move-gui' phase to upstream changes. * gnu/packages/patches/transmission-honor-localedir.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
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 68a02d10b5..b4f5453dda 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1956,7 +1956,6 @@ dist_patch_DATA = \ %D%/packages/patches/tootle-reason-phrase.patch \ %D%/packages/patches/transcode-ffmpeg.patch \ %D%/packages/patches/transfig-gcc10-fno-common.patch \ - %D%/packages/patches/transmission-honor-localedir.patch \ %D%/packages/patches/trytond-add-egg-modules-to-path.patch \ %D%/packages/patches/trytond-add-guix_trytond_path.patch \ %D%/packages/patches/ttf2eot-cstddef.patch \ |