gnu: bash-minimal: Remove 'move-development-files' phase.
* gnu/packages/bash.scm (bash-minimal)[arguments]: Delete 'move-development-files' phase. (static-bash)[arguments]: Remove deletion of 'move-development-files' phase.
This commit is contained in:
parent
5bde29685b
commit
e543c8a2c6
@ -204,7 +204,11 @@ without modification.")
|
|||||||
|
|
||||||
,@(if (%current-target-system)
|
,@(if (%current-target-system)
|
||||||
'("bash_cv_job_control_missing=no")
|
'("bash_cv_job_control_missing=no")
|
||||||
'()))))))))
|
'())))
|
||||||
|
((#:phases phases)
|
||||||
|
`(modify-phases ,phases
|
||||||
|
;; No loadable modules.
|
||||||
|
(delete 'move-development-files))))))))
|
||||||
|
|
||||||
(define-public static-bash
|
(define-public static-bash
|
||||||
;; Statically-linked Bash that contains nothing but the 'bash' binary and
|
;; Statically-linked Bash that contains nothing but the 'bash' binary and
|
||||||
@ -229,10 +233,7 @@ without modification.")
|
|||||||
(remove-store-references (string-append bin "/bash"))
|
(remove-store-references (string-append bin "/bash"))
|
||||||
(delete-file (string-append bin "/bashbug"))
|
(delete-file (string-append bin "/bashbug"))
|
||||||
(delete-file-recursively (string-append out "/share"))
|
(delete-file-recursively (string-append out "/share"))
|
||||||
#t)))
|
#t))))))))))
|
||||||
|
|
||||||
;; No loadable modules.
|
|
||||||
(delete 'move-development-files))))))))
|
|
||||||
|
|
||||||
(define-public bash-completion
|
(define-public bash-completion
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user