Skip to content

Commit

Permalink
pkgconf-nixpkgs-map.nix: add libsecp256k1 (#616)
Browse files Browse the repository at this point in the history
Used by `secp256k1-haskell` package
  • Loading branch information
zhenyavinogradov authored May 18, 2020
1 parent 6074dda commit 7d4751b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pkgconf-nixpkgs-map.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ pkgs:
"libqrencode" = [ pkgs."qrencode" ];
"libR" = [ pkgs."R" ];
"librsvg-2.0" = [ pkgs."librsvg" ];
"libsecp256k1" = [ pkgs."secp256k1" ];
"libsoup-2.4" = [ pkgs."libsoup" ];
"libsoup-gnome-2.4" = [ pkgs."libsoup" ];
"libsystemd" = [ pkgs."systemd" ];
Expand Down

0 comments on commit 7d4751b

Please sign in to comment.