added missing sqlite on trunk
svn path=/nixpkgs/trunk/; revision=11067
This commit is contained in:
parent
ae7274413b
commit
bc76a1574e
|
@ -1337,9 +1337,8 @@ rec {
|
||||||
ghc68_extra_libs = (import ../misc/ghc68_extra_libs ) {
|
ghc68_extra_libs = (import ../misc/ghc68_extra_libs ) {
|
||||||
# lib like stuff
|
# lib like stuff
|
||||||
inherit bleedingEdgeRepos fetchurl lib addHasktagsTaggingInfo ghcCabalDerivation;
|
inherit bleedingEdgeRepos fetchurl lib addHasktagsTaggingInfo ghcCabalDerivation;
|
||||||
|
|
||||||
# used (non haskell) libraries (ffi etc)
|
# used (non haskell) libraries (ffi etc)
|
||||||
inherit postgresql;
|
inherit postgresql sqlite wxGTK;
|
||||||
};
|
};
|
||||||
|
|
||||||
# the wrappers basically does one thing: It defines GHC_PACKAGE_PATH before calling ghc{i,-pkg}
|
# the wrappers basically does one thing: It defines GHC_PACKAGE_PATH before calling ghc{i,-pkg}
|
||||||
|
|
Loading…
Reference in New Issue