summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics/transfig
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-23 13:31:10 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-23 13:31:10 +0000
commit7689a348c4eb7ed55bfaa273fadbb036f7f0bde7 (patch)
tree8ebc0483e7a9f60f47c00f1cc09675cfcf2bc2f1 /pkgs/tools/graphics/transfig
parent0f10222e4ecee30837fe7631a37e343ccf82f49f (diff)
* Got rid of a lot of "postInstall=postInstall" and similar lines in
builders. These are redundant now. * Inlined some trivial builders. * Removed a few explicit setup-hook creations. This is done automatically now if setupHook is set. * Deleted the initscripts package. NixOS doesn't use it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
Diffstat (limited to 'pkgs/tools/graphics/transfig')
-rw-r--r--pkgs/tools/graphics/transfig/builder.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/transfig/builder.sh b/pkgs/tools/graphics/transfig/builder.sh
index d00aa90c61f0..f128c4ce3648 100644
--- a/pkgs/tools/graphics/transfig/builder.sh
+++ b/pkgs/tools/graphics/transfig/builder.sh
@@ -1,6 +1,5 @@
source $stdenv/setup
-patchPhase=patchPhase
patchPhase() {
for i in $patches; do
header "applying patch $i" 3
@@ -25,14 +24,12 @@ configureImakefiles() {
cp tmpsed transfig/Imakefile
}
-buildPhase=buildPhase
buildPhase() {
xmkmf
make Makefiles
make
}
-preInstall=preInstall
preInstall() {
ensureDir $out
ensureDir $out/lib