pkgs/misc: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob
2021-01-16 23:49:59 -08:00
committed by Jonathan Ringer
parent 5fffcef915
commit fce00d15c2
73 changed files with 154 additions and 154 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
, lib
, libzip
, mkDerivation
, pkgconfig
, pkg-config
, python3
, qtbase
, qtmultimedia
@@ -31,7 +31,7 @@ mkDerivation rec {
substituteInPlace UI/NativeApp.cpp --replace /usr/share $out/share
'';
nativeBuildInputs = [ cmake pkgconfig python3 ];
nativeBuildInputs = [ cmake pkg-config python3 ];
buildInputs = [
SDL2