Merge pull request #148720 from bobby285271/mutter
gnome.mutter: fix libdir path
This commit is contained in:
commit
15f2cda367
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ let self = stdenv.mkDerivation rec {
|
|||
PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev";
|
||||
|
||||
passthru = {
|
||||
libdir = "${self}/lib/mutter-8";
|
||||
libdir = "${self}/lib/mutter-9";
|
||||
|
||||
tests = {
|
||||
libdirExists = runCommand "mutter-libdir-exists" {} ''
|
||||
|
|
Loading…
Reference in a new issue