miro: keep quotes
This commit is contained in:
parent
b1ffb9ede4
commit
dfa8ac64ad
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ buildPythonPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv $out/bin/miro.real $out/bin/miro
|
mv "$out/bin/miro.real" "$out/bin/miro"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue