emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#31461: closed ([PATCH] gnu: bear: Fix python path.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31461: closed ([PATCH] gnu: bear: Fix python path.)
Date: Thu, 31 May 2018 15:45:02 +0000

Your message dated Thu, 31 May 2018 17:44:03 +0200
with message-id <address@hidden>
and subject line Re: [bug#31461] [PATCH] gnu: bear: Fix python path.
has caused the debbugs.gnu.org bug report #31461,
regarding [PATCH] gnu: bear: Fix python path.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31461: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31461
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: bear: Fix python path. Date: Tue, 15 May 2018 11:48:12 +0000
* gnu/packages/build-tools.scm (bear)
[inputs]: Add python-wrapper.
[arguments]: Add patch-python-script phase, use needed modules.
---
 gnu/packages/build-tools.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 4b078e78e..d518b3ae1 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -87,6 +87,16 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
                (base32
                 "1m0w0wqnz983l7fpp5p9pdsqr7n3ybrzp8ywjcvn0rihsrzj65j6"))))
     (build-system cmake-build-system)
+    (inputs
+     `(("python" ,python-wrapper)))
+    (arguments
+     `(#:modules ((guix build utils)
+                  (guix build cmake-build-system)
+                  ((guix build gnu-build-system) #:prefix gnu:))
+                 #:phases
+                 (modify-phases %standard-phases
+                   (add-before 'configure 'patch-python-script
+                     (assoc-ref gnu:%standard-phases 
'patch-source-shebangs)))))
     (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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31461] [PATCH] gnu: bear: Fix python path. Date: Thu, 31 May 2018 17:44:03 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Fis Trivial <address@hidden> skribis:

> * gnu/packages/build-tools.scm (bear)
> [inputs]: Add python-wrapper.

Good catch!  Applied, thanks.

Ludo'.


--- End Message ---

reply via email to

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