Merge fort-nix/nix-bitcoin#659: fix pkgconfig -> pkg-config rename

bb17457bc0 fix pkgconfig -> pkg-config rename (Chris Guida)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK bb17457bc0.

Tree-SHA512: ec23c460f53a2251885dcd5cb664033519ca490c519fada888f299e3a04e63fbd1f34e7723b0ee2ecfb4fb666d8528408ebfc1d8461975371faa0d3c1d5584c3
This commit is contained in:
Jonas Nick 2023-11-13 08:06:07 +00:00
commit 24151b63f8
No known key found for this signature in database
GPG Key ID: 4861DBF262123605

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoconf-archive, autoreconfHook, pkgconfig, curl, libev, sqlite }:
{ lib, stdenv, fetchFromGitHub, autoconf-archive, autoreconfHook, pkg-config, curl, libev, sqlite }:
let
curlWithGnuTLS = curl.override { gnutlsSupport = true; opensslSupport = false; };
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
autoreconfHook
autoconf-archive
pkgconfig
pkg-config
libev
curlWithGnuTLS
sqlite