[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/25: gnu: python-cffi: Remove input labels.
From: |
guix-commits |
Subject: |
21/25: gnu: python-cffi: Remove input labels. |
Date: |
Sat, 16 Jul 2022 18:08:30 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 5a4406a93d1ce69cfc1d9cada44bafb3d510f23f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 14 03:00:58 2022 +0200
gnu: python-cffi: Remove input labels.
* gnu/packages/libffi.scm (python-cffi)[arguments]: Use SEARCH-INPUT-FILE
instead of labels.
---
gnu/packages/libffi.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index 76d699f071..52c70a53ff 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -117,9 +117,8 @@ conversions for values passed between the two languages.")
;; using find_library or the like with their name fail when the
;; resolved .so object is a linker script rather than an ELF
;; binary (this is a limitation of the ctype library of Python).
- (let* ((glibc (assoc-ref inputs "libc"))
- (libm (string-append glibc "/lib/libm.so.6"))
- (libc (string-append glibc "/lib/libc.so.6")))
+ (let ((libm (search-input-file inputs "lib/libm.so.6"))
+ (libc (search-input-file inputs "lib/libc.so.6")))
(substitute* '("testing/cffi0/test_function.py"
"testing/cffi0/test_parsing.py"
"testing/cffi0/test_unicode_literals.py"
- 07/25: gnu: lcms: Update to 2.13.1., (continued)
- 07/25: gnu: lcms: Update to 2.13.1., guix-commits, 2022/07/16
- 04/25: gnu: ghostscript: Remove input labels., guix-commits, 2022/07/16
- 10/25: gnu: OpenLDAP: Update to 2.6.2., guix-commits, 2022/07/16
- 08/25: gnu: lcms: Remove input labels., guix-commits, 2022/07/16
- 11/25: gnu: node: Build with nghttp2@1.44.0., guix-commits, 2022/07/16
- 13/25: gnu: rest: Remove input labels., guix-commits, 2022/07/16
- 16/25: gnu: glib: Update to 2.72.3., guix-commits, 2022/07/16
- 18/25: gnu: python-pygobject: Add 'upstream-name' property., guix-commits, 2022/07/16
- 19/25: gnu: python-pygobject: Update to 3.42.1., guix-commits, 2022/07/16
- 20/25: gnu: python-pycairo: Add 'upstream-name' property., guix-commits, 2022/07/16
- 21/25: gnu: python-cffi: Remove input labels.,
guix-commits <=
- 22/25: gnu: python-pycairo: Update to 1.21.0., guix-commits, 2022/07/16
- 23/25: gnu: mozjs: Build with ICU 69., guix-commits, 2022/07/16
- 02/25: gnu: psutils: Update to 2.09., guix-commits, 2022/07/16
- 24/25: gnu: pangomm@2.46: Update to 2.46.2., guix-commits, 2022/07/16