[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: Add meson 0.55.1.
From: |
guix-commits |
Subject: |
03/12: gnu: Add meson 0.55.1. |
Date: |
Sun, 13 Sep 2020 17:35:52 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit ae286b58c85395e9a3cea813eff00d4ca3cdffae
Author: Alexandros Theodotou <alex@zrythm.org>
AuthorDate: Fri Sep 11 17:27:56 2020 +0100
gnu: Add meson 0.55.1.
* gnu/packages/build-tools.scm (meson-0.55): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/build-tools.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 7213c1b..32e8f4c 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -211,6 +211,21 @@ files}, are written in a custom domain-specific language
(@dfn{DSL}) that
resembles Python.")
(license license:asl2.0)))
+;; Added temporarily for packages that need it.
+;; TODO: Remove when core-updates is merged.
+(define-public meson-0.55
+ (package
+ (inherit meson)
+ (version "0.55.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/mesonbuild/meson/"
+ "releases/download/" version "/meson-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1070kjiirxxdfppmrhi3wsc6rykay1zlciqrzayjhjg0hkw42mrv"))))))
+
(define-public meson-for-build
(package
(inherit meson)
- branch master updated (71992a5 -> 43514b8), guix-commits, 2020/09/13
- 01/12: gnu: libcyaml: Update to 1.1.0., guix-commits, 2020/09/13
- 02/12: gnu: libaudec: Update to 0.2.3., guix-commits, 2020/09/13
- 03/12: gnu: Add meson 0.55.1.,
guix-commits <=
- 05/12: gnu: libgccjit: Reword synopsis and description., guix-commits, 2020/09/13
- 06/12: gnu: gccgo: Reword synopsis and description., guix-commits, 2020/09/13
- 08/12: gnu: fmt: Update to 7.0.3., guix-commits, 2020/09/13
- 10/12: gnu: emacs-djvu: Add needed inputs, guix-commits, 2020/09/13
- 11/12: gnu: glade: Add catalog and module search paths., guix-commits, 2020/09/13
- 07/12: gnu: gcc-toolchain: Reword description., guix-commits, 2020/09/13
- 04/12: gnu: zrythm: Update to 0.8.911., guix-commits, 2020/09/13
- 09/12: services: certbot: Support registration without email., guix-commits, 2020/09/13
- 12/12: gnu: libhandy: Enable glade_catalog., guix-commits, 2020/09/13