Commit 054927c2 authored by Andreas Stührk's avatar Andreas Stührk
Browse files

po4a: Use absolute path to perl

Fixes an issue under Darwin where perl cannot be found
parent ef036bfb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ buildPerlPackage rec {
    ./Build install
    for f in $out/bin/*; do
      substituteInPlace $f --replace "#! /usr/bin/env perl" "#!${perl}/bin/perl"
      substituteInPlace $f --replace "exec perl" "exec ${perl}/bin/perl"
    done
  '';
  meta = {