diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-09 16:34:12 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-09 16:35:20 -0500 |
commit | 1684ed6537fbd91ae5c14fb0314564e71799d390 (patch) | |
tree | 083fc4af3ff417b1a00222ee0b5156a66d3f8152 /gnu/local.mk | |
parent | 23da063ea3bb6a579f0fb87d2e5e00fed9962775 (diff) | |
download | guix-1684ed6537fbd91ae5c14fb0314564e71799d390.tar.gz |
gnu: Remove leftover patches for Blender 2.79.
This is a followup to commit 23da063ea3bb6a579f0fb87d2e5e00fed9962775. * gnu/packages/patches/blender-2.79-gcc8.patch, gnu/packages/patches/blender-2.79-gcc9.patch, gnu/packages/patches/blender-2.79-newer-ffmpeg.patch, gnu/packages/patches/blender-2.79-oiio2.patch, gnu/packages/patches/blender-2.79-python-3.7-fix.patch, gnu/packages/patches/blender-2.79-python-3.8-fix.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index ca95c9e488..fe21cf8062 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -908,12 +908,6 @@ dist_patch_DATA = \ %D%/packages/patches/binutils-loongson-workaround.patch \ %D%/packages/patches/binutils-mingw-w64-timestamp.patch \ %D%/packages/patches/binutils-mingw-w64-deterministic.patch \ - %D%/packages/patches/blender-2.79-gcc8.patch \ - %D%/packages/patches/blender-2.79-gcc9.patch \ - %D%/packages/patches/blender-2.79-newer-ffmpeg.patch \ - %D%/packages/patches/blender-2.79-oiio2.patch \ - %D%/packages/patches/blender-2.79-python-3.7-fix.patch \ - %D%/packages/patches/blender-2.79-python-3.8-fix.patch \ %D%/packages/patches/bpftrace-disable-bfd-disasm.patch \ %D%/packages/patches/byobu-writable-status.patch \ %D%/packages/patches/cabal-install-base16-bytestring1.0.patch \ |