1
0
Fork 0

Fix executor

This commit is contained in:
Malte Brandy 2021-07-14 00:40:50 +02:00
parent 9cfd5b8afa
commit 8df1c0d2b9
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -43,8 +43,13 @@ self: super: {
inherit (self.gnomeExtensions) appindicator system-monitor
clipboard-indicator emoji-selector sound-output-device-chooser
window-is-ready-remover nothing-to-say notification-banner-position gtile
caffeine executor dash-to-panel
caffeine dash-to-panel
;
executor = self.gnomeExtensions.executor.overrideAttrs (old: {
buildCommand = old.buildCommand + ''
substituteInPlace $out/share/gnome-shell/extensions/executor@raujonas.github.io/extension.js --replace "'/bin/bash'" "'/usr/bin/env', 'bash'"
'';
});
inherit (self.gnome)
dconf dconf-editor gnome-tweaks gnome-shell-extensions adwaita-icon-theme
gnome-session