feat: use correct package when building

This commit is contained in:
Cainã Costa 2023-07-24 10:19:18 -03:00 committed by Lucas
parent 00e9dc3583
commit 36cf09ab26
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
buildInputs = with pkgs; [ openssl ] ++ osxDependencies; buildInputs = with pkgs; [ openssl ] ++ osxDependencies;
nativeBuildInputs = with pkgs; [ pkg-config openssl.dev ]; nativeBuildInputs = with pkgs; [ pkg-config openssl.dev ];
cargoBuildFlags = [ "--package aiken" ];
src = pkgs.lib.cleanSourceWith { src = self; }; src = pkgs.lib.cleanSourceWith { src = self; };