guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#28444] [PATCH 2/3] gnu: Add meson-for-build.


From: Ludovic Courtès
Subject: [bug#28444] [PATCH 2/3] gnu: Add meson-for-build.
Date: Fri, 15 Sep 2017 22:57:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Peter Mikkelsen <address@hidden> skribis:

> * gnu/packages/build-tools.scm (meson-for-build): New variable.
> * gnu/packages/patches/meson-for-build-rpath.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Register it.

Applied!

I’ve marked it as “hidden” so that it doesn’t show up in UIs (patch
below).  Let me know if you think that’s not OK!

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index a5e416db7..c535f5240 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -106,7 +106,10 @@ Python.")
               (sha256
                (base32
                 "0vyp9rkymzzzilhnf04ryszslyp9a0y0wf4agyijd4w5lcnqlcbc"))
-              (patches (search-patches "meson-for-build-rpath.patch"))))))
+              (patches (search-patches "meson-for-build-rpath.patch"))))
+
+    ;; People should probably install "meson", not "meson-for-build".
+    (properties `((hidden? . #t)))))
 
 (define-public premake4
   (package

reply via email to

[Prev in Thread] Current Thread [Next in Thread]