mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-17 15:40:12 +03:00
secp256k1-haskell: unbreak via override
This library simply needs libsecp256k1 in its pkgconfig-depends.
This commit is contained in:
parent
d02ac6c485
commit
e1408eb661
2 changed files with 3 additions and 1 deletions
|
@ -9072,7 +9072,6 @@ broken-packages:
|
||||||
- seclib
|
- seclib
|
||||||
- second-transfer
|
- second-transfer
|
||||||
- secp256k1
|
- secp256k1
|
||||||
- secp256k1-haskell
|
|
||||||
- secp256k1-legacy
|
- secp256k1-legacy
|
||||||
- secret-santa
|
- secret-santa
|
||||||
- secret-sharing
|
- secret-sharing
|
||||||
|
|
|
@ -498,6 +498,9 @@ self: super: builtins.intersectAttrs super {
|
||||||
# requires autotools to build
|
# requires autotools to build
|
||||||
secp256k1 = addBuildTools super.secp256k1 [ pkgs.buildPackages.autoconf pkgs.buildPackages.automake pkgs.buildPackages.libtool ];
|
secp256k1 = addBuildTools super.secp256k1 [ pkgs.buildPackages.autoconf pkgs.buildPackages.automake pkgs.buildPackages.libtool ];
|
||||||
|
|
||||||
|
# requires libsecp256k1 in pkgconfig-depends
|
||||||
|
secp256k1-haskell = addPkgconfigDepend super.secp256k1-haskell pkgs.secp256k1;
|
||||||
|
|
||||||
# tests require git and zsh
|
# tests require git and zsh
|
||||||
hapistrano = addBuildTools super.hapistrano [ pkgs.buildPackages.git pkgs.buildPackages.zsh ];
|
hapistrano = addBuildTools super.hapistrano [ pkgs.buildPackages.git pkgs.buildPackages.zsh ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue