[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/70: gnu: Add ed-1.4.
From: |
guix-commits |
Subject: |
62/70: gnu: Add ed-1.4. |
Date: |
Wed, 11 Dec 2019 13:03:27 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 15c3b4cb90332fb744457cc4ba049cca873bc168
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Nov 23 08:46:40 2019 +0100
gnu: Add ed-1.4.
* gnu/packages/ed.scm (ed-1.4): New variable.
---
gnu/packages/ed.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/ed.scm b/gnu/packages/ed.scm
index c219876..0dd0e45 100644
--- a/gnu/packages/ed.scm
+++ b/gnu/packages/ed.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2012 Nikita Karetnikov <address@hidden>
;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
;;; Copyright © 2016, 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -56,3 +57,17 @@ interactively and via shell scripts. Its method of command
input allows
complex tasks to be performed in an automated way. GNU ed offers several
extensions over the standard utility.")
(license gpl3+)))
+
+(define-public ed-1.4
+ ;; Ed distributes as .lz only since version 1.4.
+ (package
+ (inherit ed)
+ (version "1.4")
+ (native-inputs '())
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnu/ed/ed-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1njgcghms1377csldi1yqjhcpghiii6bshdhnjpqp78sxs2xldnv"))))))
- 65/70: bootstrap: Add bzip2-boot0., (continued)
- 65/70: bootstrap: Add bzip2-boot0., guix-commits, 2019/12/11
- 57/70: bootstrap: Remove m4-mesboot., guix-commits, 2019/12/11
- 58/70: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co., guix-commits, 2019/12/11
- 55/70: bootstrap: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/11
- 54/70: bootstrap: gcc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/11
- 61/70: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash., guix-commits, 2019/12/11
- 51/70: bootstrap: glibc-mesboot: Scheme-only bootstrap., guix-commits, 2019/12/11
- 59/70: bootstrap: Add gawk-boot0., guix-commits, 2019/12/11
- 66/70: bootstrap: Add tar-boot0., guix-commits, 2019/12/11
- 69/70: bootstrap: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2019/12/11
- 62/70: gnu: Add ed-1.4.,
guix-commits <=
- 68/70: bootstrap: Add coreutils-boot0., guix-commits, 2019/12/11
- 67/70: bootstrap: Typo., guix-commits, 2019/12/11
- 35/70: bootstrap: gcc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/11
- 49/70: bootstrap: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/11
- 34/70: bootstrap: glibc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/11
- 39/70: bootstrap: Add coreutils-mesboot0., guix-commits, 2019/12/11
- 41/70: bootstrap: Add gawk-mesboot., guix-commits, 2019/12/11
- 46/70: bootstrap: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2019/12/11
- 52/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/11
- 56/70: bootstrap: Add coreutils-mesboot., guix-commits, 2019/12/11