Eric Bavier <ericbav...@gmail.com> skribis: > This patch moved pixman to xdisorg.scm, but pixman is a propagated input to > xorg-server in xorg.scm.
Indeed, there’s a number of “unbound variable” warnings: --8<---------------cut here---------------start------------->8--- gnu/packages/gtk.scm:83:4: warning: possibly unbound variable `pixman' gnu/packages/xorg.scm:2258:12: warning: possibly unbound variable `mtdev' gnu/packages/xorg.scm:2610:12: warning: possibly unbound variable `libdrm' gnu/packages/xorg.scm:4336:6: warning: possibly unbound variable `pixman' --8<---------------cut here---------------end--------------->8--- John: could you adjust the #:use-module clauses of the affected modules? Thanks, Ludo’.