guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: vigra: Fix 'vigra-config' executable.


From: guix-commits
Subject: 02/05: gnu: vigra: Fix 'vigra-config' executable.
Date: Sat, 11 Jan 2020 13:01:37 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 691068f08d23464865162656f0a87223dda93c00
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Jan 11 14:36:01 2020 +0100

    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.
---
 gnu/packages/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 298bff3..06fe4cb 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]