Unverified Commit 11f69a77 authored by Luna's avatar Luna Committed by Luna Nova
Browse files

llvmPackages.libunwind: clean up rebuild avoidance

parent 43135fcd
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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)
      ''