gildas: patch perl interpreter path

This commit is contained in:
Sebastien Maret 2018-07-09 19:23:22 +02:00
parent 9092083e9e
commit 170426510e

View File

@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
configurePhase=''
substituteInPlace admin/wrapper.sh --replace '%%OUT%%' $out
substituteInPlace admin/wrapper.sh --replace '%%PYTHONHOME%%' ${python27Env}
substituteInPlace utilities/main/gag-makedepend.pl --replace '/usr/bin/perl' ${perl}/bin/perl
source admin/gildas-env.sh -c gfortran -o openmp
echo "gag_doc: $out/share/doc/" >> kernel/etc/gag.dico.lcl
'';