feat: use correct package when building
This commit is contained in:
parent
00e9dc3583
commit
36cf09ab26
|
@ -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; };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue