pkgs/tools: pkgconfig -> pkg-config (2)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, pkgconfig, efivar, popt }:
|
||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, pkg-config, efivar, popt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "efibootmgr";
|
||||
version = "17";
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildInputs = [ efivar popt ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user