Skip to content

Commit

Permalink
Fix nix shell dependency name change
Browse files Browse the repository at this point in the history
error: 'pkgconfig' has been renamed to/replaced by 'pkg-config'
  • Loading branch information
nuxeh committed Dec 2, 2024
1 parent e333fac commit e057187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stdenv.mkDerivation {
buildInputs = [
rustc
cargo
pkgconfig
pkg-config
openssl
sqlite
];
Expand Down

0 comments on commit e057187

Please sign in to comment.