1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bitlbee: fix typo

This commit is contained in:
tv 2014-09-24 12:43:36 +02:00
parent 9ae10b2cac
commit fe7f83a2f4

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"