openafs-client: fix evaluation

This commit is contained in:
Peter Simons
2015-01-01 18:07:32 +01:00
parent 816229593a
commit c280024811
+1 -1
View File
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
./regen.sh
${optionalString (kerberos != null) ''
${stdenv.lib.optionalString (kerberos != null) ''
export KRB5_CONFIG=${kerberos}/bin/krb5-config"
''}