megapixels: fix wrapper arguments escaping
This commit is contained in:
parent
8fe47199cc
commit
545a1eddcd
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
preFixup = optionalString (tiffSupport || jpgSupport) ''
|
||||
gappsWrapperArgs+=(
|
||||
--prefix PATH : ${runtimePath}
|
||||
--prefix PATH : ${lib.escapeShellArg runtimePath}
|
||||
)
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue