fix indentation: spaces, not tabs
This commit is contained in:
parent
733aeb853b
commit
86f8d1ed68
3 changed files with 173 additions and 173 deletions
|
|
@ -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";}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue