kdePackages.extra-cmake-modules: stop propagating userEnvPkgs

This is stupid. We should not be doing this. I'm sure we're about
to find that it's somehow load bearing.
This commit is contained in:
K900
2025-06-17 00:08:40 +03:00
parent 42ceb2d5e5
commit 6b9c56b07a
@@ -104,10 +104,5 @@ ecmHostPathHook() {
break
fi
done
if [ -d "$1/share/dbus-1" ]
then
appendToVar propagatedUserEnvPkgs "$1"
fi
}
addEnvHooks "$hostOffset" ecmHostPathHook