python2-pythondialog: fix --replace on substituteInPlace

This commit is contained in:
Herwig Hochleitner
2017-08-04 03:31:33 +02:00
committed by Robin Gloster
parent 7fa034de56
commit a37dd362b6
+1 -1
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; {