mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add meson-1.5.
* gnu/packages/build-tools.scm (meson-1.5): New variable.
This commit is contained in:
parent
a751c59304
commit
6596e495f3
1 changed files with 13 additions and 0 deletions
|
@ -329,6 +329,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.5
|
||||||
|
(package
|
||||||
|
(inherit meson)
|
||||||
|
(version "1.5.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://github.com/mesonbuild/meson/"
|
||||||
|
"releases/download/" version "/meson-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1vab706pw1q17vh9rbsmlirgiji3k6wljl735lxffp95vwx56zjn"))))))
|
||||||
|
|
||||||
(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