nixpkgs/pkgs/desktops/gnome-3/core/gnome-shell/shew-gir-path.patch
Tor Hedin Brønner b5fd24e707 gnome3.gnome-shell: 3.36.0 -> 3.36.1
- Adds bash-completion depedency.
- New internal library (`libshew`) require absolute install path.
- Some services (like the extension app) isn't wrapped correctly without
  patching.

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2020-04-12 13:37:57 +02:00

12 lines
297 B
Diff

--- 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,
)