mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
_389-ds-base: use python3
This commit is contained in:
parent
52dc628b43
commit
c657b02df2
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchurl, fetchpatch, autoreconfHook, pkg-config, doxygen, perl, pam, nspr, nss, openldap
|
{ lib, stdenv, fetchurl, fetchpatch, autoreconfHook, pkg-config, doxygen, perl, pam, nspr, nss, openldap
|
||||||
, db, cyrus_sasl, svrcore, icu, net-snmp, kerberos, pcre, perlPackages, libevent, openssl, python
|
, db, cyrus_sasl, svrcore, icu, net-snmp, kerberos, pcre, perlPackages, libevent, openssl, python3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ autoreconfHook pkg-config doxygen ];
|
nativeBuildInputs = [ autoreconfHook pkg-config doxygen ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
perl pam nspr nss openldap db cyrus_sasl svrcore icu
|
perl pam nspr nss openldap db cyrus_sasl svrcore icu
|
||||||
net-snmp kerberos pcre libevent openssl python
|
net-snmp kerberos pcre libevent openssl python3
|
||||||
] ++ (with perlPackages; [ MozillaLdap NetAddrIP DBFile ]);
|
] ++ (with perlPackages; [ MozillaLdap NetAddrIP DBFile ]);
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user