gildas: patch perl interpreter path
This commit is contained in:
parent
9092083e9e
commit
170426510e
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
configurePhase=''
|
configurePhase=''
|
||||||
substituteInPlace admin/wrapper.sh --replace '%%OUT%%' $out
|
substituteInPlace admin/wrapper.sh --replace '%%OUT%%' $out
|
||||||
substituteInPlace admin/wrapper.sh --replace '%%PYTHONHOME%%' ${python27Env}
|
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
|
source admin/gildas-env.sh -c gfortran -o openmp
|
||||||
echo "gag_doc: $out/share/doc/" >> kernel/etc/gag.dico.lcl
|
echo "gag_doc: $out/share/doc/" >> kernel/etc/gag.dico.lcl
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user