diff options
author | Brett Gilio <brettg@posteo.net> | 2019-12-16 14:04:59 -0600 |
---|---|---|
committer | Brett Gilio <brettg@posteo.net> | 2019-12-16 14:04:59 -0600 |
commit | 792c3db553a02714f32fdfad639c6e168b30033b (patch) | |
tree | 7990c405b78b33326da1e63b4161d62b3f326c50 /gnu/packages/cpp.scm | |
parent | db6bd842aa4a6254b185740bda36f01c83cd9779 (diff) |
Revert "gnu: ccls: Adjust indentation"
This reverts commit 3c80b07a0b4a2f1c2702acd6896f94892c516709.
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 f30da0e043..7870184a52 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 |