about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/editors/marker
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/editors/marker')
-rw-r--r--nixpkgs/pkgs/applications/editors/marker/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/editors/marker/default.nix b/nixpkgs/pkgs/applications/editors/marker/default.nix
index f24f83c70f27..7e1d61a3b172 100644
--- a/nixpkgs/pkgs/applications/editors/marker/default.nix
+++ b/nixpkgs/pkgs/applications/editors/marker/default.nix
@@ -5,7 +5,7 @@
 , meson
 , ninja
 , pkg-config
-, wrapGAppsHook
+, wrapGAppsHook3
 , gtk3
 , gtksourceview
 , gtkspell3
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     meson
     ninja
     pkg-config
-    wrapGAppsHook
+    wrapGAppsHook3
   ];
 
   buildInputs = [