about summary refs log tree commit diff
path: root/nixpkgs/pkgs/desktops/gnome-3/core/gnome-shell/shew-gir-path.patch
blob: 2d7bdf303151d5c2f39a828f8fd65a6b2cc4ed37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/subprojects/shew/src/meson.build
+++ b/subprojects/shew/src/meson.build
@@ -13,7 +13,7 @@ shew_sources = [
 libshew = library(full_name,
   sources: shew_sources,
   dependencies: [gtk_dep],
-  install_dir: pkglibdir,
+  install_dir: get_option('prefix') / pkglibdir,
   install: true,
 )