summary refs log tree commit diff
path: root/gnu/packages/swig.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/swig.scm')
-rw-r--r--gnu/packages/swig.scm10
1 files changed, 8 insertions, 2 deletions
diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm
index 3ae8893eb6..ce91df5eda 100644
--- a/gnu/packages/swig.scm
+++ b/gnu/packages/swig.scm
@@ -45,8 +45,14 @@
 
               ;; Provide these to run the corresponding tests.
               ("guile" ,guile-2.0)
-              ("perl" ,perl)
-              ("python" ,python-wrapper)))
+              ("perl" ,perl)))
+              ;; FIXME: reactivate input python as soon as the test failures
+              ;;   fatal error: Python.h: No such file or directory 
+              ;;   # include <Python.h>
+              ;; are fixed.
+              ;; The python part probably never worked and does not seem to
+              ;; be needed for currently dependent packages.
+;;               ("python" ,python-wrapper)))
     (home-page "http://swig.org/")
     (synopsis
      "Interface compiler that connects C/C++ code to higher-level languages")