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

View File

@ -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];
}

View File

@ -3066,7 +3066,7 @@ rec {
inherit (xlibs) libXScrnSaver;
};
pidginlatex = import ../applications/networking/instant-messengers/pidgin-latex {
pidginlatex = import ../applications/networking/instant-messengers/pidgin-plugins/pidgin-latex {
inherit fetchurl stdenv tetex pkgconfig imagemagick ghostscript pidgin;
inherit (gtkLibs) glib gtk;
};