summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-11 15:46:47 +0200
committerGitHub <noreply@github.com>2021-08-11 15:46:47 +0200
commitc0778702a91e1905684b0d885ed8b72b6c0afb67 (patch)
treecb6da7af893ed9740817010db4cda07e68eda013 /pkgs
parentb842a751a2ff2be1257dd24b9c8d057c4134c640 (diff)
parent0e2471e421621ebe2558c07ee21bdadb6ab992ae (diff)
downloadnixpkgs-c0778702a91e1905684b0d885ed8b72b6c0afb67.tar
nixpkgs-c0778702a91e1905684b0d885ed8b72b6c0afb67.tar.gz
nixpkgs-c0778702a91e1905684b0d885ed8b72b6c0afb67.tar.bz2
nixpkgs-c0778702a91e1905684b0d885ed8b72b6c0afb67.tar.lz
nixpkgs-c0778702a91e1905684b0d885ed8b72b6c0afb67.tar.xz
nixpkgs-c0778702a91e1905684b0d885ed8b72b6c0afb67.tar.zst
nixpkgs-c0778702a91e1905684b0d885ed8b72b6c0afb67.zip
Merge pull request #131311 from bobby285271/mutter
gnome.mutter: fix libdir path
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/gnome/core/mutter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome/core/mutter/default.nix b/pkgs/desktops/gnome/core/mutter/default.nix
index 4ad082dabfc..c4f29e14f56 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" {} ''