Skip to content

Commit

Permalink
Fix dev shell by including secp256k1 (#3710)
Browse files Browse the repository at this point in the history
The dev shell should have the `libsecp256k1` library included, otherwise
`cabal build` fails, when building the `secp256k1-haskell` library:

```bash
[_61] rejecting: secp256k1-haskell-0.6.1 (conflict: pkg-config package libsecp256k1-any, not found in the pkg-config database)
```
  • Loading branch information
goodlyrottenapple authored Jan 10, 2024
1 parent 85b593e commit 25f07c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
supportedGhcVersions = [ "928" ];
})
final.z3
final.secp256k1
];
all-cabal-hashes = final.fetchurl {
url =
Expand Down

0 comments on commit 25f07c8

Please sign in to comment.