pkgs/applications: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
47e997598c
commit
5d566c43b4
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, pkgconfig
|
||||
{ lib, stdenv, fetchurl, pkg-config
|
||||
, flex, bison, gettext
|
||||
, xineUI, wxSVG
|
||||
, fontconfig
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs =
|
||||
[ pkgconfig ];
|
||||
[ pkg-config ];
|
||||
|
||||
packagesToBinPath =
|
||||
[ cdrtools dvdauthor dvdplusrwtools ];
|
||||
|
||||
Reference in New Issue
Block a user