Skip to content

Commit

Permalink
Add pkgconfig to work around commercialhaskell/stack#2089
Browse files Browse the repository at this point in the history
  • Loading branch information
rrnewton committed May 2, 2016
1 parent 606443d commit fbc66c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nix:
enable: true
# Manually include git to work around a bug in stack/nix integration.
# Missing a comma here makes for a terrible error message [2016.05.02]:
packages: [ hpx, git ]
packages: [ hpx, git, pkgconfig ]
# Use a specific tag of a specific NixPkgs:
path: ["nixpkgs=https://github.com/iu-parfunc/nixpkgs/archive/tag-hpx-2.2.0-nixpkgs-16.03.tar.gz"]
# Or use a branch, but that's more likely impure:
Expand Down

0 comments on commit fbc66c0

Please sign in to comment.