1
Fork 0
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:
Maxim Cournoyer 2025-05-06 16:34:45 +09:00
parent 10cb04d8ac
commit a897159a7c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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"