pkgs/applications: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
47e997598c
commit
5d566c43b4
@@ -1,5 +1,5 @@
|
||||
# This file was generated by go2nix.
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub, libvirt, pkgconfig }:
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub, libvirt, pkg-config }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "docker-machine-kvm";
|
||||
@@ -15,7 +15,7 @@ buildGoPackage rec {
|
||||
sha256 = "0ch4zwb6h7hnr5l3skj1daypvpyms2i666lbnmakpw1fw3zvjmgy";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ libvirt ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user