3
0
Fork 0
forked from mirrors/nixpkgs

* Put the Thunderbird 2 and 3 expressions in one directory.

svn path=/nixpkgs/trunk/; revision=19167
This commit is contained in:
Eelco Dolstra 2010-01-01 16:35:43 +00:00
parent c8af5fd4dc
commit 0dc9f7dd4f
5 changed files with 2 additions and 2 deletions

View file

@ -7516,7 +7516,7 @@ let
inherit fetchurl stdenv;
};
thunderbird = import ../applications/networking/mailreaders/thunderbird-2.x {
thunderbird = import ../applications/networking/mailreaders/thunderbird/2.x.nix {
inherit fetchurl stdenv pkgconfig perl zip libjpeg libpng zlib cairo;
inherit (gtkLibs) gtk;
inherit (gnome) libIDL;
@ -7527,7 +7527,7 @@ let
/*
Despaired. Looks like ThunderBird-on-Firefox's-Xulrunner is non-trivial
thunderbird3 = lowPrio (import ../applications/networking/mailreaders/thunderbird-3.x {
thunderbird3 = lowPrio (import ../applications/networking/mailreaders/thunderbird/3.x.nix {
inherit fetchurl stdenv pkgconfig perl zip libjpeg zlib cairo
python dbus dbus_glib freetype fontconfig bzip2 libpng alsaLib sqlite
patchelf nspr;