We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5211874 commit 10676f8Copy full SHA for 10676f8
1 file changed
default.nix
@@ -5,7 +5,7 @@
5
rustPlatform.buildRustPackage {
6
name = "chara";
7
src = ./.;
8
- nativeBuildInputs = [ pkgs.pkg-config ];
+ nativeBuildInputs = [ pkg-config ];
9
cargoLock.lockFile = ./Cargo.lock;
10
# buildInputs = [ if we ever need smt ];
11
}
0 commit comments