[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: Revert "gnu: ccls: Adjust indentation"
From: |
guix-commits |
Subject: |
01/02: Revert "gnu: ccls: Adjust indentation" |
Date: |
Mon, 16 Dec 2019 15:05:53 -0500 (EST) |
brettgilio pushed a commit to branch master
in repository guix.
commit 792c3db553a02714f32fdfad639c6e168b30033b
Author: Brett Gilio <address@hidden>
Date: Mon Dec 16 14:04:59 2019 -0600
Revert "gnu: ccls: Adjust indentation"
This reverts commit 3c80b07a0b4a2f1c2702acd6896f94892c516709.
---
gnu/packages/cpp.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index f30da0e..7870184 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