Unverified Commit afb3d6b2 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

Merge pull request #309794 from stuebinm/gauche-bootstrap-dependency

gauche: remove dependency onto gaucheBootstrap
parents e967f2f9 fe06c43d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
  '';

  postPatch = ''
    substituteInPlace ext/package-templates/configure \
      --replace "#!/usr/bin/env gosh" "#!$out/bin/gosh"
    patchShebangs .
  '';