Skip to content

Commit

Permalink
Nix: add pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Apr 8, 2024
1 parent 0457c2e commit 277f2bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
stdenv,
pkg-config,
pkgconf,
makeWrapper,
meson,
ninja,
Expand Down Expand Up @@ -145,6 +146,7 @@ in
stdenv.cc
binutils
pciutils
pkgconf
]}
''}
'';
Expand Down

0 comments on commit 277f2bb

Please sign in to comment.