Hi ! From 2 weeks I want install the service CUPS with drivers HP, but qtwebkit failed for build.
Message Error. builder for `/gnu/store/ch0bm49p7dmvdipcjbmndhc7gyyad8k8-qtwebkit-5.212.0-alpha2.drv' failed with exit code 1 cannot build derivation `/gnu/store/c42v51qrgj9nz949axqh61qinkil37fq-python-pyqt-5.11.2.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/byidz2khaynrjb70xfivcdx7xrhzh9jn-hplip-3.18.6.drv': 1 dependencies couldn't be built guix system: error: build failed: build of `/gnu/store/byidz2khaynrjb70xfivcdx7xrhzh9jn-hplip-3.18.6.drv' failed My herd status : Démarrés : + avahi-daemon + console-font-tty1 + console-font-tty2 + console-font-tty3 + console-font-tty4 + console-font-tty5 + console-font-tty6 + dbus-system + elogind + file-system-/dev/pts + file-system-/dev/shm + file-system-/gnu/store + file-system-/run/systemd + file-system-/run/user + file-system-/sys/fs/cgroup + file-system-/sys/fs/cgroup/blkio + file-system-/sys/fs/cgroup/cpu + file-system-/sys/fs/cgroup/cpuacct + file-system-/sys/fs/cgroup/cpuset + file-system-/sys/fs/cgroup/devices + file-system-/sys/fs/cgroup/elogind + file-system-/sys/fs/cgroup/freezer + file-system-/sys/fs/cgroup/memory + file-system-/sys/fs/cgroup/perf_event + file-systems + guix-daemon + host-name + loopback + networking + nscd + ntpd + root + root-file-system + syslogd + term-tty1 + term-tty2 + term-tty3 + term-tty4 + term-tty5 + term-tty6 + udev + upower-daemon + urandom-seed + user-file-systems + user-processes + virtual-terminal + wpa-supplicant + xorg-server My service CUPS to config.scm : (services (cons* (gnome-desktop-service) ;;Service Cups avec pilotes imprimante hp (service cups-service-type (cups-configuration (web-interface? #t) (extensions (list cups-filters hplip)))) (xfce-desktop-service) %desktop-services))