gnu: blender: Fix build with Python 3.8.
authorMarius Bakke <mbakke@fastmail.com>
Thu, 12 Mar 2020 23:19:24 +0000 (00:19 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Thu, 12 Mar 2020 23:19:24 +0000 (00:19 +0100)
* gnu/packages/graphics.scm (blender)[arguments]: Remove 'm' suffix from
python directories.

gnu/packages/graphics.scm

index 7e36854..fcd5b0c 100644 (file)
                "-DWITH_MOD_OCEANSIM=ON"
                "-DWITH_OPENSUBDIV=ON"
                "-DWITH_PYTHON_INSTALL=OFF"
-               (string-append "-DPYTHON_LIBRARY=python" ,python-version "m")
+               (string-append "-DPYTHON_LIBRARY=python" ,python-version)
                (string-append "-DPYTHON_LIBPATH=" (assoc-ref %build-inputs "python")
                               "/lib")
                (string-append "-DPYTHON_INCLUDE_DIR=" (assoc-ref %build-inputs "python")
-                              "/include/python" ,python-version "m")
+                              "/include/python" ,python-version)
                (string-append "-DPYTHON_VERSION=" ,python-version)
                (string-append "-DPYTHON_NUMPY_PATH="
                               (assoc-ref %build-inputs "python-numpy")