···208208 import ../qtModule.nix
209209 {
210210 inherit perl;
211211- inherit lib stdenv;
212212- inherit buildPackages;
211211+ inherit lib;
213212 # Use a variant of mkDerivation that does not include wrapQtApplications
214213 # to avoid cyclic dependencies between Qt modules.
215214 mkDerivation =
···11if [[ -n "${__nix_qtbase-}" ]]; then
22- if [ -z "${dontWorryAboutQtMismatch-}" ]; then
32 # Throw an error if a different version of Qt was already set up.
43 if [[ "$__nix_qtbase" != "@dev@" ]]; then
54 echo >&2 "Error: detected mismatched Qt dependencies:"
···76 echo >&2 " $__nix_qtbase"
87 exit 1
98 fi
1010- fi
119else # Only set up Qt once.
1210__nix_qtbase="@dev@"
1311