summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-02-17 05:03:41 +0100
committerJan Tojnar <jtojnar@gmail.com>2022-02-28 15:18:35 +0100
commit722efebcf7ce59ef7d618c60ef63230e5a2fe753 (patch)
tree88a89e5d7f40670fba5de977b1f93623cf8932d5 /pkgs/applications/video
parent4f2544d24294bf28c462b7ef36bc80141fbc0f65 (diff)
downloadnixpkgs-722efebcf7ce59ef7d618c60ef63230e5a2fe753.tar
nixpkgs-722efebcf7ce59ef7d618c60ef63230e5a2fe753.tar.gz
nixpkgs-722efebcf7ce59ef7d618c60ef63230e5a2fe753.tar.bz2
nixpkgs-722efebcf7ce59ef7d618c60ef63230e5a2fe753.tar.lz
nixpkgs-722efebcf7ce59ef7d618c60ef63230e5a2fe753.tar.xz
nixpkgs-722efebcf7ce59ef7d618c60ef63230e5a2fe753.tar.zst
nixpkgs-722efebcf7ce59ef7d618c60ef63230e5a2fe753.zip
clapper: switch to correct wrapping hook
wrapGAppsHook uses GTK 3
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/clapper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/clapper/default.nix b/pkgs/applications/video/clapper/default.nix
index 4f09fc14d9f..0e97eab1773 100644
--- a/pkgs/applications/video/clapper/default.nix
+++ b/pkgs/applications/video/clapper/default.nix
@@ -12,7 +12,7 @@
 , desktop-file-utils
 , makeWrapper
 , shared-mime-info
-, wrapGAppsHook
+, wrapGAppsHook4
 , meson
 , gjs
 , gtk4
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
     pkg-config
     python3
     shared-mime-info # for update-mime-database
-    wrapGAppsHook # for gsettings
+    wrapGAppsHook4 # for gsettings
   ];
 
   buildInputs = [