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:
parent
9d3b6a5d65
commit
691068f08d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue