mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-debug: Use G-Expressions.
* gnu/packages/python.scm (python-debug): Use G-Expressions, fix build. Change-Id: I940ec4fddcea03a258659ca044b0dad4948c4ed5
This commit is contained in:
parent
907ae7b07d
commit
09ebf09185
1 changed files with 4 additions and 4 deletions
|
@ -1487,10 +1487,10 @@ data types.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments python)
|
(substitute-keyword-arguments (package-arguments python)
|
||||||
((#:configure-flags flags '())
|
((#:configure-flags configure-flags)
|
||||||
`(cons "--with-pydebug" ,flags))))
|
#~(append #$configure-flags
|
||||||
(synopsis
|
(list "--with-pydebug")))))
|
||||||
"Python with the debug hooks enabled")
|
(synopsis "Python with the debug hooks enabled")
|
||||||
(description
|
(description
|
||||||
"This variant of Python provides an interpreter built with
|
"This variant of Python provides an interpreter built with
|
||||||
@code{--with-pydebug} to help develop and debug extensions. See
|
@code{--with-pydebug} to help develop and debug extensions. See
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue