sabnzbd: fixup

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

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