Hi. I'm creating a patch that updates ECM to 5.91.0 but it failed the check. The build log reports the KDEFetchTranslations test failed, with following log ``` 3/86 Test #3: KDEFetchTranslations .........................................................***Failed 0.34 sec Internal cmake changing into directory: /tmp/guix-build-extra-cmake-modules-5.91.0.drv-0/build/tests/KDEFetchTranslations Error: cmake execution failed The C compiler identification is GNU 10.3.0 The CXX compiler identification is GNU 10.3.0 Detecting C compiler ABI info Detecting C compiler ABI info - done Check for working C compiler: /gnu/store/069aq2v993kpc41yabp5b6vm4wb9jkhg-gcc-10.3.0/bin/gcc - skipped Detecting C compile features Detecting C compile features - done Detecting CXX compiler ABI info Detecting CXX compiler ABI info - done Check for working CXX compiler: /gnu/store/069aq2v993kpc41yabp5b6vm4wb9jkhg-gcc-10.3.0/bin/c++ - skipped Detecting CXX compile features Detecting CXX compile features - done module: KDEInstallDirs Installing in . Run /tmp/guix-build-extra-cmake-modules-5.91.0.drv-0/build/tests/KDEFetchTranslations/prefix.sh to set the environment for extra-cmake-modules. module: KDECMakeSettings Could not set up the appstream test. appstreamcli is missing. module: ECMMarkNonGuiExecutable CMake Error at CMakeLists.txt:22 (message): Wrong repository name: extra-cmake-modules, should be 'frameworks/extra-cmake-modules' Configuring incomplete, errors occurred! See also "/tmp/guix-build-extra-cmake-modules-5.91.0.drv-0/build/tests/KDEFetchTranslations/CMakeFiles/CMakeOutput.log". ``` It says that the name of project should equal to `frameworks/extra-cmake-modules`. But I don't see they set the project name to `frameworks/extra-cmake-modules`. I checked the package recipe of Archlinux and Nixpkgs, looks that they don't have this issue. WDYT?