treewide: Make explicit that 'dev' output of cyrus_sasl is used

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:30 +02:00
committed by Vladimír Čunát
parent e28e010b36
commit 4e0307dcfc
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
"--localstatedir=/var"
"--with-openldap"
"--with-db=${db}"
"--with-sasl=${cyrus_sasl}"
"--with-sasl=${cyrus_sasl.dev}"
"--with-netsnmp=${net_snmp}"
];