summary refs log tree commit diff
path: root/pkgs/applications/video/kazam/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-12-08 16:29:21 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-12-08 16:29:21 +0100
commit3e950d584c8186239809e4d101e70e083ea9e9e0 (patch)
tree41c652b87e2ade3290a6632b1d2db11b11ef37b5 /pkgs/applications/video/kazam/default.nix
parentedc3559c1ae1cd1edeff11af52ae768359b38ba6 (diff)
parente0950ae9ad7e101c16ce8bbc28d566c75bb298fb (diff)
downloadnixpkgs-3e950d584c8186239809e4d101e70e083ea9e9e0.tar
nixpkgs-3e950d584c8186239809e4d101e70e083ea9e9e0.tar.gz
nixpkgs-3e950d584c8186239809e4d101e70e083ea9e9e0.tar.bz2
nixpkgs-3e950d584c8186239809e4d101e70e083ea9e9e0.tar.lz
nixpkgs-3e950d584c8186239809e4d101e70e083ea9e9e0.tar.xz
nixpkgs-3e950d584c8186239809e4d101e70e083ea9e9e0.tar.zst
nixpkgs-3e950d584c8186239809e4d101e70e083ea9e9e0.zip
Merge staging-next into master
Diffstat (limited to 'pkgs/applications/video/kazam/default.nix')
-rw-r--r--pkgs/applications/video/kazam/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/kazam/default.nix b/pkgs/applications/video/kazam/default.nix
index 9ffd62d068a..9d549c2aecc 100644
--- a/pkgs/applications/video/kazam/default.nix
+++ b/pkgs/applications/video/kazam/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, substituteAll, python3, gst_all_1, wrapGAppsHook, gobjectIntrospection
+{ stdenv, fetchurl, substituteAll, python3, gst_all_1, wrapGAppsHook, gobject-introspection
 , gtk3, libwnck3, keybinder3, intltool, libcanberra-gtk3, libappindicator-gtk3, libpulseaudio }:
 
 python3.pkgs.buildPythonApplication rec {
@@ -11,7 +11,7 @@ python3.pkgs.buildPythonApplication rec {
     sha256 = "1qygnrvm6aqixbyivhssp70hs0llxwk7lh3j7idxa2jbkk06hj4f";
   };
 
-  nativeBuildInputs = [ gobjectIntrospection python3.pkgs.distutils_extra intltool wrapGAppsHook ];
+  nativeBuildInputs = [ gobject-introspection python3.pkgs.distutils_extra intltool wrapGAppsHook ];
   buildInputs = [
     gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gtk3 libwnck3
     keybinder3 libappindicator-gtk3