llvmPackages.openmp: clean up rebuild avoidance

This commit is contained in:
Luna
2025-09-28 21:08:29 -07:00
parent 072095cb06
commit f85d20b665
@@ -46,9 +46,6 @@ stdenv.mkDerivation (finalAttrs: {
"dev"
];
# TODO: Remove on `staging`.
patchFlags = null;
patches =
lib.optional (lib.versionOlder release_version "19") (getVersionFile "openmp/fix-find-tool.patch")
++ [