[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: commencement: Explicitly provide the source of 'tcc-boot'.
From: |
guix-commits |
Subject: |
02/09: gnu: commencement: Explicitly provide the source of 'tcc-boot'. |
Date: |
Tue, 19 Jul 2022 12:58:07 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f35b771a0fad038a33b6d9d6987bfc135f9082bb
Author: Ekaitz Zarraga <ekaitz@elenq.tech>
AuthorDate: Tue Jul 12 11:05:15 2022 +0200
gnu: commencement: Explicitly provide the source of 'tcc-boot'.
* gnu/packages/commencement.scm (tcc-boot)[source]: Remove dependency on
tcc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/commencement.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 820ff7281f..60b06c0901 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2021 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2022 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2022 Ekaitz Zarraga <ekaitz@elenq.tech>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -808,7 +809,13 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
(inherit tcc-boot0)
(name "tcc-boot")
(version "0.9.27")
- (source (package-source tcc))
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://savannah/tinycc/tcc-"
+ version ".tar.bz2"))
+ (sha256
+ (base32
+ "177bdhwzrnqgyrdv1dwvpd04fcxj68s5pm1dzwny6359ziway8yy"))))
(build-system gnu-build-system)
(inputs '())
(propagated-inputs '())
- branch master updated (d519305d83 -> dbf0987971), guix-commits, 2022/07/19
- 01/09: upstream: Sort '%updaters' alphabetically., guix-commits, 2022/07/19
- 02/09: gnu: commencement: Explicitly provide the source of 'tcc-boot'.,
guix-commits <=
- 03/09: gnu: tcc: Update to a83b285., guix-commits, 2022/07/19
- 04/09: home: Add -I, --list-installed option., guix-commits, 2022/07/19
- 09/09: gnu: clyrics: Update to 0.13., guix-commits, 2022/07/19
- 05/09: system: Add -I, --list-installed option., guix-commits, 2022/07/19
- 08/09: services: tor: Switch to 'least-authority-wrapper'., guix-commits, 2022/07/19
- 06/09: gnu: k3b: Fix build., guix-commits, 2022/07/19
- 07/09: gnu: k3b: Add inputs bash-minimal and cdrtools., guix-commits, 2022/07/19