Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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";
};
}