pkgs/applications: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
47e997598c
commit
5d566c43b4
@@ -1,5 +1,5 @@
|
||||
{ lib, stdenv
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, python3
|
||||
, fetchFromGitLab
|
||||
, gtk3
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
pkg-config
|
||||
python3
|
||||
perlPackages.Po4a
|
||||
itstool
|
||||
|
||||
Reference in New Issue
Block a user