guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: gstreamer: Enable GObject introspection.


From: ???
Subject: 01/05: gnu: gstreamer: Enable GObject introspection.
Date: Sat, 04 Apr 2015 04:42:03 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 0f998a140e03f270fa67d43f86dbf826f2e74d60
Author: 宋文武 <address@hidden>
Date:   Sat Apr 4 11:14:31 2015 +0800

    gnu: gstreamer: Enable GObject introspection.
    
    * gnu/packages/gstreamer.scm (gstreamer): Add gobject-introspection
      to 'native-inputs'.
      [arguments]: New field.
---
 gnu/packages/gstreamer.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 7afb9c4..9b113fd 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -88,11 +88,13 @@ arrays of data.")
        (base32
         "1bmhbhak6i5wmmb6w86jyyv8lax4gdq983la4lk4a0krz6kim020"))))
     (build-system gnu-build-system)
+    (arguments '(#:make-flags '("CC=gcc"))) ; for g-ir-scanner.
     (propagated-inputs `(("glib" ,glib))) ; required by gstreamer-1.0.pc.
     (native-inputs
      `(("bison" ,bison)
        ("flex" ,flex)
        ("glib" ,glib "bin")
+       ("gobject-introspection" ,gobject-introspection)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
        ("python-wrapper" ,python-wrapper)))



reply via email to

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