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

Commit

Permalink
remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Feb 20, 2024
1 parent d2ae752 commit 98733c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/r0vm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ rustPlatform.buildRustPackage rec {
];

# Workaround for https://github.com/NixOS/nixpkgs/issues/166205
env = lib.optionalAttrs (stdenv.cc.isClang && stdenv.cc.libcxx != null) {
NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}";
};
#env = lib.optionalAttrs (stdenv.cc.isClang && stdenv.cc.libcxx != null) {
# NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}";
#};

buildInputs = [
openssl.dev
Expand Down

0 comments on commit 98733c0

Please sign in to comment.