Loading pkgs/development/compilers/llvm/common/libunwind/default.nix +0 −7 Original line number Diff line number Diff line Loading @@ -21,9 +21,6 @@ stdenv.mkDerivation (finalAttrs: { inherit version; # TODO: Remove on `staging`. patches = [ ]; src = if monorepoSrc != null then runCommand "libunwind-src-${version}" { inherit (monorepoSrc) passthru; } '' Loading Loading @@ -60,10 +57,6 @@ stdenv.mkDerivation (finalAttrs: { ] ++ devExtraCmakeFlags; # TODO: Remove on `staging`. prePatch = ""; postPatch = ""; postInstall = lib.optionalString (enableShared && !stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isWindows) '' Loading Loading
pkgs/development/compilers/llvm/common/libunwind/default.nix +0 −7 Original line number Diff line number Diff line Loading @@ -21,9 +21,6 @@ stdenv.mkDerivation (finalAttrs: { inherit version; # TODO: Remove on `staging`. patches = [ ]; src = if monorepoSrc != null then runCommand "libunwind-src-${version}" { inherit (monorepoSrc) passthru; } '' Loading Loading @@ -60,10 +57,6 @@ stdenv.mkDerivation (finalAttrs: { ] ++ devExtraCmakeFlags; # TODO: Remove on `staging`. prePatch = ""; postPatch = ""; postInstall = lib.optionalString (enableShared && !stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isWindows) '' Loading