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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user