aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/farstream
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-12-02 12:41:15 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-12-02 12:42:29 +0100
commita51a99c69041d155892bde91be4993fb29bbea65 (patch)
tree76b4f1ba1ef321dd5b48abc88ba9f539bc360287 /pkgs/development/libraries/farstream
parent330ab9bc2b586d2523a1f9924218c67f8aafa492 (diff)
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
Diffstat (limited to 'pkgs/development/libraries/farstream')
-rw-r--r--pkgs/development/libraries/farstream/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/farstream/default.nix b/pkgs/development/libraries/farstream/default.nix
index 924fb52b0900..e884bb41e20e 100644
--- a/pkgs/development/libraries/farstream/default.nix
+++ b/pkgs/development/libraries/farstream/default.nix
@@ -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