pkgs/desktops: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob
2021-01-16 23:49:59 -08:00
committed by Jonathan Ringer
parent 82ba45d59e
commit 5fffcef915
268 changed files with 539 additions and 539 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, intltool, gtk3, libintl }:
{ lib, stdenv, fetchurl, pkg-config, intltool, gtk3, libintl }:
stdenv.mkDerivation rec {
pname = "lxtask";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0b2fxg8jjjpk219gh7qa18g45365598nd2bq7rrq0bdvqjdxy5i2";
};
nativeBuildInputs = [ pkgconfig intltool ];
nativeBuildInputs = [ pkg-config intltool ];
buildInputs = [ gtk3 libintl ];