From 37cbc33a6e9cf200e4744a0ceeab4fc7b237fa24 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Fri, 11 Sep 2009 20:10:55 +0000 Subject: [PATCH] Try harder to forcefeed sqlite3 into the build process svn path=/nixpkgs/trunk/; revision=17060 --- .../networking/mailreaders/thunderbird-2.x/builder.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/mailreaders/thunderbird-2.x/builder.sh b/pkgs/applications/networking/mailreaders/thunderbird-2.x/builder.sh index c4b477fcec5..3691791741b 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird-2.x/builder.sh +++ b/pkgs/applications/networking/mailreaders/thunderbird-2.x/builder.sh @@ -1,5 +1,7 @@ source $stdenv/setup +export NIX_LDFLAGS="$NIX_LDFLAGS -lsqlite3" + postInstall() { # Strip some more stuff