llvmPackages.libunwind: clean up rebuild avoidance

This commit is contained in:
Luna
2025-09-30 08:25:32 -07:00
committed by Luna Nova
parent 43135fcdc6
commit 11f69a77db
@@ -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)
''