haskell-hoogle: fixed build

svn path=/nixpkgs/trunk/; revision=33544
This commit is contained in:
Peter Simons 2012-04-02 18:44:06 +00:00
parent 5187b22115
commit ba8b234c85

View File

@ -856,7 +856,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
hmatrix = callPackage ../development/libraries/haskell/hmatrix {};
hoogle = callPackage ../development/libraries/haskell/hoogle {};
hoogle = callPackage ../development/libraries/haskell/hoogle {
haskellSrcExts = self.haskellSrcExts_1_11_1;
};
hopenssl = callPackage ../development/libraries/haskell/hopenssl {};