mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
bash: make tests run, but dependency cycle
This commit is contained in:
parent
0b67d69c13
commit
ef2f89b2b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user