treewide: random cleanups

This commit is contained in:
Jan Malakhovski
2018-08-10 12:56:31 +00:00
parent 365e288a28
commit b135329dc5
6 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -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; {