talloc: Update dependency list
This commit is contained in:
parent
7fd69d9f8d
commit
0a03d675a9
@ -1,7 +1,5 @@
|
|||||||
{ stdenv, fetchurl, python27, pkgconfig, readline, gettext, libxslt, docbook_xsl
|
{ stdenv, fetchurl, python, pkgconfig, readline, libxslt
|
||||||
, docbook_xml_dtd_42
|
, docbook_xsl, docbook_xml_dtd_42
|
||||||
, acl ? null, heimdal ? null, libaio ? null, pam ? null, zlib ? null
|
|
||||||
, libgcrypt ? null, libcap ? null
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -13,12 +11,11 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
python27 pkgconfig readline gettext libxslt docbook_xsl docbook_xml_dtd_42
|
python pkgconfig readline libxslt docbook_xsl docbook_xml_dtd_42
|
||||||
acl heimdal libaio pam zlib libgcrypt libcap
|
|
||||||
];
|
];
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user