Moved pidgin-latex to pidgin-plugins, added aggregatable link for pidgin-otr.

svn path=/nixpkgs/trunk/; revision=9147
This commit is contained in:
Michael Raskin
2007-08-17 09:31:09 +00:00
parent c8c3eb7c18
commit 282c064669
3 changed files with 3 additions and 1 deletions
@@ -11,5 +11,7 @@ stdenv.mkDerivation {
description = "OTR plugin for Pidgin IM.";
};
postInstall = "ln -s \$out/lib/pidgin \$out/share/pidgin-otr";
buildInputs = [libotr pidgin];
}