about summary refs log tree commit diff
path: root/pkgs/applications/audio/pithos
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/applications/audio/pithos
parent330ab9bc2b586d2523a1f9924218c67f8aafa492 (diff)
downloadnixlib-a51a99c69041d155892bde91be4993fb29bbea65.tar
nixlib-a51a99c69041d155892bde91be4993fb29bbea65.tar.gz
nixlib-a51a99c69041d155892bde91be4993fb29bbea65.tar.bz2
nixlib-a51a99c69041d155892bde91be4993fb29bbea65.tar.lz
nixlib-a51a99c69041d155892bde91be4993fb29bbea65.tar.xz
nixlib-a51a99c69041d155892bde91be4993fb29bbea65.tar.zst
nixlib-a51a99c69041d155892bde91be4993fb29bbea65.zip
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
Diffstat (limited to 'pkgs/applications/audio/pithos')
-rw-r--r--pkgs/applications/audio/pithos/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pithos/default.nix b/pkgs/applications/audio/pithos/default.nix
index 1d3fffb549d7..c7bb1a4193f9 100644
--- a/pkgs/applications/audio/pithos/default.nix
+++ b/pkgs/applications/audio/pithos/default.nix
@@ -1,4 +1,4 @@
-{ fetchFromGitHub, stdenv, pythonPackages, gtk3, gobjectIntrospection, libnotify
+{ fetchFromGitHub, stdenv, pythonPackages, gtk3, gobject-introspection, libnotify
 , gst_all_1, wrapGAppsHook }:
 
 pythonPackages.buildPythonApplication rec {
@@ -27,7 +27,7 @@ pythonPackages.buildPythonApplication rec {
   buildInputs = [ wrapGAppsHook ];
 
   propagatedBuildInputs =
-    [ gtk3 gobjectIntrospection libnotify ] ++
+    [ gtk3 gobject-introspection libnotify ] ++
     (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly gst-plugins-bad ]) ++
     (with pythonPackages; [ pygobject3 pylast ]);