summary refs log tree commit diff
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)
downloadnixpkgs-a51a99c69041d155892bde91be4993fb29bbea65.tar
nixpkgs-a51a99c69041d155892bde91be4993fb29bbea65.tar.gz
nixpkgs-a51a99c69041d155892bde91be4993fb29bbea65.tar.bz2
nixpkgs-a51a99c69041d155892bde91be4993fb29bbea65.tar.lz
nixpkgs-a51a99c69041d155892bde91be4993fb29bbea65.tar.xz
nixpkgs-a51a99c69041d155892bde91be4993fb29bbea65.tar.zst
nixpkgs-a51a99c69041d155892bde91be4993fb29bbea65.zip
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 924fb52b090..e884bb41e20 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