sabnzbd: fixup
Forgot to remove the colon when changing from --prefix to --set.
This commit is contained in:
parent
ba69aa80aa
commit
f3d7afa86d
@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
|
||||
mkdir $out/bin
|
||||
echo "${pythonEnv}/bin/python $out/SABnzbd.py \$*" > $out/bin/sabnzbd
|
||||
chmod +x $out/bin/sabnzbd
|
||||
wrapProgram $out/bin/sabnzbd --set PATH : ${path}
|
||||
wrapProgram $out/bin/sabnzbd --set PATH ${path}
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user