Copy ppc* independently of architecture

svn path=/nixpkgs/trunk/; revision=19461
This commit is contained in:
Michael Raskin
2010-01-15 10:05:29 +00:00
parent 62c0c25b2a
commit 164bb7e1d7
2 changed files with 4 additions and 7 deletions
@@ -20,10 +20,6 @@ stdenv.mkDerivation rec {
sed -e "s@'/lib/ld-linux[^']*'@'''@" -i fpcsrc/compiler/systems/t_linux.pas
'' else "";
preBuild = ''
fpcmake
'';
makeFlags = "NOGDB=1";
installFlags = "INSTALL_PREFIX=\${out}";