mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: python-cffi: Remove input labels.
* gnu/packages/libffi.scm (python-cffi)[arguments]: Use SEARCH-INPUT-FILE instead of labels.
This commit is contained in:
parent
71289da723
commit
5a4406a93d
1 changed files with 2 additions and 3 deletions
|
@ -117,9 +117,8 @@ conversions for values passed between the two languages.")
|
||||||
;; using find_library or the like with their name fail when the
|
;; using find_library or the like with their name fail when the
|
||||||
;; resolved .so object is a linker script rather than an ELF
|
;; resolved .so object is a linker script rather than an ELF
|
||||||
;; binary (this is a limitation of the ctype library of Python).
|
;; binary (this is a limitation of the ctype library of Python).
|
||||||
(let* ((glibc (assoc-ref inputs "libc"))
|
(let ((libm (search-input-file inputs "lib/libm.so.6"))
|
||||||
(libm (string-append glibc "/lib/libm.so.6"))
|
(libc (search-input-file inputs "lib/libc.so.6")))
|
||||||
(libc (string-append glibc "/lib/libc.so.6")))
|
|
||||||
(substitute* '("testing/cffi0/test_function.py"
|
(substitute* '("testing/cffi0/test_function.py"
|
||||||
"testing/cffi0/test_parsing.py"
|
"testing/cffi0/test_parsing.py"
|
||||||
"testing/cffi0/test_unicode_literals.py"
|
"testing/cffi0/test_unicode_literals.py"
|
||||||
|
|
Loading…
Add table
Reference in a new issue