summary refs log tree commit diff
path: root/pkgs/applications/editors/gedit/correct-gir-lib-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/gedit/correct-gir-lib-path.patch')
-rw-r--r--pkgs/applications/editors/gedit/correct-gir-lib-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/gedit/correct-gir-lib-path.patch b/pkgs/applications/editors/gedit/correct-gir-lib-path.patch
new file mode 100644
index 00000000000..b3689e42066
--- /dev/null
+++ b/pkgs/applications/editors/gedit/correct-gir-lib-path.patch
@@ -0,0 +1,13 @@
+diff --git a/gedit/meson.build b/gedit/meson.build
+index a8683e61a..fc48669f7 100644
+--- a/gedit/meson.build
++++ b/gedit/meson.build
+@@ -191,7 +191,7 @@ libgedit_shared_lib = shared_library(
+   c_args: libgedit_c_args,
+   link_args: libgedit_link_args,
+   install: true,
+-  install_dir: get_option('libdir') / 'gedit',
++  install_dir: get_option('prefix') / get_option('libdir') / 'gedit',
+ )
+ 
+ # GObject Introspection