Skip to content

Commit

Permalink
nix: add pkg-config to depsBuildBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Sep 1, 2024
1 parent 648a996 commit 16cc935
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ stdenv.mkDerivation {
--replace GIT_COMMIT_HASH '"${commit}"'
'';

depsBuildBuild = [
pkg-config
];

cmakeBuildType =
if debug
then "Debug"
Expand Down

0 comments on commit 16cc935

Please sign in to comment.