Adding slang to perf. It looks like it wants slang too.
svn path=/nixpkgs/trunk/; revision=31354
This commit is contained in:
parent
cae619da08
commit
b76352800e
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, kernel, elfutils, python, perl, newt }:
|
{ stdenv, kernel, elfutils, python, perl, newt, slang }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "perf-linux-${kernel.version}";
|
name = "perf-linux-${kernel.version}";
|
||||||
@ -11,7 +11,8 @@ stdenv.mkDerivation {
|
|||||||
export makeFlags="DESTDIR=$out $makeFlags"
|
export makeFlags="DESTDIR=$out $makeFlags"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ elfutils python perl newt ];
|
# perf refers both to newt and slang
|
||||||
|
buildInputs = [ elfutils python perl newt slang ];
|
||||||
|
|
||||||
inherit elfutils;
|
inherit elfutils;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user