gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, libnice, pkgconfig, pythonPackages, gstreamer, gst-plugins-base
|
||||
, gst-python, gupnp-igd, gobjectIntrospection
|
||||
, gst-python, gupnp-igd, gobject-introspection
|
||||
, gst-plugins-good, gst-plugins-bad, gst-libav
|
||||
}:
|
||||
|
||||
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ libnice python pygobject2 gupnp-igd libnice ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig gobjectIntrospection ];
|
||||
nativeBuildInputs = [ pkgconfig gobject-introspection ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gstreamer gst-plugins-base gst-python
|
||||
|
||||
Reference in New Issue
Block a user