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
commit afb3d6b219
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
'';
postPatch = ''
substituteInPlace ext/package-templates/configure \
--replace "#!/usr/bin/env gosh" "#!$out/bin/gosh"
patchShebangs .
'';