mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
gnomeExtensions.ddterm: fix gjs path
The new version has #!@GJS_SHEBANG@ which ended up as #!/usr/bin/gjs -> #!/usr/bin//nix/store../bin/gjs. gnomeExtensions.ddterm: add libhandy as dependency libhandy was added as dependency on commit:eade14f6f4
(cherry picked from commitd89c0a9689
)
This commit is contained in:
parent
3027b8b4cf
commit
b94996afd1
@ -9,6 +9,7 @@
|
||||
, hddtemp
|
||||
, libgda
|
||||
, libgtop
|
||||
, libhandy
|
||||
, liquidctl
|
||||
, lm_sensors
|
||||
, netcat-gnu
|
||||
@ -45,9 +46,9 @@ super: lib.trivial.pipe super [
|
||||
|
||||
(patchExtension "ddterm@amezin.github.com" (old: {
|
||||
nativeBuildInputs = [ gobject-introspection wrapGAppsHook3 ];
|
||||
buildInputs = [ vte ];
|
||||
buildInputs = [ vte libhandy gjs ];
|
||||
postFixup = ''
|
||||
substituteInPlace "$out/share/gnome-shell/extensions/ddterm@amezin.github.com/bin/com.github.amezin.ddterm" --replace "gjs" "${gjs}/bin/gjs"
|
||||
patchShebangs "$out/share/gnome-shell/extensions/ddterm@amezin.github.com/bin/com.github.amezin.ddterm"
|
||||
wrapGApp "$out/share/gnome-shell/extensions/ddterm@amezin.github.com/bin/com.github.amezin.ddterm"
|
||||
'';
|
||||
}))
|
||||
|
Loading…
Reference in New Issue
Block a user