guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: perf: Add dependency on Python.


From: Ludovic Courtès
Subject: 01/05: gnu: perf: Add dependency on Python.
Date: Wed, 21 Jan 2015 14:27:17 +0000

civodul pushed a commit to branch master
in repository guix.

commit 6c030d1037f11483a001391e8779bf627dec6735
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 21 13:50:07 2015 +0100

    gnu: perf: Add dependency on Python.
    
    * gnu/packages/linux.scm (perf)[inputs]: Add PYTHON-2.
---
 gnu/packages/linux.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 972c589..3224b4b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1719,6 +1719,7 @@ in a digital read-out.")
     (inputs
      `(;; ("slang" ,slang)
        ;; ("newt" ,newt)
+       ("python" ,python-2)                    ;'perf' links against libpython
        ("elfutils" ,elfutils)
 
        ;; FIXME: Documentation.



reply via email to

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