tevent: Update dependency list
This commit is contained in:
parent
bd0567ecd4
commit
7fd69d9f8d
|
@ -1,7 +1,5 @@
|
||||||
{ stdenv, fetchurl, python27, pkgconfig, readline, gettext, talloc
|
{ stdenv, fetchurl, python, pkgconfig, readline, talloc
|
||||||
, libxslt, docbook_xsl, docbook_xml_dtd_42
|
, libxslt, docbook_xsl, docbook_xml_dtd_42
|
||||||
, acl ? null, heimdal ? null, libaio ? null, libcap ? null, sasl ? null
|
|
||||||
, pam ? null, zlib ? null, libgcrypt ? null
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -13,13 +11,11 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
python27 pkgconfig readline gettext talloc libxslt docbook_xsl
|
python pkgconfig readline talloc libxslt docbook_xsl docbook_xml_dtd_42
|
||||||
docbook_xml_dtd_42
|
|
||||||
acl heimdal libaio libcap sasl pam zlib libgcrypt
|
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -i 's,#!/usr/bin/env python,#!${python27}/bin/python,g' buildtools/bin/waf
|
sed -i 's,#!/usr/bin/env python,#!${python}/bin/python,g' buildtools/bin/waf
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|
Loading…
Reference in New Issue