pkgs/tools: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob
2021-01-16 23:49:59 -08:00
committed by Jonathan Ringer
parent fce00d15c2
commit 76f93cc731
251 changed files with 500 additions and 500 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, python3, xmlbird,
{ lib, stdenv, fetchurl, pkg-config, python3, xmlbird,
cairo, gdk-pixbuf, libgee, glib, gtk3, webkitgtk, libnotify, sqlite, vala_0_44,
gobject-introspection, gsettings-desktop-schemas, wrapGAppsHook }:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0620bppcbm9pb8l0d4sc56gfwkr97gw4zjirjz5ikk5lj0m801yi";
};
nativeBuildInputs = [ python3 pkgconfig vala_0_44 gobject-introspection wrapGAppsHook ];
nativeBuildInputs = [ python3 pkg-config vala_0_44 gobject-introspection wrapGAppsHook ];
buildInputs = [ xmlbird libgee cairo gdk-pixbuf glib gtk3 webkitgtk libnotify sqlite gsettings-desktop-schemas ];
postPatch = ''
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, python3, pkgconfig, vala, glib, gobject-introspection }:
{ lib, stdenv, fetchurl, python3, pkg-config, vala, glib, gobject-introspection }:
stdenv.mkDerivation rec {
pname = "xmlbird";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "15z4rvii3p54g2hasibjnf83c1702d84367fnl8pbisjqqrdcl04";
};
nativeBuildInputs = [ python3 pkgconfig vala gobject-introspection ];
nativeBuildInputs = [ python3 pkg-config vala gobject-introspection ];
buildInputs = [ glib ];