[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
- branch master updated (404e5c7 -> 555ab08), Ludovic Courtès, 2018/05/31
- 01/08: self: Reduce the set of dependencies., Ludovic Courtès, 2018/05/31
- 04/08: records: Make a couple of procedures available at expansion time., Ludovic Courtès, 2018/05/31
- 05/08: gnu: bear: Fix python path.,
Ludovic Courtès <=
- 02/08: file-systems: Always wait for devices to show up., Ludovic Courtès, 2018/05/31
- 03/08: system: 'read-boot-parameters' provides a more meaningful warning., Ludovic Courtès, 2018/05/31
- 06/08: gnu: Add python-bigfloat., Ludovic Courtès, 2018/05/31
- 07/08: gnu: Add emacs-org-caldav., Ludovic Courtès, 2018/05/31
- 08/08: gnu: Add emacs-zotxt., Ludovic Courtès, 2018/05/31