Author: viric
Date: Fri Jan  6 17:04:32 2012
New Revision: 31354
URL: https://nixos.org/websvn/nix/?rev=31354&sc=1

Log:
Adding slang to perf. It looks like it wants slang too.

Modified:
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/perf.nix

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/perf.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/perf.nix        Fri Jan  6 
16:45:14 2012        (r31353)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/perf.nix        Fri Jan  6 
17:04:32 2012        (r31354)
@@ -1,4 +1,4 @@
-{ stdenv, kernel, elfutils, python, perl, newt }:
+{ stdenv, kernel, elfutils, python, perl, newt, slang }:
 
 stdenv.mkDerivation {
   name = "perf-linux-${kernel.version}";
@@ -11,7 +11,8 @@
     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;
 
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to