Nix: Fix overrides so that they work with the current nixpkgs unstable

This commit is contained in:
Johannes Bornhold 2016-09-18 15:08:19 +02:00
parent a081cf6bb7
commit 41b381654b

View file

@ -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: