gnome.mutter: fix libdir path

This commit is contained in:
Bobby Rong
2021-12-05 23:06:19 +08:00
parent 6daa4a5c04
commit 1a5a9b1e9d
+1 -1
View File
@@ -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" {} ''