Merge pull request #4254 from 4z3/bitlbee-typo

bitlbee: fix typo
This commit is contained in:
Pascal Wittmann 2014-09-24 12:54:16 +02:00
commit 6869809764

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gnutls glib pkgconfig libotr ] buildInputs = [ gnutls glib pkgconfig libotr ]
++ optional doCheck check; ++ optional doCheck check;
configureFlaags = [ configureFlags = [
"--gcov=1" "--gcov=1"
"--otr=1" "--otr=1"
"--ssl=gnutls" "--ssl=gnutls"