diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-02-16 20:13:36 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-04-02 10:15:18 +0200 |
| commit | 8ff2eff8171c7e32a68fc5daf4be88000709a29a (patch) | |
| tree | d0bed604778661d5d398ebfe4642a82b13593239 | |
| parent | 6728a2d1d609fab60fefa5bcedc67754181593b4 (diff) | |
gnu: ed: Update to 1.22.5.
* gnu/packages/text-editors.scm (ed): Update to 1.22.5.
[#:phases]: Remove 'patch-test-suite phase.
Change-Id: Ie5bab5717df3d33e2999f44db5feb298e67552c0
Change-Id: I9b865019193b14e5a8c35e9da80170fdc0d2e0fd
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | gnu/packages/text-editors.scm | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 618e8c1bcbd..ee09a9f2216 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm | |||
| @@ -140,24 +140,18 @@ | |||
| 140 | (define-public ed | 140 | (define-public ed |
| 141 | (package | 141 | (package |
| 142 | (name "ed") | 142 | (name "ed") |
| 143 | (version "1.22.2") | 143 | (version "1.22.5") |
| 144 | (source (origin | 144 | (source (origin |
| 145 | (method url-fetch) | 145 | (method url-fetch) |
| 146 | (uri (string-append "mirror://gnu/ed/ed-" | 146 | (uri (string-append "mirror://gnu/ed/ed-" |
| 147 | version ".tar.lz")) | 147 | version ".tar.lz")) |
| 148 | (sha256 | 148 | (sha256 |
| 149 | (base32 | 149 | (base32 |
| 150 | "1qzzjhvxir0mq68yzaxhbhnjmylhv1h4rwqkdzvmmqan40j1b3gm")))) | 150 | "1k2ql71ybnsfwh81f95qwcg9wl2ijyziav1pj1kav7gjqbfhgqan")))) |
| 151 | (build-system gnu-build-system) | 151 | (build-system gnu-build-system) |
| 152 | (native-inputs (list lzip)) | 152 | (native-inputs (list lzip)) |
| 153 | (arguments | 153 | (arguments |
| 154 | `(#:configure-flags (list ,(string-append "CC=" (cc-for-target))) | 154 | `(#:configure-flags (list ,(string-append "CC=" (cc-for-target))))) |
| 155 | #:phases | ||
| 156 | (modify-phases %standard-phases | ||
| 157 | (add-before 'patch-source-shebangs 'patch-test-suite | ||
| 158 | (lambda _ | ||
| 159 | (substitute* "testsuite/check.sh" | ||
| 160 | (("/bin/sh") (which "sh")))))))) | ||
| 161 | (home-page "https://www.gnu.org/software/ed/") | 155 | (home-page "https://www.gnu.org/software/ed/") |
| 162 | (synopsis "Line-oriented text editor") | 156 | (synopsis "Line-oriented text editor") |
| 163 | (description | 157 | (description |
