guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: perf: Fix build.


From: guix-commits
Subject: branch master updated: gnu: perf: Fix build.
Date: Wed, 05 Aug 2020 19:41:55 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d9a412b  gnu: perf: Fix build.
d9a412b is described below

commit d9a412bd94e533f854d44f87d956908490a05133
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Thu Aug 6 01:39:44 2020 +0200

    gnu: perf: Fix build.
    
    This is a follow-up to commit 843344273c6a587b8e6c84d8406500fd64d8908a.
    
    * gnu/packages/linux.scm (perf)[native-inputs]: Add python-3 for
      bpf_helpers_doc.py
---
 gnu/packages/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 52e783d..5a1db30 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3844,7 +3844,8 @@ in a digital read-out.")
 
        ;; There are build scripts written in these languages.
        ("perl" ,perl)
-       ("python" ,python-2)))
+       ("python2" ,python-2)
+       ("python3" ,python-3)))
     (inputs
      `(("slang" ,slang)                        ;for the interactive TUI
        ;; ("newt" ,newt)



reply via email to

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