all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28608] [PATCH] build-system: meson: fix typo in variable name.
@ 2017-09-26 14:19 Mohammed Sadiq
  2017-09-26 17:59 ` bug#28608: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Mohammed Sadiq @ 2017-09-26 14:19 UTC (permalink / raw)
  To: 28608

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-build-system-meson-fix-typo-in-variable-name.patch --]
[-- Type: text/x-patch, Size: 895 bytes --]

From 9b2d8c3f40b2c9d7a5ec142cf0fd12a673d3ace7 Mon Sep 17 00:00:00 2001
From: Mohammed Sadiq <sadiq@sadiqpk.org>
Date: Tue, 26 Sep 2017 19:44:22 +0530
Subject: [PATCH] build-system: meson: fix typo in variable name.

* guix/build-system/meson.scm (lower): fix typo in glib-or-gtk?.
---
 guix/build-system/meson.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build-system/meson.scm b/guix/build-system/meson.scm
index d66ec760a..d7754e460 100644
--- a/guix/build-system/meson.scm
+++ b/guix/build-system/meson.scm
@@ -67,7 +67,7 @@
                 #:key source inputs native-inputs outputs system target
                 (meson (default-meson))
                 (ninja (default-ninja))
-                (glib-or-gtk #f)
+                (glib-or-gtk? #f)
                 #:allow-other-keys
                 #:rest arguments)
   "Return a bag for NAME."
-- 
2.14.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28608: [PATCH] build-system: meson: fix typo in variable name.
  2017-09-26 14:19 [bug#28608] [PATCH] build-system: meson: fix typo in variable name Mohammed Sadiq
@ 2017-09-26 17:59 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2017-09-26 17:59 UTC (permalink / raw)
  To: Mohammed Sadiq; +Cc: 28608-done

Hi,

pushed the meson typo fix to master as ea1cd554cc70ee2bdde46f17890cebcaead90afe.

Thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-26 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-26 14:19 [bug#28608] [PATCH] build-system: meson: fix typo in variable name Mohammed Sadiq
2017-09-26 17:59 ` bug#28608: " Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.