pkgs/tools: pkgconfig -> pkg-config (2)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, makeWrapper, pkgconfig, texinfo
|
||||
{ lib, stdenv, fetchurl, makeWrapper, pkg-config, texinfo
|
||||
, cairo, gd, libcerf, pango, readline, zlib
|
||||
, withTeXLive ? false, texlive
|
||||
, withLua ? false, lua
|
||||
@@ -27,7 +27,7 @@ in
|
||||
sha256 = "03jrqs5lvxmbbz2c4g17dn2hrxqwd3hfadk9q8wbkbkyas2h8sbb";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper pkgconfig texinfo ] ++ lib.optional withQt qttools;
|
||||
nativeBuildInputs = [ makeWrapper pkg-config texinfo ] ++ lib.optional withQt qttools;
|
||||
|
||||
buildInputs =
|
||||
[ cairo gd libcerf pango readline zlib ]
|
||||
|
||||
Reference in New Issue
Block a user