Nix: Fix overrides so that they work with the current nixpkgs unstable
This commit is contained in:
parent
a081cf6bb7
commit
41b381654b
1 changed files with 2 additions and 1 deletions
|
|
@ -190,7 +190,8 @@ self: super: {
|
|||
pkgs.openldap
|
||||
pkgs.openssl
|
||||
];
|
||||
NIX_CFLAGS_COMPILE = "-I${pkgs.cyrus_sasl}/include/sasl";
|
||||
# TODO: johbo: Remove the "or" once we drop 16.03 support.
|
||||
NIX_CFLAGS_COMPILE = "-I${pkgs.cyrus_sasl.dev or pkgs.cyrus_sasl}/include/sasl";
|
||||
});
|
||||
|
||||
python-pam = super.python-pam.override (attrs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue