0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

krb5Full: turn into alias

This commit is contained in:
ajs124 2022-11-18 02:13:16 +01:00
parent d4ec6e6fe5
commit c7930769a7
12 changed files with 42 additions and 42 deletions

View file

@ -6,7 +6,7 @@
, six
, decorator
, nose
, krb5Full
, krb5
, GSS
, parameterized
, shouldbe
@ -30,12 +30,12 @@ buildPythonPackage rec {
# It's used to locate headers
postPatch = ''
substituteInPlace setup.py \
--replace 'get_output(f"{kc} gssapi --prefix")' '"${lib.getDev krb5Full}"'
--replace 'get_output(f"{kc} gssapi --prefix")' '"${lib.getDev krb5}"'
'';
nativeBuildInputs = [
cython
krb5Full
krb5
];
propagatedBuildInputs = [