k: pkgconfig -> pkg-config

This commit is contained in:
lassulus 2022-09-27 12:30:30 +02:00
parent a5146855c4
commit 8df9193875

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation {
buildInputs = [
pkgs.jack1
pkgs.pkgconfig
pkgs.pkg-config
];
patchPhase = ''