Commit b2f43959 authored by Audrey Dutcher's avatar Audrey Dutcher
Browse files

freebsd.mkDerivation: use stdenvNoLibs instead of stdenvNoLibc to avoid compiler-rt

parent 81c2eef9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  stdenv,
  stdenvNoCC,
  stdenvNoLibc,
  stdenvNoLibs,
  overrideCC,
  buildPackages,
  stdenvNoLibcxx ? overrideCC stdenv buildPackages.llvmPackages.clangNoLibcxx,
@@ -28,7 +28,7 @@ lib.makeOverridable (
      if attrs.noCC or false then
        stdenvNoCC
      else if attrs.noLibc or false then
        stdenvNoLibc
        stdenvNoLibs
      else if attrs.noLibcxx or false then
        stdenvNoLibcxx
      else