diff options
author | Mark H Weaver <mhw@netris.org> | 2022-10-09 02:17:55 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2022-10-09 02:17:55 -0400 |
commit | d3d3caeeeb194c694e260970b23b29326781ce42 (patch) | |
tree | 0ba89ce1459eef883dee981c1314d9fc1b76b833 /gnu/local.mk | |
parent | 79358a99cd46a27fdc716309ccee2596483ab9af (diff) | |
download | guix-d3d3caeeeb194c694e260970b23b29326781ce42.tar.gz |
gnu: icecat: Remove vestigial patch.
This is a followup to commit bb762ac517ff5ab4e55a0efb7e1b534c36c2b7c3. * gnu/packages/patches/icecat-use-older-reveal-hidden-html.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 a013647d7e..9a1aad300e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1315,7 +1315,6 @@ dist_patch_DATA = \ %D%/packages/patches/i7z-gcc-10.patch \ %D%/packages/patches/icecat-makeicecat.patch \ %D%/packages/patches/icecat-avoid-bundled-libraries.patch \ - %D%/packages/patches/icecat-use-older-reveal-hidden-html.patch \ %D%/packages/patches/icecat-use-system-graphite2+harfbuzz.patch \ %D%/packages/patches/icecat-use-system-media-libs.patch \ %D%/packages/patches/icedtea-7-hotspot-aarch64-use-c++98.patch\ |