alex: which needs to be a tool dep so it's a nativeBuildInput

Also pull it from `buildPackages`, as that is where nativeBuildInputs
come from.
This commit is contained in:
John Ericson
2018-06-25 16:14:40 -04:00
committed by Matthew Bauer
parent 242ca11b03
commit d2f6f527f4
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, stdenv, lib, haskellLib, ghc, all-cabal-hashes
{ buildPackages, pkgs, stdenv, lib, haskellLib, ghc, all-cabal-hashes
, buildHaskellPackages
, compilerConfig ? (self: super: {})
, packageSetConfig ? (self: super: {})
@@ -18,7 +18,7 @@ let
inherit stdenv haskellLib ghc buildHaskellPackages extensible-self all-cabal-hashes;
};
commonConfiguration = configurationCommon { inherit pkgs haskellLib; };
commonConfiguration = configurationCommon { inherit buildPackages pkgs haskellLib; };
nixConfiguration = configurationNix { inherit pkgs haskellLib; };
extensible-self = makeExtensible