diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix index 5e583bf64727..47bfcf8b8c06 100644 --- a/pkgs/applications/audio/audacity/default.nix +++ b/pkgs/applications/audio/audacity/default.nix @@ -4,6 +4,7 @@ , fetchpatch , cmake , makeWrapper +, wrapGAppsHook , pkg-config , python3 , gettext @@ -91,6 +92,7 @@ stdenv.mkDerivation rec { pkg-config python3 makeWrapper + wrapGAppsHook ] ++ optionals stdenv.isLinux [ linuxHeaders ];