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:
parent
54258e459f
commit
bc9a42e07a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user