forked from mirrors/nixpkgs
Thunderbird seems to need SQLite3 in a half-explicit way
svn path=/nixpkgs/trunk/; revision=17058
This commit is contained in:
parent
da94aa680b
commit
fdf28e4074
|
@ -22,6 +22,7 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [
|
||||
pkgconfig gtk perl zip libIDL libXi libjpeg libpng zlib cairo
|
||||
sqlite
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
|
|
@ -7282,7 +7282,8 @@ let
|
|||
};
|
||||
|
||||
thunderbird = import ../applications/networking/mailreaders/thunderbird-2.x {
|
||||
inherit fetchurl stdenv pkgconfig perl zip libjpeg libpng zlib cairo;
|
||||
inherit fetchurl stdenv pkgconfig perl zip libjpeg libpng zlib cairo
|
||||
sqlite;
|
||||
inherit (gtkLibs) gtk;
|
||||
inherit (gnome) libIDL;
|
||||
inherit (xlibs) libXi;
|
||||
|
|
Loading…
Reference in a new issue