mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add meson-1.8.
* gnu/packages/build-tools.scm (meson-1.8): New variable. Change-Id: I9895780b41f659d73750519825e7340a1f2911f9
This commit is contained in:
parent
d6ddf83e46
commit
071907f15f
1 changed files with 14 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;; Copyright © 2025 Aiden Isik <aidenisik+git@member.fsf.org>
|
;;; Copyright © 2025 Aiden Isik <aidenisik+git@member.fsf.org>
|
||||||
;;; Copyright © 2025 Josep Bigorra <jjbigorra@gmail.com>
|
;;; Copyright © 2025 Josep Bigorra <jjbigorra@gmail.com>
|
||||||
|
;;; Copyright © 2025 John Kehayias <john.kehayias@protonmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -344,6 +345,19 @@ files}, are written in a custom domain-specific language (@dfn{DSL}) that
|
||||||
resembles Python.")
|
resembles Python.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public meson-1.8
|
||||||
|
(package
|
||||||
|
(inherit meson)
|
||||||
|
(version "1.8.3")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://github.com/mesonbuild/meson/"
|
||||||
|
"releases/download/" version "/meson-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1gvs2mm6z2b4pgsv1d9gl7cm68gqvcr244nh5p63g8f01y8sl67i"))))))
|
||||||
|
|
||||||
(define-public meson-python
|
(define-public meson-python
|
||||||
(package
|
(package
|
||||||
(name "meson-python")
|
(name "meson-python")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue