mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
moved pidgin near packages starting with p (was near f maybe because pidgin was called gaim?)
svn path=/nixpkgs/trunk/; revision=11724
This commit is contained in:
parent
1ad80e8dbc
commit
7d2df0d5a1
1 changed files with 28 additions and 28 deletions
|
@ -5242,34 +5242,6 @@ let pkgs = rec {
|
|||
gtksharp = gtksharp1;
|
||||
};
|
||||
|
||||
pidgin = import ../applications/networking/instant-messengers/pidgin {
|
||||
inherit fetchurl stdenv pkgconfig perl perlXMLParser libxml2 openssl nss
|
||||
gtkspell aspell gettext ncurses;
|
||||
GStreamer = gst_all.gstreamer;
|
||||
inherit (gtkLibs) gtk;
|
||||
inherit (gnome) startupnotification;
|
||||
inherit (xlibs) libXScrnSaver;
|
||||
};
|
||||
|
||||
pidginlatexFun = lib.sumArgs (import ../applications/networking/instant-messengers/pidgin-plugins/pidgin-latex) {
|
||||
inherit fetchurl stdenv pkgconfig ghostscript pidgin texLive;
|
||||
imagemagick = imagemagickBig;
|
||||
inherit (gtkLibs) glib gtk;
|
||||
};
|
||||
pidginlatex = pidginlatexFun null;
|
||||
|
||||
pidginlatexSFFun = builderDefsPackage
|
||||
(import ../applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/pidgin-latex-sf.nix)
|
||||
{
|
||||
inherit pkgconfig pidgin texLive imagemagick which;
|
||||
inherit (gtkLibs) glib gtk;
|
||||
};
|
||||
pidginlatexSF = pidginlatexSFFun null;
|
||||
|
||||
pidginotr = import ../applications/networking/instant-messengers/pidgin-plugins/otr {
|
||||
inherit fetchurl stdenv libotr pidgin;
|
||||
};
|
||||
|
||||
gimp = import ../applications/graphics/gimp {
|
||||
inherit fetchurl stdenv pkgconfig freetype fontconfig
|
||||
libtiff libjpeg libpng libexif zlib perl perlXMLParser
|
||||
|
@ -5599,6 +5571,34 @@ let pkgs = rec {
|
|||
spellChecking = false;
|
||||
};
|
||||
|
||||
pidgin = import ../applications/networking/instant-messengers/pidgin {
|
||||
inherit fetchurl stdenv pkgconfig perl perlXMLParser libxml2 openssl nss
|
||||
gtkspell aspell gettext ncurses;
|
||||
GStreamer = gst_all.gstreamer;
|
||||
inherit (gtkLibs) gtk;
|
||||
inherit (gnome) startupnotification;
|
||||
inherit (xlibs) libXScrnSaver;
|
||||
};
|
||||
|
||||
pidginlatexFun = lib.sumArgs (import ../applications/networking/instant-messengers/pidgin-plugins/pidgin-latex) {
|
||||
inherit fetchurl stdenv pkgconfig ghostscript pidgin texLive;
|
||||
imagemagick = imagemagickBig;
|
||||
inherit (gtkLibs) glib gtk;
|
||||
};
|
||||
pidginlatex = pidginlatexFun null;
|
||||
|
||||
pidginlatexSFFun = builderDefsPackage
|
||||
(import ../applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/pidgin-latex-sf.nix)
|
||||
{
|
||||
inherit pkgconfig pidgin texLive imagemagick which;
|
||||
inherit (gtkLibs) glib gtk;
|
||||
};
|
||||
pidginlatexSF = pidginlatexSFFun null;
|
||||
|
||||
pidginotr = import ../applications/networking/instant-messengers/pidgin-plugins/otr {
|
||||
inherit fetchurl stdenv libotr pidgin;
|
||||
};
|
||||
|
||||
pinfo = import ../applications/misc/pinfo {
|
||||
inherit fetchurl stdenv ncurses readline;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue