nixpkgs/pkgs/applications/networking/instant-messengers/pidgin/builder.sh
Martin Bravenboer 93393a6748 Added aspell
Added gtkspell

Added pidgin, builds but does not run yet:

running pidgin fails to find libX11.so.6. ldd on pidgin reports:

  libX11.so.6 => not found
  ....
  libX11.so.6 => /nix/store/brsva6rh1p2ymjvk7054a90is5panrhf-libX11-1.1.1/lib/libX11.so.6 (0xb7358000)

which looks a bit weird ... Maybe some problem with patchelf? Or just
a build problem and should the library path be set using an
environment variable?


svn path=/nixpkgs/trunk/; revision=8660
2007-05-13 14:22:24 +00:00

10 lines
196 B
Bash

source $stdenv/setup
configureFlags="\
--with-nspr-includes=$nss/include/nspr \
--with-nspr-libs=$nss/lib \
--with-nss-includes=$nss/include/nss \
--with-nss-libs=$nss/lib"
genericBuild