pkgs/tools: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
fce00d15c2
commit
76f93cc731
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user