mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Try harder to forcefeed sqlite3 into the build process
svn path=/nixpkgs/trunk/; revision=17060
This commit is contained in:
parent
a497fc4d6f
commit
37cbc33a6e
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
source $stdenv/setup
|
source $stdenv/setup
|
||||||
|
|
||||||
|
export NIX_LDFLAGS="$NIX_LDFLAGS -lsqlite3"
|
||||||
|
|
||||||
postInstall() {
|
postInstall() {
|
||||||
|
|
||||||
# Strip some more stuff
|
# Strip some more stuff
|
||||||
|
|
Loading…
Reference in a new issue