pkgs/applications: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob
2021-01-16 23:49:59 -08:00
committed by Jonathan Ringer
parent 47e997598c
commit 5d566c43b4
371 changed files with 755 additions and 755 deletions
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, python, zlib, pkgconfig, glib
{ lib, stdenv, fetchurl, fetchpatch, python, zlib, pkg-config, glib
, perl, pixman, vde2, alsaLib, texinfo, flex
, bison, lzo, snappy, libaio, gnutls, nettle, curl
, makeWrapper
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
sha256 = "1rd41wwlvp0vpialjp2czs6i3lsc338xc72l3zkbb7ixjfslw5y9";
};
nativeBuildInputs = [ python python.pkgs.sphinx pkgconfig flex bison ]
nativeBuildInputs = [ python python.pkgs.sphinx pkg-config flex bison ]
++ optionals gtkSupport [ wrapGAppsHook ];
buildInputs =
[ zlib glib perl pixman