[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: sed-mesboot0: Remove package.
From: |
guix-commits |
Subject: |
09/12: gnu: sed-mesboot0: Remove package. |
Date: |
Sat, 19 Mar 2022 15:42:20 -0400 (EDT) |
samplet pushed a commit to branch core-updates
in repository guix.
commit e42753fd862486a29e9b6da8fc105fba23d6318a
Author: Timothy Sample <samplet@ngyro.com>
AuthorDate: Sun Apr 4 23:00:27 2021 -0400
gnu: sed-mesboot0: Remove package.
* gnu/packages/commencement.scm (sed-mesboot0): Remove variable.
(%boot-tcc-inputs): Remove 'sed-mesboot0'.
---
gnu/packages/commencement.scm | 44 -------------------------------------------
1 file changed, 44 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index d0bac512a3..49b7defffb 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -881,54 +881,10 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
;; FIXME: no compressing gzip yet
(delete 'compress-documentation))))))
-(define sed-mesboot0
- ;; The initial sed.
- (package
- (inherit sed)
- (name "sed-mesboot0")
- (version "1.18")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnu/sed/sed-"
- version ".tar.gz"))
- (sha256
- (base32
- "1hyv7i82jd0q18xcql51ylc8jwadp3gb3irgcqlis3v61p35jsv2"))))
- (supported-systems '("i686-linux" "x86_64-linux"))
- (inputs '())
- (propagated-inputs '())
- (native-inputs (%boot-tcc0-inputs))
- (arguments
- `(#:implicit-inputs? #f
- #:guile ,%bootstrap-guile
- #:parallel-build? #f
- #:configure-flags '("CC=tcc")
- #:make-flags '("CC=tcc" "extra_objs=" "DEFS=-D HAVE_BCOPY")
- #:strip-binaries? #f ; no strip yet
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'scripted-patch
- (lambda _
- (let* ((out (assoc-ref %outputs "out"))
- (bash (assoc-ref %build-inputs "bash"))
- (shell (string-append bash "/bin/bash")))
- (substitute* "configure"
- (("/bin/sh") shell)))))
- (replace 'check
- (lambda _
- (invoke "./sed" "--version")))
- (replace 'install
- (lambda _
- (let* ((out (assoc-ref %outputs "out"))
- (bin (string-append out "/bin")))
- (install-file "sed" bin)))))))))
-
(define (%boot-tcc-inputs)
`(("bash" ,bash-mesboot0)
("gzip" ,gzip-mesboot)
("patch" ,patch-mesboot)
- ("sed" ,sed-mesboot0)
- ;; Place lower than sed so we don't override it.
("gash-utils" ,gash-utils-boot)
("tcc" ,tcc-boot)
,@(alist-delete "tcc" (%boot-tcc0-inputs))))
- branch core-updates updated (806824c2c0 -> f0136b36ae), guix-commits, 2022/03/19
- 01/12: gnu: hello-mesboot: Downgrade to 2.10., guix-commits, 2022/03/19
- 03/12: gnu-bootstrap: Allow multiple module directories., guix-commits, 2022/03/19
- 05/12: gnu: bootar: Update to 1b., guix-commits, 2022/03/19
- 07/12: gnu: gash-utils-boot: Create 'echo' wrapper., guix-commits, 2022/03/19
- 02/12: gnu-bootstrap: Configure PACKAGE_NAME., guix-commits, 2022/03/19
- 04/12: gnu: gash-utils: Update to 0.2.0., guix-commits, 2022/03/19
- 10/12: gnu: binutils-mesboot0: Update to 2.20.1a., guix-commits, 2022/03/19
- 06/12: gnu: gash: Update to 0.3.0., guix-commits, 2022/03/19
- 08/12: gnu: bzip2-mesboot: Remove package., guix-commits, 2022/03/19
- 09/12: gnu: sed-mesboot0: Remove package.,
guix-commits <=
- 11/12: gnu: %boot-tcc-inputs: Remove extra "gash-utils"., guix-commits, 2022/03/19
- 12/12: gnu: commencement: Remove many old utilities., guix-commits, 2022/03/19