diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-23 22:45:01 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-24 15:39:07 +0900 |
| commit | bea01f2295100fffdc160a808c0bee4bc1f60f4e (patch) | |
| tree | 51f11998b98efa68327c5572bff139eb94adc974 | |
| parent | cd3e52f108703b829a85f5227d225ab9ee0d5d8c (diff) | |
gnu: Remove gobby-0.4.
* gnu/packages/gobby.scm (gobby-0.4): Delete variable.
Closes: #1071
Change-Id: Id202c82442d119534f4e84f7584398f9ce228d4d
| -rw-r--r-- | gnu/packages/gobby.scm | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/gnu/packages/gobby.scm b/gnu/packages/gobby.scm index d175fd59068..075438cdec3 100644 --- a/gnu/packages/gobby.scm +++ b/gnu/packages/gobby.scm | |||
| @@ -99,45 +99,6 @@ | |||
| 99 | documents in one session. Obby is used by the Gobby collaborative editor.") | 99 | documents in one session. Obby is used by the Gobby collaborative editor.") |
| 100 | (license license:gpl2+))) | 100 | (license license:gpl2+))) |
| 101 | 101 | ||
| 102 | ;; Although there is a newer version of Gobby defined below, the protocols are | ||
| 103 | ;; incompatible; you need Gobby 0.4 if you want to connect to servers running | ||
| 104 | ;; the 0.4 protocol. | ||
| 105 | (define-public gobby-0.4 | ||
| 106 | (package | ||
| 107 | (name "gobby") | ||
| 108 | (version "0.4.13") | ||
| 109 | (source (origin | ||
| 110 | (method url-fetch) | ||
| 111 | (uri (string-append "http://releases.0x539.de/gobby/gobby-" | ||
| 112 | version ".tar.gz")) | ||
| 113 | (file-name (string-append name "-" version ".tar.gz")) | ||
| 114 | (sha256 | ||
| 115 | (base32 | ||
| 116 | "0w8q01lf6bcdz537b29m7rwlbc7k87b12vnpm1h6219ypvzqkgcc")))) | ||
| 117 | (build-system gnu-build-system) | ||
| 118 | (native-inputs | ||
| 119 | (list pkg-config intltool)) | ||
| 120 | (inputs | ||
| 121 | `(("libxml++-2" ,libxml++-2) | ||
| 122 | ("gnutls" ,gnutls) | ||
| 123 | ("gtkmm-2" ,gtkmm-2) | ||
| 124 | ("gtksourceview-2" ,gtksourceview-2) | ||
| 125 | ("libnet6" ,libnet6) | ||
| 126 | ("obby" ,obby))) | ||
| 127 | (arguments | ||
| 128 | ;; Required by libsigc++. | ||
| 129 | `(#:configure-flags '("CXXFLAGS=-std=c++11"))) | ||
| 130 | (home-page "https://gobby.github.io/") | ||
| 131 | (synopsis "Collaborative editor") | ||
| 132 | (description | ||
| 133 | "Collaborative editor that supports multiple documents in one session and | ||
| 134 | a multi-user chat. Gobby allows multiple users to edit the same document | ||
| 135 | together over the internet in real-time. | ||
| 136 | |||
| 137 | This is the older 0.4 version of Gobby. Use this version only if you need to | ||
| 138 | connect to a server running the old 0.4 protocol.") | ||
| 139 | (license license:gpl2+))) | ||
| 140 | |||
| 141 | (define-public gobby | 102 | (define-public gobby |
| 142 | (package | 103 | (package |
| 143 | (name "gobby") | 104 | (name "gobby") |
