megapixels: fix wrapper arguments escaping

main
Naïm Favier 2 years ago
parent 8fe47199cc
commit 545a1eddcd
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2
  1. 2
      pkgs/applications/graphics/megapixels/default.nix

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
preFixup = optionalString (tiffSupport || jpgSupport) '' preFixup = optionalString (tiffSupport || jpgSupport) ''
gappsWrapperArgs+=( gappsWrapperArgs+=(
--prefix PATH : ${runtimePath} --prefix PATH : ${lib.escapeShellArg runtimePath}
) )
''; '';

Loading…
Cancel
Save