summary refs log tree commit diff
path: root/pkgs/servers/sabnzbd/builder.sh
diff options
context:
space:
mode:
authorShaun Sharples <shaun.sharples@gmail.com>2014-06-07 14:58:41 +0200
committerShaun Sharples <shaun.sharples@gmail.com>2014-06-07 14:58:41 +0200
commit0b62bef7f1174afd1f21aff2643a8c6b9fe0b4c4 (patch)
tree5dae08123a6092a1ebb4c8f2822215008c852b89 /pkgs/servers/sabnzbd/builder.sh
parent4dd5496bd427f29cffc295ad00ba47476cba303c (diff)
downloadnixlib-0b62bef7f1174afd1f21aff2643a8c6b9fe0b4c4.tar
nixlib-0b62bef7f1174afd1f21aff2643a8c6b9fe0b4c4.tar.gz
nixlib-0b62bef7f1174afd1f21aff2643a8c6b9fe0b4c4.tar.bz2
nixlib-0b62bef7f1174afd1f21aff2643a8c6b9fe0b4c4.tar.lz
nixlib-0b62bef7f1174afd1f21aff2643a8c6b9fe0b4c4.tar.xz
nixlib-0b62bef7f1174afd1f21aff2643a8c6b9fe0b4c4.tar.zst
nixlib-0b62bef7f1174afd1f21aff2643a8c6b9fe0b4c4.zip
sabnzbd: fixed typo in url and updated to 0.7.17
Diffstat (limited to 'pkgs/servers/sabnzbd/builder.sh')
-rw-r--r--pkgs/servers/sabnzbd/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/sabnzbd/builder.sh b/pkgs/servers/sabnzbd/builder.sh
index c263500cde45..c0408f89009d 100644
--- a/pkgs/servers/sabnzbd/builder.sh
+++ b/pkgs/servers/sabnzbd/builder.sh
@@ -9,7 +9,7 @@ echo "$python/bin/python $out/SABnzbd.py \$*" > $out/bin/sabnzbd
 chmod +x $out/bin/sabnzbd
 
 for i in $(cd $out/bin && ls); do
-  wrapProgram $out/bin/$i --prefix PYTHONPATH : "$(toPythonPath $python):$(toPythonPath $out):$(toPythonPath $cheetahTemplate)" \
+	wrapProgram $out/bin/$i --prefix PYTHONPATH : "$(toPythonPath $python):$(toPythonPath $out):$(toPythonPath $cheetahTemplate):$(toPythonPath $sqlite3)" \
   			  --prefix PATH : "$par2cmdline/bin:$unzip/bin:$unrar/bin"
 done