Commit b814e3d9 authored by aleksana's avatar aleksana Committed by Alyssa Ross
Browse files

stdenv-bootstrap-tools: use bashNonInteractive

Currently bash is bashInteractive, and it depends on readline. We don't
copy readline so bash from bootstrap-tools is broken.
parent 81df2570
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  bash,
  bashNonInteractive,
  binutils,
  bootBinutils,
  bootGCC,
@@ -111,7 +111,7 @@ stdenv.mkDerivation (finalAttrs: {
      cp -d ${coreutilsMinimal.out}/bin/* $out/bin
      (cd $out/bin && rm vdir dir sha*sum pinky factor pathchk runcon shuf who whoami shred users)

      cp ${bash.out}/bin/bash $out/bin
      cp ${bashNonInteractive.out}/bin/bash $out/bin
      cp ${findutils.out}/bin/find $out/bin
      cp ${findutils.out}/bin/xargs $out/bin
      cp -d ${diffutils.out}/bin/* $out/bin