mcabber: fix mispelled stdenv
This commit is contained in:
parent
786ec693ce
commit
2bee211fc9
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = "--with-openssl=${openssl}";
|
configureFlags = "--with-openssl=${openssl}";
|
||||||
|
|
||||||
meta = with stdevn.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://mcabber.com/;
|
homepage = http://mcabber.com/;
|
||||||
description = "Small Jabber console client";
|
description = "Small Jabber console client";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user