Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git] / pkgs / desktops / gnome / core / gnome-shell / shew-gir-path.patch
blob6d888725b5d2edd31350220d8ee53f3e84fd753f
1 --- a/subprojects/shew/src/meson.build
2 +++ b/subprojects/shew/src/meson.build
3 @@ -13,7 +13,7 @@ shew_sources = [
4 libshew = library(full_name,
5 sources: shew_sources,
6 dependencies: [gtk_dep, x11_dep],
7 - install_dir: pkglibdir,
8 + install_dir: get_option('prefix') / pkglibdir,
9 install: true,