Show More
@@ -190,7 +190,8 b' self: super: {' | |||
|
190 | 190 | pkgs.openldap |
|
191 | 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 | 197 | python-pam = super.python-pam.override (attrs: |
General Comments 0
You need to be logged in to leave comments.
Login now