sabnzbd: fixup

Forgot to remove the colon when changing from --prefix to --set.

+1 -1
+1 -1
pkgs/servers/sabnzbd/default.nix
··· 20 mkdir $out/bin 21 echo "${pythonEnv}/bin/python $out/SABnzbd.py \$*" > $out/bin/sabnzbd 22 chmod +x $out/bin/sabnzbd 23 - wrapProgram $out/bin/sabnzbd --set PATH : ${path} 24 ''; 25 26 meta = with stdenv.lib; {
··· 20 mkdir $out/bin 21 echo "${pythonEnv}/bin/python $out/SABnzbd.py \$*" > $out/bin/sabnzbd 22 chmod +x $out/bin/sabnzbd 23 + wrapProgram $out/bin/sabnzbd --set PATH ${path} 24 ''; 25 26 meta = with stdenv.lib; {