mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* Add readline support to libvirt.
svn path=/nixpkgs/trunk/; revision=26097
This commit is contained in:
parent
6bab14437c
commit
9bbe78533e
|
@ -1,4 +1,5 @@
|
|||
{ stdenv, fetchurl, libxml2, gnutls, devicemapper, perl, python, iproute, iptables }:
|
||||
{ stdenv, fetchurl, libxml2, gnutls, devicemapper, perl, python
|
||||
, iproute, iptables, readline }:
|
||||
|
||||
let version = "0.8.8"; in
|
||||
|
||||
|
@ -10,7 +11,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "04z1757qpi3ssnjv5h2qnw1sds2m50yxk67cbdam6w4i50vyl2h3";
|
||||
};
|
||||
|
||||
buildInputs = [ libxml2 gnutls devicemapper perl python iproute iptables ];
|
||||
buildInputs = [ libxml2 gnutls devicemapper perl python iproute iptables readline ];
|
||||
|
||||
configureFlags =
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue