python2-pythondialog: fix --replace on substituteInPlace

This commit is contained in:
Herwig Hochleitner
2017-08-03 02:31:38 +02:00
committed by Robin Gloster
parent 7fa034de56
commit a37dd362b6

View File

@@ -10200,7 +10200,7 @@ in {
};
patchPhase = ''
substituteInPlace dialog.py ":/bin:/usr/bin" ":$out/bin"
substituteInPlace dialog.py --replace ":/bin:/usr/bin" ":$out/bin"
'';
meta = with stdenv.lib; {