mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public vigra
|
|||
("libpng" ,libpng)
|
||||
("libtiff" ,libtiff)
|
||||
("openexr" ,openexr)
|
||||
("python" ,python)
|
||||
("python" ,python-wrapper)
|
||||
("python-numpy" ,python-numpy)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue