Compare commits

...

No commits in common. "280da1932c092278561bca40d414c9731112d6f3" and "9f4d76d49e19148975abfd6bfff899fc1eee132e" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ let
ghcOverride = self: super: {
ghc = super.ghc.overrideDerivation (old: {
src = ghcSrc;
rev = "head";
# Necessary to use a non-fetchgit src
# Autotools need git to find the rev of the local ghc git repo.
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.git ];
});
};