me
/
guix
Archived
1
0
Fork 0

gnu: meson: Add 0.63.1.

* gnu/packages/build-tools.scm (meson-0.63): New variable.
master
Marius Bakke 2022-08-25 13:04:48 +02:00
parent 02aa85459f
commit 1d2b1ea6eb
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 13 additions and 0 deletions

View File

@ -325,6 +325,19 @@ resembles Python.")
(patches (search-patches
"meson-allow-dirs-outside-of-prefix.patch"))))))
(define-public meson-0.63
(package
(inherit meson)
(version "0.63.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
"releases/download/" version "/meson-"
version ".tar.gz"))
(sha256
(base32
"1sb5rdra5zc6c3ni8x65zs7r7vsnbarammf5440zzmhkf8li7zh6"))))))
(define-public premake4
(package
(name "premake")