mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00: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
@ -5242,34 +5242,6 @@ let pkgs = rec {
|
|||||||
gtksharp = gtksharp1;
|
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 {
|
gimp = import ../applications/graphics/gimp {
|
||||||
inherit fetchurl stdenv pkgconfig freetype fontconfig
|
inherit fetchurl stdenv pkgconfig freetype fontconfig
|
||||||
libtiff libjpeg libpng libexif zlib perl perlXMLParser
|
libtiff libjpeg libpng libexif zlib perl perlXMLParser
|
||||||
@ -5599,6 +5571,34 @@ let pkgs = rec {
|
|||||||
spellChecking = false;
|
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 {
|
pinfo = import ../applications/misc/pinfo {
|
||||||
inherit fetchurl stdenv ncurses readline;
|
inherit fetchurl stdenv ncurses readline;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user