Loading pkgs/development/haskell-modules/generic-builder.nix +1 −1 Original line number Diff line number Diff line Loading @@ -822,7 +822,7 @@ stdenv.mkDerivation ({ # Works around https://github.com/NixOS/nixpkgs/issues/166205. # This can be dropped once a fix has been committed to cc-wrapper. // lib.optionalAttrs (stdenv.cc.isClang && stdenv.cc.libcxx != null) { env.NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}"; NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}"; } ) ) Loading
pkgs/development/haskell-modules/generic-builder.nix +1 −1 Original line number Diff line number Diff line Loading @@ -822,7 +822,7 @@ stdenv.mkDerivation ({ # Works around https://github.com/NixOS/nixpkgs/issues/166205. # This can be dropped once a fix has been committed to cc-wrapper. // lib.optionalAttrs (stdenv.cc.isClang && stdenv.cc.libcxx != null) { env.NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}"; NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}"; } ) )