From ce7794992da301f08a6c5d41aa12c2a1e4242397 Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Mon, 6 May 2024 11:16:41 +0200 Subject: gnu: mutter: Don't try to install rules to udev's output. * gnu/packages/gnome.scm (mutter): Install udev rules to our own output. Change-Id: I4a332900321e86c53de485639a5651c9e9165766 --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 32bc228173..ac19be2dc1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7976,7 +7976,8 @@ to display dialog boxes from the commandline and shell scripts.") (string-append "-Dgles2_libname=" (search-input-file %build-inputs "lib/libGLESv2.so")) "-Degl_device=true" ;false by default - "-Dwayland_eglstream=true") ;false by default + "-Dwayland_eglstream=true" ;false by default + (string-append "-Dudev_dir=" #$output "/lib/udev")) #:test-options '(list "--verbose") #:phases #~(modify-phases %standard-phases -- cgit v1.2.3