diff options
author | Marius Bakke <[email protected]> | 2022-08-11 23:36:10 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2022-08-11 23:36:10 +0200 |
commit | 77eb3008e350c069e0ae8df6a91bf0ebdcfc2ac0 (patch) | |
tree | b899e65aa79099be3f4b27dfcd565bb143681211 /gnu/packages/code.scm | |
parent | f7e8be231806a904e6817e8ab3404b32f2511db2 (diff) | |
parent | b50eaa67642ebc25e9c896f2e700c08610e0a5da (diff) |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/code.scm')
-rw-r--r-- | gnu/packages/code.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 64040270eb..96736aac84 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -914,8 +914,7 @@ extensions over the standard utility.") (("test_command \"cc -Wall -Wextra -o source.out source.c\"" all) "test_command \"gcc -Wall -Wextra -o source.out source.c\""))))) (build-system gnu-build-system) - (inputs - `(("python" ,python-wrapper))) + (inputs (list python-wrapper)) (arguments `(#:phases (modify-phases %standard-phases @@ -1067,7 +1066,7 @@ Using cscope, you can easily search for where symbols are used and defined.") "Xenon is a monitoring tool based on Radon. It monitors code complexity. Ideally, @code{xenon} is run every time code is committed. Through command line options, various thresholds can be set for the complexity of code. It -will fail (i.e. it will exit with a non-zero exit code) when any of these +will fail (i.e., it will exit with a non-zero exit code) when any of these requirements is not met.") (license license:expat))) |