lol

Merge pull request #299288 from drupol/attic/fix-libcxx-stuff

attic-client: remove `env` attribute

authored by

K900 and committed by
GitHub
81d35de4 f54166d2

-6
-6
pkgs/by-name/at/attic-client/package.nix
··· 42 42 43 43 ATTIC_DISTRIBUTOR = "attic"; 44 44 45 - # Workaround for https://github.com/NixOS/nixpkgs/issues/166205 46 - env = lib.optionalAttrs stdenv.cc.isClang { 47 - NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}"; 48 - }; 49 - 50 45 # Attic interacts with Nix directly and its tests require trusted-user access 51 46 # to nix-daemon to import NARs, which is not possible in the build sandbox. 52 47 doCheck = false; ··· 69 64 mainProgram = "attic"; 70 65 }; 71 66 } 72 -