Skip to content

Commit

Permalink
Merge pull request #299288 from drupol/attic/fix-libcxx-stuff
Browse files Browse the repository at this point in the history
attic-client: remove `env` attribute
  • Loading branch information
K900 authored Mar 26, 2024
2 parents f54166d + 60a6ba9 commit 81d35de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkgs/by-name/at/attic-client/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ rustPlatform.buildRustPackage {

ATTIC_DISTRIBUTOR = "attic";

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

# Attic interacts with Nix directly and its tests require trusted-user access
# to nix-daemon to import NARs, which is not possible in the build sandbox.
doCheck = false;
Expand All @@ -69,4 +64,3 @@ rustPlatform.buildRustPackage {
mainProgram = "attic";
};
}

0 comments on commit 81d35de

Please sign in to comment.