summary refs log tree commit diff
path: root/pkgs/applications/taxes/aangifte-2008/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/taxes/aangifte-2008/builder.sh')
-rw-r--r--pkgs/applications/taxes/aangifte-2008/builder.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/taxes/aangifte-2008/builder.sh b/pkgs/applications/taxes/aangifte-2008/builder.sh
index e2d2658024a..e89ba5ae36f 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