summary refs log tree commit diff
path: root/pkgs/development/python-modules/pysqlite/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pysqlite/builder.sh')
-rw-r--r--pkgs/development/python-modules/pysqlite/builder.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pysqlite/builder.sh b/pkgs/development/python-modules/pysqlite/builder.sh
index e1ca0e4a8fc..04027c22971 100644
--- a/pkgs/development/python-modules/pysqlite/builder.sh
+++ b/pkgs/development/python-modules/pysqlite/builder.sh
@@ -6,16 +6,13 @@ configurePhase() {
 		--replace "/usr/local/lib" "$sqlite/lib"
 	cp setup.cfg /tmp
 }
-configurePhase=configurePhase
 
 buildPhase() {
 	$python/bin/python setup.py build
 }
-buildPhase=buildPhase
 
 installPhase() {
 	$python/bin/python setup.py install --prefix=$out
 }
-installPhase=installPhase
 
 genericBuild