diff options
author | EuAndreh <eu@euandre.org> | 2022-08-25 06:27:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-25 06:27:14 -0300 |
commit | d85389b0380c3752793a34350c1e33e84c783a51 (patch) | |
tree | a1a1e52bf37cf9e640d96939dd87446bca24198a | |
parent | src/xyz/euandreh/queue.scm: Add ruby-teamocil package (diff) | |
download | package-repository-d85389b0380c3752793a34350c1e33e84c783a51.tar.gz package-repository-d85389b0380c3752793a34350c1e33e84c783a51.tar.xz |
Revert "src/xyz/euandreh/queue.scm: Add ruby-teamocil package"
This reverts commit e0078f3bf080b8165ada54d21f267dfa252c6288.
-rw-r--r-- | src/xyz/euandreh/queue.scm | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 2822919..677beaa 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -9,7 +9,6 @@ #:use-module (guix build-system gnu) #:use-module (guix build-system perl) #:use-module (guix build-system python) - #:use-module (guix build-system ruby) #:use-module (guix build-system trivial) #:use-module (gnu packages) #:use-module (gnu packages aspell) @@ -347,27 +346,6 @@ collections.OrderedDict that works in Python 2.4-2.6.") (description "We have made you a wrapper you can't refuse") (license #f))) -(define-public ruby-teamocil - (package - (name "ruby-teamocil") - (version "1.4.2") - (source (origin - (method url-fetch) - (uri (rubygems-uri "teamocil" version)) - (sha256 - (base32 - "1l5f33faipb45xx7ds67s7dqgvjlljlcxgpgig4pg8p002vg06r2")))) - (build-system ruby-build-system) - (arguments - `(#:tests? #f)) - (synopsis - "Teamocil is a simple tool used to automatically create windows and panes in tmux with YAML files.") - (description - "Teamocil is a simple tool used to automatically create windows and panes in tmux -with YAML files.") - (home-page "http://www.teamocil.com") - (license license:expat))) - (list grap hunspell-iconv @@ -380,5 +358,4 @@ with YAML files.") python-pymd4c-latest mdpo-patched python-docx - python-telegram-bot - ruby-teamocil) + python-telegram-bot) |