From 0c5f4eeed852540697f41b569ae3940fbffed069 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 19 Oct 2025 20:40:01 +0200 Subject: [PATCH] gnu: Unregister non existing and unused patch. This is a follow-up to commit 4d86f0a3126ddb8eb2678e3dcd264a342b6e8e78 . * gnu/local.mk (dist_patch_DATA): Unregister trytond-hack-import.patch. Change-Id: I43ad3a0ed4ac6df1085a9a501e265e793e6cdf35 --- gnu/local.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/local.mk b/gnu/local.mk index d0606bd202a..a1b653b961a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2369,7 +2369,6 @@ dist_patch_DATA = \ %D%/packages/patches/transcode-ffmpeg.patch \ %D%/packages/patches/transmission-4.0.6-fix-build.patch \ %D%/packages/patches/trytond-add-guix_trytond_path.patch \ - %D%/packages/patches/trytond-hack-import.patch \ %D%/packages/patches/ttf2eot-cstddef.patch \ %D%/packages/patches/turbovnc-custom-paths.patch \ %D%/packages/patches/turbovnc-find-system-packages.patch \