Skip to content

Commit

Permalink
Merge pull request #35 from cdepillabout/digest-zlib
Browse files Browse the repository at this point in the history
digest gets system zlib as argument
  • Loading branch information
cdepillabout authored Oct 9, 2023
2 parents 292fe5d + acc0e88 commit 10d5316
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 10d5316

Please sign in to comment.