treewide: fix build with disallowed aliases (#43872)

fixes build with disallowed aliases
This commit is contained in:
volth
2018-07-21 22:03:24 -04:00
committed by Matthew Bauer
parent b6704130b4
commit cc55a3ebcb
48 changed files with 91 additions and 97 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
sha256 = "16fx02xk98k3friigq2lcgk535xagp3kfnmngni5kw61f7yj6gxi";
};
buildInputs = [ goobook makeWrapper perl ConvertASN1 NetLDAP AuthenSASL ]
buildInputs = [ goobook makeWrapper perl ConvertASN1 perlldap AuthenSASL ]
++ optional (!stdenv.isDarwin) finger_bsd
++ optional (abook != null) abook
++ optional (gnupg != null) gnupg
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
postFixup = "wrapProgram $out/lib/mutt_ldap_query --prefix PERL5LIB : "
+ "${AuthenSASL}/${perl.libPrefix}"
+ ":${ConvertASN1}/${perl.libPrefix}"
+ ":${NetLDAP}/${perl.libPrefix}";
+ ":${perlldap}/${perl.libPrefix}";
meta = {
homepage = http://www.spinnaker.de/lbdb/;