gnome.mutter: fix libdir path

This commit is contained in:
Bobby Rong 2021-07-24 15:25:14 +08:00
parent 270afc54e1
commit 0e2471e421

View File

@ -134,7 +134,7 @@ let self = stdenv.mkDerivation rec {
PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev";
passthru = {
libdir = "${self}/lib/mutter-7";
libdir = "${self}/lib/mutter-8";
tests = {
libdirExists = runCommand "mutter-libdir-exists" {} ''