diff options
| author | Peter Simons <simons@cryp.to> | 2015-06-17 15:07:07 +0200 |
|---|---|---|
| committer | Peter Simons <simons@cryp.to> | 2015-06-17 15:07:07 +0200 |
| commit | 75f82f50e6a43d871fd7442d3b2dc943d0eb0bb0 (patch) | |
| tree | 39167e411c4f581293f6cb8019cd74a72bf39966 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch | |
| parent | 101cdcc11add5496b2d4cc8ceb238fcb0d18e6ec (diff) | |
| parent | 3859f7bdabe8ec56c1eef832bd5b74280d8298e1 (diff) | |
Merge pull request #5908 from cstrahan/hoogle-local-ng
haskell-ng: hoogleLocal support
I believe this code ought to be used as follows:
{
packageOverrides = pkgs : let self = pkgs.pkgs; in rec {
hsEnv = pkgs.haskell-ng.packages.ghc784.ghcWithPackages (p: with p;
(haskellDev p)
++(myPackages p)
# add more packages here
);
hsEnvHoogle = withHoogle hsEnv;
withHoogle = haskellEnv: with pkgs.haskellngPackages;
import <nixpkgs/pkgs/development/libraries/haskell/hoogle/local.nix> {
stdenv = pkgs.stdenv;
inherit hoogle rehoo ghc;
packages = haskellEnv.paths;
};
};
}
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions
