fix indentation: spaces, not tabs

This commit is contained in:
Trolli Schmittlauch 2019-01-14 13:24:34 +01:00
parent 733aeb853b
commit 86f8d1ed68
3 changed files with 173 additions and 173 deletions

View file

@ -34,11 +34,11 @@ in
vim-jinja
];
};
vimrcConfig.customRC =
vimrcConfig.customRC =
''if filereadable($HOME . "/.vimrc")
source ~/.vimrc
endif
'';
'';
};
# build with debug symbols and in debug mode (less optimized)
opencvDebug = enableDebugging ((opencv3.override {enablePython=true; enableGtk3=true; enableDocs=true; pythonPackages=pkgs.python3Packages; }).overrideAttrs (oldAttrs: rec {cmakeBuildType = "Debug";}));