summary refs log tree commit diff
path: root/pkgs/applications/misc/ranger/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/ranger/default.nix')
-rw-r--r--pkgs/applications/misc/ranger/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/ranger/default.nix b/pkgs/applications/misc/ranger/default.nix
index e3a3a5e80d6..33b8c33033e 100644
--- a/pkgs/applications/misc/ranger/default.nix
+++ b/pkgs/applications/misc/ranger/default.nix
@@ -43,7 +43,7 @@ python3Packages.buildPythonApplication rec {
 
     # give image previews out of the box when building with w3m
     substituteInPlace ranger/config/rc.conf \
-      --replace "set preview_images false" "set preview_images true" \
+      --replace "set preview_images false" "set preview_images true"
   '';
 
   meta =  with stdenv.lib; {