mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: bash: Fix package indentation.
* gnu/packages/bash.scm (bash): Fix indentation. Change-Id: I5d370ec90dcfcb7d78611809ef42da0f642212f5
This commit is contained in:
parent
10cb04d8ac
commit
a897159a7c
1 changed files with 102 additions and 102 deletions
|
@ -158,7 +158,7 @@ number/base32-hash tuples, directly usable in the 'patch-series' form."
|
||||||
'()))
|
'()))
|
||||||
(inputs (list readline ncurses)) ;TODO: add texinfo
|
(inputs (list readline ncurses)) ;TODO: add texinfo
|
||||||
(arguments
|
(arguments
|
||||||
`(;; When cross-compiling, `configure' incorrectly guesses that job
|
`( ;; When cross-compiling, `configure' incorrectly guesses that job
|
||||||
;; control is missing.
|
;; control is missing.
|
||||||
#:configure-flags ,(if (%current-target-system)
|
#:configure-flags ,(if (%current-target-system)
|
||||||
`(cons* "bash_cv_job_control_missing=no"
|
`(cons* "bash_cv_job_control_missing=no"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue