cyrus-sasl: fix broken link when building without kerberos

Since the name is part of the url, the unconventional suffix in the name breaks the url.
This commit is contained in:
Orivej Desh 2019-03-13 18:01:01 +00:00
parent 54258e459f
commit bc9a42e07a

View File

@ -4,7 +4,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "cyrus-sasl-${version}${optionalString (kerberos == null) "-without-kerberos"}";
name = "cyrus-sasl-${version}";
version = "2.1.27";
src = fetchurl {