gnu: vigra: Fix 'vigra-config' executable.

This fixes a regression introduced in a82e6faa8b
where 'vigra-config' would lack a usable shebang because no 'python'
executable was available.

* gnu/packages/image.scm (vigra)[inputs]: Change from PYTHON to
PYTHON-WRAPPER.
This commit is contained in:
Marius Bakke 2020-01-11 14:36:01 +01:00
parent 9d3b6a5d65
commit 691068f08d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1023,7 +1023,7 @@ (define-public vigra
("libpng" ,libpng)
("libtiff" ,libtiff)
("openexr" ,openexr)
("python" ,python)
("python" ,python-wrapper)
("python-numpy" ,python-numpy)
("zlib" ,zlib)))
(native-inputs