* Use a pure Perl on all Linux platforms.

svn path=/nixpkgs/trunk/; revision=7761
This commit is contained in:
Eelco Dolstra 2007-01-23 09:55:25 +00:00
parent 44a1817bef
commit 603d051a39

View file

@ -876,7 +876,7 @@ rec {
inherit fetchurl stdenv readline ncurses g77 perl flex;
};
perl = if stdenv.system != "i686-linux" then sysPerl else realPerl;
perl = if !stdenv.isLinux then sysPerl else realPerl;
# FIXME: unixODBC needs patching on Darwin (see darwinports)
php = import ../development/interpreters/php {