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:
parent
d4ec6e6fe5
commit
c7930769a7
12 changed files with 42 additions and 42 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue