diff options
author | Brett Gilio <brettg@posteo.net> | 2019-12-16 00:10:14 -0600 |
---|---|---|
committer | Brett Gilio <brettg@posteo.net> | 2019-12-16 00:10:14 -0600 |
commit | 3c80b07a0b4a2f1c2702acd6896f94892c516709 (patch) | |
tree | 2b141d36d4ebac4e956542aa8e74319fa6ef22a6 /gnu/packages/cpp.scm | |
parent | 2c82d4ad10de8e0ba462d81401385c5e7499f6e2 (diff) |
gnu: ccls: Adjust indentation
* gnu/packages/cpp.scm (ccls): Adjust indentation.
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 7870184a52..f30da0e043 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -313,7 +313,7 @@ tools (containers, algorithms) used by other QuantStack packages.") (list (string-append "-DCMAKE_CXX_FLAGS='-isystem " (assoc-ref %build-inputs "gcc") "/include/c++'")))) - (inputs + (inputs `(("clang" ,clang) ("ncurses" ,ncurses))) (native-inputs |