Skip to content

Commit

Permalink
Merge pull request #16250 from YPares/master
Browse files Browse the repository at this point in the history
haskell: generic-stack-builder was missing an env var
  • Loading branch information
peti committed Jun 15, 2016
2 parents ae854ce + 3868cad commit 7c09b6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/haskell-modules/generic-stack-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ stdenv.mkDerivation (args // {
optional stdenv.isLinux glibcLocales ++
[ ghc pkgconfig ];

STACK_PLATFORM_VARIANT="nix";
STACK_IN_NIX_SHELL=1;
STACK_IN_NIX_EXTRA_ARGS =
concatMap (pkg: ["--extra-lib-dirs=${pkg}/lib"
Expand Down

0 comments on commit 7c09b6c

Please sign in to comment.