From 0e2471e421621ebe2558c07ee21bdadb6ab992ae Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 24 Jul 2021 15:25:14 +0800 Subject: [PATCH] gnome.mutter: fix libdir path --- pkgs/desktops/gnome/core/mutter/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/desktops/gnome/core/mutter/default.nix b/pkgs/desktops/gnome/core/mutter/default.nix index 4ad082dabfcd..c4f29e14f56c 100644 --- a/pkgs/desktops/gnome/core/mutter/default.nix +++ b/pkgs/desktops/gnome/core/mutter/default.nix @@ -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" {} ''