1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41: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, lib,
stdenv, stdenv,
cmake, cmake,
pkgconfig, pkg-config,
libogg, libogg,
fetchFromGitHub, fetchFromGitHub,
}: }:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
buildInputs = [libogg]; buildInputs = [libogg];
nativeBuildInputs = [cmake pkgconfig]; nativeBuildInputs = [cmake pkg-config];
meta = with lib; { meta = with lib; {
homepage = "https://github.com/fmang/opustags"; homepage = "https://github.com/fmang/opustags";