mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
* Put the Thunderbird 2 and 3 expressions in one directory.
svn path=/nixpkgs/trunk/; revision=19167
This commit is contained in:
parent
c8af5fd4dc
commit
0dc9f7dd4f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user