about summary refs log tree commit diff
path: root/pkgs/applications/editors/xed-editor/correct-gir-lib-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/xed-editor/correct-gir-lib-path.patch')
-rw-r--r--pkgs/applications/editors/xed-editor/correct-gir-lib-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/xed-editor/correct-gir-lib-path.patch b/pkgs/applications/editors/xed-editor/correct-gir-lib-path.patch
new file mode 100644
index 0000000000000..fa530e9a12afa
--- /dev/null
+++ b/pkgs/applications/editors/xed-editor/correct-gir-lib-path.patch
@@ -0,0 +1,13 @@
+diff --git a/xed/meson.build b/xed/meson.build
+index 7525bad..ae0814e 100644
+--- a/xed/meson.build
++++ b/xed/meson.build
+@@ -143,7 +143,7 @@ libxed = library(
+     dependencies: xed_deps,
+     include_directories: include_dirs,
+     install: true,
+-    install_dir: join_paths(libdir, 'xed')
++    install_dir: join_paths(prefix, libdir, 'xed')
+ )
+ 
+ install_headers(