guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: bear: Fix python path.


From: Ludovic Courtès
Subject: 05/08: gnu: bear: Fix python path.
Date: Thu, 31 May 2018 12:13:17 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 73d854232fbdd38a59f1a514691f0411929b4adc
Author: Fis Trivial <address@hidden>
Date:   Tue May 15 12:10:11 2018 +0000

    gnu: bear: Fix python path.
    
    * gnu/packages/build-tools.scm (bear)
    [inputs]: Add python-wrapper.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 4b078e7..a6d9fa8 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



reply via email to

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