Skip to content

Commit

Permalink
digest gets system zlib as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Oct 9, 2023
1 parent 292fe5d commit acc0e88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.5

* Make sure the `digest` Haskell package gets the system `zlib` as an argument.

Added in [#35](https://github.com/cdepillabout/stacklock2nix/pull/35).

## 3.0.4

* Remove `dontCheck` override for `haskeline` in
Expand Down
2 changes: 2 additions & 0 deletions nix/build-support/stacklock2nix/cabal2nixArgsForPkg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
cabal2nixArgsOverrides {
"cairo" = ver: { cairo = pkgs.cairo; };

"digest" = ver: { zlib = pkgs.zlib; };

"gi-cairo" = ver: { cairo = pkgs.cairo; };

"gi-gdk" = ver: { gtk3 = pkgs.gtk3; };
Expand Down

0 comments on commit acc0e88

Please sign in to comment.