pkgs/tools: pkgconfig -> pkg-config (2)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, pkgconfig, libconfuse, gettext }:
|
||||
{ lib, stdenv, fetchurl, pkg-config, libconfuse, gettext }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "genimage";
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0y4h8x8lqxam8m90rdfq8cg5137kvilxr3d1qzddpx7nxpvmmwv9";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ libconfuse gettext ];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user