From 2275649fd6a18f1e326c821e04b774e1b07a11e4 Mon Sep 17 00:00:00 2001 From: lasers Date: Thu, 23 Feb 2023 06:33:32 -0600 Subject: [PATCH] desmume: add wrapGAppsHook --- pkgs/applications/emulators/desmume/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/emulators/desmume/default.nix b/pkgs/applications/emulators/desmume/default.nix index 2b3deaba653b..63ebe0720287 100644 --- a/pkgs/applications/emulators/desmume/default.nix +++ b/pkgs/applications/emulators/desmume/default.nix @@ -6,6 +6,7 @@ , agg , alsa-lib , desktop-file-utils +, wrapGAppsHook , gtk3 , intltool , libGLU @@ -42,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: { ]; nativeBuildInputs = [ + wrapGAppsHook desktop-file-utils intltool libtool