commit
360a5f0549
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv, fetchurl, pkg-config, perl, bison, bootstrap_cmds
|
{ lib, stdenv, fetchurl, pkg-config, perl, bison, bootstrap_cmds
|
||||||
, openssl, openldap, libedit, keyutils, libverto
|
, openssl, openldap, libedit, keyutils, libverto, darwin
|
||||||
|
|
||||||
# for passthru.tests
|
# for passthru.tests
|
||||||
, bind
|
, bind
|
||||||
|
@ -58,6 +58,11 @@ stdenv.mkDerivation rec {
|
||||||
++ lib.optionals (!libOnly) [ openldap libedit ]
|
++ lib.optionals (!libOnly) [ openldap libedit ]
|
||||||
++ lib.optionals withVerto [ libverto ];
|
++ lib.optionals withVerto [ libverto ];
|
||||||
|
|
||||||
|
propagatedBuildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk; [
|
||||||
|
libs.xpc
|
||||||
|
frameworks.Kerberos
|
||||||
|
]);
|
||||||
|
|
||||||
sourceRoot = "krb5-${version}/src";
|
sourceRoot = "krb5-${version}/src";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue