···79 doCheck = true;
8081 checkFlags =
82- [ "LC_ALL=C.UTF-8" ]
83 # QT_PLUGIN_PATH needs to be set when executing QT, which is needed when testing Bitcoin's GUI.
84 # See also https://github.com/NixOS/nixpkgs/issues/24256
85 ++ optional withGui "QT_PLUGIN_PATH=${qtbase}/${qtbase.qtPluginPrefix}";
···79 doCheck = true;
8081 checkFlags =
82+ [ "LC_ALL=en_US.UTF-8" ]
83 # QT_PLUGIN_PATH needs to be set when executing QT, which is needed when testing Bitcoin's GUI.
84 # See also https://github.com/NixOS/nixpkgs/issues/24256
85 ++ optional withGui "QT_PLUGIN_PATH=${qtbase}/${qtbase.qtPluginPrefix}";