From ecf1ded46649619ec178e9550d4f35a6cdaadff1 Mon Sep 17 00:00:00 2001 From: volth Date: Wed, 21 Nov 2018 07:58:32 +0000 Subject: bash: fix typo in configureFlags --- pkgs/shells/bash/4.4.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/shells/bash') diff --git a/pkgs/shells/bash/4.4.nix b/pkgs/shells/bash/4.4.nix index 313a2710b287..6f970e1b7ade 100644 --- a/pkgs/shells/bash/4.4.nix +++ b/pkgs/shells/bash/4.4.nix @@ -58,7 +58,8 @@ stdenv.mkDerivation rec { "bash_cv_sys_named_pipes=nomissing" "bash_cv_getcwd_malloc=yes" ] ++ optionals stdenv.hostPlatform.isCygwin [ - "--without-libintl-prefix --without-libiconv-prefix" + "--without-libintl-prefix" + "--without-libiconv-prefix" "--with-installed-readline" "bash_cv_dev_stdin=present" "bash_cv_dev_fd=standard" -- cgit 1.4.1