mcabber: fix mispelled stdenv

This commit is contained in:
Luca Bruno 2014-08-31 02:09:21 +02:00
parent 786ec693ce
commit 2bee211fc9

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
configureFlags = "--with-openssl=${openssl}";
meta = with stdevn.lib; {
meta = with stdenv.lib; {
homepage = http://mcabber.com/;
description = "Small Jabber console client";
license = licenses.gpl2;