Skip to content

Commit

Permalink
Fix renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Dec 27, 2023
1 parent 7adab9a commit f411e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/build.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ rustPlatform
, pkgconfig
, pkg-config
, capnproto
, openssl
, postgresql
Expand All @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
cargoLock = { lockFile = ../Cargo.lock; };

depsBuildBuild = [ capnproto ];
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [
openssl
postgresql
Expand Down

0 comments on commit f411e80

Please sign in to comment.