* gnu/packages/python-xyz.scm (python-slixmpp): Update to 1.8.1.
[arguments]: Remove trailing boolean, use new style, and use
[native-inputs]: Use new style.
Here is the second version of this patch.
I think this adds what you suggested in the code review.
gnu/packages/python-xyz.scm | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
Toggle diff (48 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 219a0d9213..1654fc2894 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -688,7 +688,7 @@ (define-public python-mkdocs-material
(define-public python-slixmpp
@@ -700,21 +700,20 @@ (define-public python-slixmpp
(git-file-name name version))
- (base32 "15mqxcws14bjvh5jcfwl86zsvrymkdw3ya07vb44md7vfnsnclwx"))))
+ (base32 "0723m7pbyf4xnsy381drni3kr8wm60637gn6d7fbf4i5m04jy9iy"))))
(build-system python-build-system)
- (modify-phases %standard-phases
- (add-after 'unpack 'patch
- (substitute* "setup.py"
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch
+ (substitute* "setup.py"
+ (((string-append "'CC', " #$(cc-for-target)))
+ ((string-append "'CC', " #$(cc-for-target))))))))))
- `(("cython" ,python-cython)
- ("pkg-config" ,pkg-config)))
(list python-aiodns python-aiohttp python-pyasn1