summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-29 14:10:49 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-29 14:10:49 +0100
commit72684fb42fc2a5da68746098eb85fcc4935e9b3d (patch)
treeeabf0c6bcd4356e8f670412fd140d0ef619b0437 /pkgs/tools
parent4b48d05c58bb97c016c05f4014ac3c32f7f2d548 (diff)
downloadnixpkgs-72684fb42fc2a5da68746098eb85fcc4935e9b3d.tar
nixpkgs-72684fb42fc2a5da68746098eb85fcc4935e9b3d.tar.gz
nixpkgs-72684fb42fc2a5da68746098eb85fcc4935e9b3d.tar.bz2
nixpkgs-72684fb42fc2a5da68746098eb85fcc4935e9b3d.tar.lz
nixpkgs-72684fb42fc2a5da68746098eb85fcc4935e9b3d.tar.xz
nixpkgs-72684fb42fc2a5da68746098eb85fcc4935e9b3d.tar.zst
nixpkgs-72684fb42fc2a5da68746098eb85fcc4935e9b3d.zip
Remove support for the obsolete powerpc-darwin and i686-darwin platforms
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/typesetting/hevea/builder.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/tools/typesetting/hevea/builder.sh b/pkgs/tools/typesetting/hevea/builder.sh
index 7598da5d0a5..05c93fe7da7 100644
--- a/pkgs/tools/typesetting/hevea/builder.sh
+++ b/pkgs/tools/typesetting/hevea/builder.sh
@@ -10,10 +10,5 @@ cd hevea-*
 sed s+/usr/local+$out+ Makefile > Makefile.new
 mv Makefile.new Makefile
 
-if test "x$system" = "xpowerpc-darwin"; then
-  sed s/CPP=cpp\ -E\ -P/CPP=m4\ -E\ -E\ -P/ Makefile > Makefile.new
-  mv Makefile.new Makefile
-fi
-
 make
 make install