pkgs/tools: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
fce00d15c2
commit
76f93cc731
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, pkgconfig, buildGoPackage, fetchFromGitHub
|
||||
{ lib, stdenv, pkg-config, buildGoPackage, fetchFromGitHub
|
||||
, makeWrapper, coreutils, gnupg, gnutar, squashfsTools, debootstrap
|
||||
}:
|
||||
|
||||
@@ -25,7 +25,7 @@ buildGoPackage rec {
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/distrobuilder --prefix PATH ":" ${binPath}
|
||||
'';
|
||||
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
||||
nativeBuildInputs = [ pkg-config makeWrapper ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "System container image builder for LXC and LXD";
|
||||
|
||||
Reference in New Issue
Block a user