move some buildInputs to propagatedBuildInputs, since these are also used by some external Pidgin plugins
svn path=/nixpkgs/trunk/; revision=9145
This commit is contained in:
parent
38871bf455
commit
813f26af95
@ -25,11 +25,16 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
inherit nss ncurses;
|
inherit nss ncurses;
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk gtkspell aspell
|
gtkspell aspell
|
||||||
GStreamer startupnotification gettext
|
GStreamer startupnotification
|
||||||
perl perlXMLParser libxml2 openssl nss
|
libxml2 openssl nss
|
||||||
libXScrnSaver ncurses
|
libXScrnSaver ncurses
|
||||||
];
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
pkgconfig gtk perl perlXMLParser gettext
|
||||||
|
];
|
||||||
|
|
||||||
configureFlags="--with-nspr-includes=${nss}/include/nspr --with-nspr-libs=${nss}/lib --with-nss-includes=${nss}/include/nss --with-nss-libs=${nss}/lib --with-ncurses-headers=${ncurses}/include";
|
configureFlags="--with-nspr-includes=${nss}/include/nspr --with-nspr-libs=${nss}/lib --with-nss-includes=${nss}/include/nss --with-nss-libs=${nss}/lib --with-ncurses-headers=${ncurses}/include";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Pidgin IM - XMPP(Jabber), AIM/ICQ, IRC, SIP etc client.";
|
description = "Pidgin IM - XMPP(Jabber), AIM/ICQ, IRC, SIP etc client.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user