fix pkgconfig -> pkg-config rename
This commit is contained in:
parent
a1eacce676
commit
bb17457bc0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
let
|
||||||
curlWithGnuTLS = curl.override { gnutlsSupport = true; opensslSupport = false; };
|
curlWithGnuTLS = curl.override { gnutlsSupport = true; opensslSupport = false; };
|
||||||
|
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
autoconf-archive
|
autoconf-archive
|
||||||
pkgconfig
|
pkg-config
|
||||||
libev
|
libev
|
||||||
curlWithGnuTLS
|
curlWithGnuTLS
|
||||||
sqlite
|
sqlite
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue