Adding ipmiutil

svn path=/nixpkgs/trunk/; revision=25660
This commit is contained in:
Michael Raskin
2011-01-21 19:15:10 +00:00
parent 08a1b61716
commit 618e45c0f3
3 changed files with 59 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, libsigsegv, gettext, ncurses, readline, libX11
, libXau, libXt, pcre, zlib, libXpm, xproto, libXext, xextproto
, libffi, libffcall, coreutils }:
, libffi, libffcall, coreutils}:
stdenv.mkDerivation rec {
v = "2.49";
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
configureFlags =
''
--with-readline builddir --with-dynamic-ffi
--with-readline builddir --with-dynamic-ffi --with-ffcall
--with-module=clx/new-clx --with-module=i18n --with-module=bindings/glibc
--with-module=pcre --with-module=rawsock --with-module=readline
--with-module=syscalls --with-module=wildcard --with-module=zlib