Artem Chernyak skribis: > Since we now have libappindicator packaged, we can safely remove the > patch instead of updating it for the new version. > > Artem Chernyak (2): > gnu: Update udiskie to 2.3.3 > gnu: Remove udiskie-no-appindicator.patch > > gnu/packages/freedesktop.scm | 8 +- > .../patches/udiskie-no-appindicator.patch | 155 ------------------ > 2 files changed, 3 insertions(+), 160 deletions(-) > delete mode 100644 gnu/packages/patches/udiskie-no-appindicator.patch When removing a patch file, you must also remove it in the 'dist_patch_DATA' list of patches in the "gnu/local.mk" file. Also, you don't need to split the patch removal in several commits (see commit 2f0986b0f7cbf4dec5a3e575c67a508cf71c6dd5 for example). Could you send an updated patch?