gnu: vigra: Fix 'vigra-config' executable.
This fixes a regression introduced in a82e6faa8b993d1f3b47a8bd22c4509f7cae7ec1 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:
parent
9d3b6a5d65
commit
691068f08d
@ -1023,7 +1023,7 @@ graphics image formats like PNG, BMP, JPEG, TIFF and others.")
|
||||
("libpng" ,libpng)
|
||||
("libtiff" ,libtiff)
|
||||
("openexr" ,openexr)
|
||||
("python" ,python)
|
||||
("python" ,python-wrapper)
|
||||
("python-numpy" ,python-numpy)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
|
Loading…
x
Reference in New Issue
Block a user