##// END OF EJS Templates
Nix: Fix overrides so that they work with the current nixpkgs unstable
johbo -
r811:bed1c203 default
parent child Browse files
Show More
@@ -190,7 +190,8 b' self: super: {'
190 pkgs.openldap
190 pkgs.openldap
191 pkgs.openssl
191 pkgs.openssl
192 ];
192 ];
193 NIX_CFLAGS_COMPILE = "-I${pkgs.cyrus_sasl}/include/sasl";
193 # TODO: johbo: Remove the "or" once we drop 16.03 support.
194 NIX_CFLAGS_COMPILE = "-I${pkgs.cyrus_sasl.dev or pkgs.cyrus_sasl}/include/sasl";
194 });
195 });
195
196
196 python-pam = super.python-pam.override (attrs:
197 python-pam = super.python-pam.override (attrs:
General Comments 0
You need to be logged in to leave comments. Login now