From 7689a348c4eb7ed55bfaa273fadbb036f7f0bde7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 23 Apr 2009 13:31:10 +0000 Subject: * 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 --- pkgs/tools/admin/tightvnc/builder.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/tools/admin/tightvnc') diff --git a/pkgs/tools/admin/tightvnc/builder.sh b/pkgs/tools/admin/tightvnc/builder.sh index 3474d3eeb0de..95a1a6da9b59 100644 --- a/pkgs/tools/admin/tightvnc/builder.sh +++ b/pkgs/tools/admin/tightvnc/builder.sh @@ -1,6 +1,5 @@ source $stdenv/setup -buildPhase=buildPhase buildPhase() { xmkmf make World @@ -18,7 +17,6 @@ buildPhase() { cd .. } -installPhase=installPhase installPhase() { ensureDir $out/bin ensureDir $out/man/man1 -- cgit 1.4.1