gnu: swig: Disable input python.
* gnu/packages/swig.scm (swig): Disable input python. Before, it was not taken into account during configure; now that it is found, it fails its tests. None of the dependent packages need it.master
parent
4f38d922fe
commit
6f7f24092f
|
@ -45,8 +45,14 @@
|
||||||
|
|
||||||
;; Provide these to run the corresponding tests.
|
;; Provide these to run the corresponding tests.
|
||||||
("guile" ,guile-2.0)
|
("guile" ,guile-2.0)
|
||||||
("perl" ,perl)
|
("perl" ,perl)))
|
||||||
("python" ,python-wrapper)))
|
;; 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/")
|
(home-page "http://swig.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Interface compiler that connects C/C++ code to higher-level languages")
|
"Interface compiler that connects C/C++ code to higher-level languages")
|
||||||
|
|
Reference in New Issue