diff options
Diffstat (limited to 'gnu/packages/bash.scm')
| -rw-r--r-- | gnu/packages/bash.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm index bf51403f1ae..aa3f397a529 100644 --- a/gnu/packages/bash.scm +++ b/gnu/packages/bash.scm | |||
| @@ -82,9 +82,7 @@ | |||
| 82 | 82 | ||
| 83 | #:phases (alist-cons-after 'install 'post-install | 83 | #:phases (alist-cons-after 'install 'post-install |
| 84 | ,post-install-phase | 84 | ,post-install-phase |
| 85 | ,(if (%current-target-system) | 85 | %standard-phases))) |
| 86 | '%standard-cross-phases | ||
| 87 | '%standard-phases)))) | ||
| 88 | (synopsis "The GNU Bourne-Again SHell") | 86 | (synopsis "The GNU Bourne-Again SHell") |
| 89 | (description | 87 | (description |
| 90 | "Bash is the shell, or command language interpreter, that will appear in | 88 | "Bash is the shell, or command language interpreter, that will appear in |
| @@ -106,10 +104,7 @@ modification.") | |||
| 106 | (let ((args `(#:modules ((guix build gnu-build-system) | 104 | (let ((args `(#:modules ((guix build gnu-build-system) |
| 107 | (guix build utils) | 105 | (guix build utils) |
| 108 | (srfi srfi-1) | 106 | (srfi srfi-1) |
| 109 | (srfi srfi-26) | 107 | (srfi srfi-26)) |
| 110 | ,@(if (%current-target-system) | ||
| 111 | '((guix build gnu-cross-build)) | ||
| 112 | '())) | ||
| 113 | ,@(package-arguments bash)))) | 108 | ,@(package-arguments bash)))) |
| 114 | (substitute-keyword-arguments args | 109 | (substitute-keyword-arguments args |
| 115 | ((#:configure-flags flags) | 110 | ((#:configure-flags flags) |
