diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-18 21:39:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-20 18:20:36 -0400 |
commit | 8b672b2c48164c78731ae142ae4761d91666bdec (patch) | |
tree | 4e5ccad6043e39d50655fe548dbcc2027de39441 /gnu/local.mk | |
parent | 933cc19684327a1cbe7cc45d1bf7bf7b327bf288 (diff) | |
download | patches-8b672b2c48164c78731ae142ae4761d91666bdec.tar patches-8b672b2c48164c78731ae142ae4761d91666bdec.tar.gz |
gnu: blender: Restore version 2.79b for systems without OpenGL 3.
Fixes <https://bugs.gnu.org/33882>.
* gnu/packages/graphics.scm (blender-2.79): New variable.
(blender)[description]: Remove obsolete claim that the stable
release no longer works in Guix.
* gnu/packages/patches/blender-2.79-newer-ffmpeg.patch,
gnu/packages/patches/blender-2.79-python-3.7-fix.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a5a2f11538..c9c7378f02 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -672,6 +672,8 @@ dist_patch_DATA = \ %D%/packages/patches/beignet-correct-file-names.patch \ %D%/packages/patches/biber-fix-encoding-write.patch \ %D%/packages/patches/binutils-loongson-workaround.patch \ + %D%/packages/patches/blender-2.79-newer-ffmpeg.patch \ + %D%/packages/patches/blender-2.79-python-3.7-fix.patch \ %D%/packages/patches/boost-fix-icu-build.patch \ %D%/packages/patches/byobu-writable-status.patch \ %D%/packages/patches/calibre-no-updates-dialog.patch \ |