mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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
This commit is contained in:
parent
5ae81761ab
commit
ce7794992d
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue