nixpkgs/pkgs/desktops/gnome-3/core/gnome-shell/fix-bash-completion.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

11 lines
405 B
Diff

--- a/subprojects/extensions-tool/meson.build
+++ a/subprojects/extensions-tool/meson.build
@@ -39,6 +39,6 @@ subdir('src')
if bash_completion.found()
install_data('completion/bash/gnome-extensions',
- install_dir: bash_completion.get_pkgconfig_variable('completionsdir')
+ install_dir: bash_completion.get_pkgconfig_variable('completionsdir', define_variable: ['prefix', prefix])
)
endif