Merge pull request #148720 from bobby285271/mutter

gnome.mutter: fix libdir path

authored by Jan Tojnar and committed by GitHub 15f2cda3 3cabe0c3

+1 -1
+1 -1
pkgs/desktops/gnome/core/mutter/default.nix
··· 136 PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev"; 137 138 passthru = { 139 - libdir = "${self}/lib/mutter-8"; 140 141 tests = { 142 libdirExists = runCommand "mutter-libdir-exists" {} ''
··· 136 PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev"; 137 138 passthru = { 139 + libdir = "${self}/lib/mutter-9"; 140 141 tests = { 142 libdirExists = runCommand "mutter-libdir-exists" {} ''