parent
c303047032
commit
d54ff360f5
@ -11,7 +11,13 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1q6ccpz6anl9vggwxdq32wp6xjh2lyfbf7av6jqnmvmyqdfwh3b9";
|
sha256 = "1q6ccpz6anl9vggwxdq32wp6xjh2lyfbf7av6jqnmvmyqdfwh3b9";
|
||||||
};
|
};
|
||||||
|
|
||||||
LD_LIBRARY_PATH="${pkgs.krb5Full}/lib";
|
# It's used to locate headers
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace "get_output('krb5-config gssapi --prefix')" "'${lib.getDev krb5Full}'"
|
||||||
|
'';
|
||||||
|
|
||||||
|
LD_LIBRARY_PATH = "${pkgs.krb5Full}/lib";
|
||||||
|
|
||||||
buildInputs = [ krb5Full which nose shouldbe ]
|
buildInputs = [ krb5Full which nose shouldbe ]
|
||||||
++ ( if stdenv.isDarwin then [ darwin.apple_sdk.frameworks.GSS ] else [ gss ] );
|
++ ( if stdenv.isDarwin then [ darwin.apple_sdk.frameworks.GSS ] else [ gss ] );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user