1
0
Fork 0

Tweak executor

This commit is contained in:
Malte Brandy 2021-07-14 18:20:06 +02:00
parent 98d4edc666
commit 01c201c682
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -47,7 +47,7 @@ self: super: {
; ;
executor = self.gnomeExtensions.executor.overrideAttrs (old: { executor = self.gnomeExtensions.executor.overrideAttrs (old: {
buildCommand = old.buildCommand + '' buildCommand = old.buildCommand + ''
substituteInPlace $out/share/gnome-shell/extensions/executor@raujonas.github.io/extension.js --replace "'/bin/bash'" "'/usr/bin/env', 'bash'" substituteInPlace $out/share/gnome-shell/extensions/executor@raujonas.github.io/extension.js --replace "'/bin/bash'" "'bash'"
''; '';
}); });
inherit (self.gnome) inherit (self.gnome)