guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#31461] [PATCH] gnu: bear: Fix python path.


From: Fis Trivial
Subject: [bug#31461] [PATCH] gnu: bear: Fix python path.
Date: Tue, 15 May 2018 12:10:11 +0000

* gnu/packages/build-tools.scm (bear)
[inputs]: Add python-wrapper.
---
 gnu/packages/build-tools.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 4b078e78e..a6d9fa8cf 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -87,6 +87,8 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
                (base32
                 "1m0w0wqnz983l7fpp5p9pdsqr7n3ybrzp8ywjcvn0rihsrzj65j6"))))
     (build-system cmake-build-system)
+    (inputs
+     `(("python" ,python-wrapper)))
     (home-page "https://github.com/rizsotto/Bear";)
     (synopsis "Tool for generating a compilation database")
     (description "A JSON compilation database is used in the Clang project to
-- 
2.14.3






reply via email to

[Prev in Thread] Current Thread [Next in Thread]