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

gauche: remove dependency onto gaucheBootstrap
This commit is contained in:
Leona Maroni
2024-05-23 15:27:40 +02:00
committed by GitHub
@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
'';
postPatch = ''
substituteInPlace ext/package-templates/configure \
--replace "#!/usr/bin/env gosh" "#!$out/bin/gosh"
patchShebangs .
'';