Skip to content

Commit

Permalink
Merge branch 'master' into _update-deps/runtimeverification/pyk
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMax authored Mar 20, 2024
2 parents d38d8f5 + 92be72e commit 3ae84b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
let
nixLibs = pkgs:
with pkgs;
"-I${procps}/include -L${procps}/lib -I${openssl.dev}/include -L${openssl.out}/lib";
"-I${procps}/include -L${procps}/lib -I${openssl.dev}/include -L${openssl.out}/lib -I${secp256k1}/include -L${secp256k1}/lib";
buildInputs = pkgs:
with pkgs;
[
Expand Down Expand Up @@ -68,7 +68,6 @@
version = self.rev or "dirty";
buildInputs = buildInputs final ++ [ final.kevm-pyk ];
nativeBuildInputs = [ prev.makeWrapper ];
propagatedBuildInputs = [ final.secp256k1 ];

src = prev.stdenv.mkDerivation {
name = "kevm-${self.rev or "dirty"}-src";
Expand Down

0 comments on commit 3ae84b2

Please sign in to comment.