summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/taxes
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/applications/taxes
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/applications/taxes')
-rw-r--r--pkgs/applications/taxes/aangifte-2005/builder.sh4
-rw-r--r--pkgs/applications/taxes/aangifte-2006/builder.sh4
-rw-r--r--pkgs/applications/taxes/aangifte-2007/builder.sh4
-rw-r--r--pkgs/applications/taxes/aangifte-2008/builder.sh4
4 files changed, 4 insertions, 12 deletions
diff --git a/pkgs/applications/taxes/aangifte-2005/builder.sh b/pkgs/applications/taxes/aangifte-2005/builder.sh
index 8e01f6b8b3e0..e6b2bb8787ec 100644
--- a/pkgs/applications/taxes/aangifte-2005/builder.sh
+++ b/pkgs/applications/taxes/aangifte-2005/builder.sh
@@ -1,6 +1,5 @@
source $stdenv/setup
-buildPhase=buildPhase
buildPhase() {
for i in bin/*; do
patchelf \
@@ -10,10 +9,9 @@ buildPhase() {
done
}
-installPhase=installPhase
installPhase() {
ensureDir $out
cp -prvd * $out/
}
-genericBuild \ No newline at end of file
+genericBuild
diff --git a/pkgs/applications/taxes/aangifte-2006/builder.sh b/pkgs/applications/taxes/aangifte-2006/builder.sh
index 8e01f6b8b3e0..e6b2bb8787ec 100644
--- a/pkgs/applications/taxes/aangifte-2006/builder.sh
+++ b/pkgs/applications/taxes/aangifte-2006/builder.sh
@@ -1,6 +1,5 @@
source $stdenv/setup
-buildPhase=buildPhase
buildPhase() {
for i in bin/*; do
patchelf \
@@ -10,10 +9,9 @@ buildPhase() {
done
}
-installPhase=installPhase
installPhase() {
ensureDir $out
cp -prvd * $out/
}
-genericBuild \ No newline at end of file
+genericBuild
diff --git a/pkgs/applications/taxes/aangifte-2007/builder.sh b/pkgs/applications/taxes/aangifte-2007/builder.sh
index e2d2658024a4..e89ba5ae36ff 100644
--- a/pkgs/applications/taxes/aangifte-2007/builder.sh
+++ b/pkgs/applications/taxes/aangifte-2007/builder.sh
@@ -2,7 +2,6 @@ source $stdenv/setup
echo $NIX_GCC
-buildPhase=buildPhase
buildPhase() {
for i in bin/*; do
patchelf \
@@ -12,10 +11,9 @@ buildPhase() {
done
}
-installPhase=installPhase
installPhase() {
ensureDir $out
cp -prvd * $out/
}
-genericBuild \ No newline at end of file
+genericBuild
diff --git a/pkgs/applications/taxes/aangifte-2008/builder.sh b/pkgs/applications/taxes/aangifte-2008/builder.sh
index e2d2658024a4..e89ba5ae36ff 100644
--- a/pkgs/applications/taxes/aangifte-2008/builder.sh
+++ b/pkgs/applications/taxes/aangifte-2008/builder.sh
@@ -2,7 +2,6 @@ source $stdenv/setup
echo $NIX_GCC
-buildPhase=buildPhase
buildPhase() {
for i in bin/*; do
patchelf \
@@ -12,10 +11,9 @@ buildPhase() {
done
}
-installPhase=installPhase
installPhase() {
ensureDir $out
cp -prvd * $out/
}
-genericBuild \ No newline at end of file
+genericBuild