Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Jan 12, 2024
1 parent 008f561 commit 1c54a60
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions lib/buildRisc0Package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
, cargo
, openssl
, lib
, stdenv
, darwin
}:
attrs:

Expand Down Expand Up @@ -59,13 +57,5 @@ rustPlatform.buildRustPackage (lib.mergeAttrsConcatenateValues attrs {
cargo-mock
lld-mock
];
dontStrip = true;
env = lib.optionalAttrs stdenv.cc.isClang {
NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}";
};
buildInputs = [
openssl.dev
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.SystemConfiguration
];
buildInputs = [ openssl.dev ];
})

0 comments on commit 1c54a60

Please sign in to comment.