aboutsummaryrefslogtreecommitdiff
path: root/src/xyz/euandreh/queue.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-26 17:17:30 -0300
committerEuAndreh <eu@euandre.org>2023-02-26 17:17:33 -0300
commitd61ec4d4cd821fc2ab53fae247823fd240efcaa4 (patch)
tree31b26a279af580bc60340378829fe01940db0e7d /src/xyz/euandreh/queue.scm
parentsrc/xyz/euandreh/packages.scm: Fix source address (diff)
downloadpackage-repository-d61ec4d4cd821fc2ab53fae247823fd240efcaa4.tar.gz
package-repository-d61ec4d4cd821fc2ab53fae247823fd240efcaa4.tar.xz
queue.scm: Remove tmux-plugin-resurrect
My patch was applied upstream. I've just sent a patch for tmux-plugin-continuum, so that it can be removed from here too.
Diffstat (limited to '')
-rw-r--r--src/xyz/euandreh/queue.scm49
1 files changed, 0 insertions, 49 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm
index 2a80a36..5d22da0 100644
--- a/src/xyz/euandreh/queue.scm
+++ b/src/xyz/euandreh/queue.scm
@@ -480,55 +480,6 @@ left it off the last time it was used.")
(home-page "https://github.com/tmux-plugins/tmux-continuum/")
(license license:expat)))
-(define-public tmux-plugin-resurrect
- (package
- (name "tmux-plugin-resurrect")
- (version "a2ddfb96b94bb64a7a2e3f5fa2a7c57dce8ad579")
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url "https://github.com/tmux-plugins/tmux-resurrect/")
- (commit version)))
- (sha256
- (base32 "1gc8z99na1d4scn2kq4alwyn43h3r7ykz9bkhcypjh8iri6dsl0c"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils))
- #:builder
- (begin
- (use-modules (guix build utils))
- (let ((out (string-append %output "/share/tmux-plugins/resurrect/")))
- (mkdir-p out)
- (copy-recursively (assoc-ref %build-inputs "source")
- out)))))
- (synopsis "Restore tmux environment after system restart")
- (description
- "This plugin goes to great lengths to save and restore all the details
-from your tmux environment. Here's what's been taken care of:
-
-@itemize
-@item all sessions, windows, panes and their order
-@item current working directory for each pane
-@item exact pane layouts within windows (even when zoomed)
-@item active and alternative session
-@item active and alternative window for each session
-@item windows with focus
-@item active pane for each window
-@item \"grouped sessions\" (useful feature when using tmux with multiple monitors)
-@item programs running within a pane! More details in the restoring programs doc.
-@end itemize
-
-Optional:
-
-@itemize
-@item restoring vim and neovim sessions
-@item restoring pane contents
-@end itemize")
- (home-page "https://github.com/tmux-plugins/tmux-resurrect/")
- (license license:expat)))
-
(define-public remhind
(package
(name "remhind")