Unverified Commit 9c85e4f1 authored by piegames's avatar piegames Committed by GitHub
Browse files

Merge pull request #269869 from NixOS/backport-269211-to-release-23.11

[Backport release-23.11] gnomeExtensions.ddterm: unbreak
parents a4487f13 a14f2a4d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ super: lib.trivial.pipe super [
    buildInputs = [ vte ];
    postFixup = ''
      wrapGApp "$out/share/gnome-shell/extensions/ddterm@amezin.github.com/bin/com.github.amezin.ddterm"
      wrapGApp "$out/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/app/dependencies-notification.js"
    '';
  }))