From 11f69a77db190f2eafd3d3e6ac4377011814e9f8 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 28 Sep 2025 21:08:59 -0700 Subject: [PATCH] llvmPackages.libunwind: clean up rebuild avoidance --- .../compilers/llvm/common/libunwind/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/development/compilers/llvm/common/libunwind/default.nix b/pkgs/development/compilers/llvm/common/libunwind/default.nix index cc73f02be4e6..cab7f978e3cd 100644 --- a/pkgs/development/compilers/llvm/common/libunwind/default.nix +++ b/pkgs/development/compilers/llvm/common/libunwind/default.nix @@ -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; } '' @@ -60,10 +57,6 @@ stdenv.mkDerivation (finalAttrs: { ] ++ devExtraCmakeFlags; - # TODO: Remove on `staging`. - prePatch = ""; - postPatch = ""; - postInstall = lib.optionalString (enableShared && !stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.isWindows) ''