Hello, Am Wed, Jun 04, 2025 at 09:43:09PM +0000 schrieb MGD: > I recently attempted to install QGIS on a freshly set up Guix machine, but I > noticed that the build time is significantly slower compared to other > packages.
well, what do you compare it with? As you write, this package seems to be broken. So there are no substitutes, and instead of just downloading a build result, your machine will first download all inputs of the package and then try to compile it from scratch. This takes a very long time before it fails. More precisely, almost all tests of the package fail, which hints to there being a problem with the inputs: RuntimeError: the sip module implements API v12.0 to v12.15 but the qgis._gui module requires API v12.16 CMake Error at PyQgs3DTerrain.cmake:23 (message): Test failed: 1 It would be nice if someone familiar with this package could repair it. Andreas
