mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 01:07:42 +00:00
gnome.mutter: fix libdir path
This commit is contained in:
parent
270afc54e1
commit
0e2471e421
@ -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" {} ''
|
||||
|
Loading…
Reference in New Issue
Block a user