mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
haskell-hoogle: fixed build
svn path=/nixpkgs/trunk/; revision=33544
This commit is contained in:
parent
5187b22115
commit
ba8b234c85
@ -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 {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user