watchman: remove obsolete postFixup

The compiler wrapper does this for Clang now.
This commit is contained in:
Emily
2025-09-16 02:26:59 +01:00
parent a99fa03c93
commit 2432d98325
-5
View File
@@ -103,11 +103,6 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail 'set(CMAKE_CXX_STANDARD 17)' 'set(CMAKE_CXX_STANDARD 20)'
'';
postFixup = ''
# TODO: Do this in `fmt` rather than downstream.
remove-references-to -t ${folly.fmt.dev} $out/bin/*
'';
passthru.updateScript = ./update.sh;
meta = {