mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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
|
||||
, docbook_xml_dtd_42
|
||||
, acl ? null, heimdal ? null, libaio ? null, pam ? null, zlib ? null
|
||||
, libgcrypt ? null, libcap ? null
|
||||
{ stdenv, fetchurl, python, pkgconfig, readline, libxslt
|
||||
, docbook_xsl, docbook_xml_dtd_42
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -13,12 +11,11 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
python27 pkgconfig readline gettext libxslt docbook_xsl docbook_xml_dtd_42
|
||||
acl heimdal libaio pam zlib libgcrypt libcap
|
||||
python pkgconfig readline libxslt docbook_xsl docbook_xml_dtd_42
|
||||
];
|
||||
|
||||
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user