about summary refs log tree commit diff
path: root/pkgs/applications/audio/sonata
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-12-03 12:13:20 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-12-03 12:13:20 +0100
commit077b7e5880628c12fe6a9ae0b10db848deb85b50 (patch)
tree9916a5f30f8529893c0e17c5c2b6264d8b14dcce /pkgs/applications/audio/sonata
parent28e2277305f8c6eeee3f6f773927b956eb903a15 (diff)
parentfb137c1bcc0b9569c1a76751f19a6d453f5df2c3 (diff)
Merge staging into staging-next
Diffstat (limited to 'pkgs/applications/audio/sonata')
-rw-r--r--pkgs/applications/audio/sonata/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/sonata/default.nix b/pkgs/applications/audio/sonata/default.nix
index 0affe5dc89d4e..3aaaae8563919 100644
--- a/pkgs/applications/audio/sonata/default.nix
+++ b/pkgs/applications/audio/sonata/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchFromGitHub, pkgconfig, intltool, wrapGAppsHook
-, python3Packages, gnome3, gtk3, gobjectIntrospection}:
+, python3Packages, gnome3, gtk3, gobject-introspection}:
 
 let
   inherit (python3Packages) buildPythonApplication isPy3k dbus-python pygobject3 mpd2;
@@ -29,7 +29,7 @@ in buildPythonApplication rec {
   '';
 
   propagatedBuildInputs = [
-    gobjectIntrospection gtk3 pygobject3
+    gobject-introspection gtk3 pygobject3
   ];
 
   # The optional tagpy dependency (for editing metadata) is not yet