summary refs log tree commit diff
path: root/pkgs/shells/bash
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-08-10 00:28:25 +0000
committerJan Malakhovski <oxij@oxij.org>2018-08-11 09:35:34 +0000
commitef2f89b2b92b501899f219d235f689f7a11c1f20 (patch)
treebe5a32c23ce887e9a44b40a3891517e3e6aea685 /pkgs/shells/bash
parent0b67d69c1310bba545ed1f520461805862c11b25 (diff)
downloadnixpkgs-ef2f89b2b92b501899f219d235f689f7a11c1f20.tar
nixpkgs-ef2f89b2b92b501899f219d235f689f7a11c1f20.tar.gz
nixpkgs-ef2f89b2b92b501899f219d235f689f7a11c1f20.tar.bz2
nixpkgs-ef2f89b2b92b501899f219d235f689f7a11c1f20.tar.lz
nixpkgs-ef2f89b2b92b501899f219d235f689f7a11c1f20.tar.xz
nixpkgs-ef2f89b2b92b501899f219d235f689f7a11c1f20.tar.zst
nixpkgs-ef2f89b2b92b501899f219d235f689f7a11c1f20.zip
bash: make tests run, but dependency cycle
Diffstat (limited to 'pkgs/shells/bash')
-rw-r--r--pkgs/shells/bash/4.4.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/shells/bash/4.4.nix b/pkgs/shells/bash/4.4.nix
index ab89dc28828..de8efd5af27 100644
--- a/pkgs/shells/bash/4.4.nix
+++ b/pkgs/shells/bash/4.4.nix
@@ -1,5 +1,5 @@
 { stdenv, buildPackages
-, fetchurl, binutils ? null, bison, autoconf
+, fetchurl, binutils ? null, bison, autoconf, utillinux
 , buildPlatform, hostPlatform
 
 # patch for cygwin requires readline support
@@ -87,6 +87,9 @@ stdenv.mkDerivation rec {
     "SHOBJ_LIBS=-lbash"
   ];
 
+  checkInputs = [ utillinux ];
+  doCheck = false; # dependency cycle, needs to be interactive
+
   postInstall = ''
     ln -s bash "$out/bin/sh"
     rm -f $out/lib/bash/Makefile.inc