mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mulpyplexer: Add missing inputs.
* gnu/packages/python-xyz.scm (python-mulpyplexer)[arguments]: Reformat. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: If55056c94f7693328a51c361909fa52b093126e9
This commit is contained in:
parent
3bd64535d6
commit
a59266cfb9
1 changed files with 8 additions and 5 deletions
|
@ -36030,11 +36030,14 @@ common library subroutines in disassembled binaries.")
|
|||
(base32 "0c5xzci1djy1yi9hxxh8g67l6ms8r7ad7ja20pv8hfbdysdrwkhl"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "python" "mulpyplexer.py")))))))
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "python" "mulpyplexer.py")))))))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/zardus/mulpyplexer/")
|
||||
(synopsis "Multiplexes interactions with lists of Python objects")
|
||||
(description "This module provides utilities for multiplexing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue