[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/70: bootstrap: patch-boot0: Remove ed dependency.
From: |
guix-commits |
Subject: |
68/70: bootstrap: patch-boot0: Remove ed dependency. |
Date: |
Sun, 15 Dec 2019 08:36:51 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 6ddaa22d3780e94db02964a554004a9bc04edec2
Author: Jan Nieuwenhuizen <address@hidden>
Date: Wed Dec 11 10:09:45 2019 +0100
bootstrap: patch-boot0: Remove ed dependency.
* gnu/packages/commencement.scm (patch-boot0): Build without ed.
(ed-boot0): Remove.
* gnu/packages/ed.scm (ed-1.4): Remove.
---
gnu/packages/commencement.scm | 12 ------------
gnu/packages/ed.scm | 14 --------------
2 files changed, 26 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 4b9096e..9e3cecc 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2806,18 +2806,6 @@ exec " gcc "/bin/" program
#:implicit-inputs? #f
,@(package-arguments diffutils)))))
-(define ed-boot0
- (package
- (inherit ed-1.4)
- (source (bootstrap-origin (package-source ed-1.4)))
- (inputs
- `(("make" ,gnu-make-boot0)
- ,@(%bootstrap-inputs+toolchain)))
- (arguments
- `(#:implicit-inputs? #f
- #:guile ,%bootstrap-guile
- ,@(package-arguments ed-1.4)))))
-
(define findutils-boot0
(package
(inherit findutils)
diff --git a/gnu/packages/ed.scm b/gnu/packages/ed.scm
index 0dd0e45..d4c7ea6 100644
--- a/gnu/packages/ed.scm
+++ b/gnu/packages/ed.scm
@@ -57,17 +57,3 @@ 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"))))))
- 49/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co., (continued)
- 49/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 53/70: bootstrap: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 42/70: bootstrap: Add gcc-core-mesboot1., guix-commits, 2019/12/15
- 55/70: bootstrap: Remove m4-mesboot., guix-commits, 2019/12/15
- 54/70: bootstrap: Add coreutils-mesboot., guix-commits, 2019/12/15
- 62/70: bootstrap: Add patch-boot0., guix-commits, 2019/12/15
- 70/70: bootstrap: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball., guix-commits, 2019/12/15
- 19/70: bootstrap: mes-boot: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 66/70: bootstrap: Add coreutils-boot0., guix-commits, 2019/12/15
- 63/70: bootstrap: Add bzip2-boot0., guix-commits, 2019/12/15
- 68/70: bootstrap: patch-boot0: Remove ed dependency.,
guix-commits <=
- 69/70: bootstrap: static-bash-for-bootstrap: Use static-bash., guix-commits, 2019/12/15
- 60/70: gnu: Add ed-1.4., guix-commits, 2019/12/15
- 67/70: bootstrap: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2019/12/15
- 64/70: bootstrap: Add tar-boot0., guix-commits, 2019/12/15