pkgs/tools: pkgconfig -> pkg-config (2)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, boost, pkgconfig, cmake, catch2 }:
|
||||
{ lib, stdenv, fetchFromGitHub, boost, pkg-config, cmake, catch2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "grip-search";
|
||||
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0bkqarylgzhis6fpj48qbifcd6a26cgnq8784hgnm707rq9kb0rx";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig cmake catch2 ];
|
||||
nativeBuildInputs = [ pkg-config cmake catch2 ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user