llvmPackages.libunwind: clean up rebuild avoidance
This commit is contained in:
@@ -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)
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user