1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: pkgconfig -> pkg-config

This commit is contained in:
2022-10-06 10:53:02 +02:00
parent c49859900a
commit 786d1df781

View File

@@ -2,7 +2,7 @@
lib,
stdenv,
cmake,
pkgconfig,
pkg-config,
libogg,
fetchFromGitHub,
}:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
buildInputs = [libogg];
nativeBuildInputs = [cmake pkgconfig];
nativeBuildInputs = [cmake pkg-config];
meta = with lib; {
homepage = "https://github.com/fmang/opustags";